Login Page
New:Image Gallery Uploader Page (with drag and drop support)
New:Calendar
New:Autotab Input Fields
New:Form Validation
New:File Input Field and Button
Enhancement:Dashboard Widget positions are now preserved in a cookie on every change. Note that each widget must have a unique id attribute for this feature to function. Also, only .proton-widget elements should be allowed inside the .widget-group section. We still recommend that you also save the positions on your backend in the actual app you are building. This way you will prevent sort-order loss in case the cookie gets deleted or expires after a year. The positions are available in proton.dashboard.widgetPositions array declared in dashboard.js
Enhancement:Dashboard Widget size can now be changed via LESS variables in widgets.less file (@widget-width, @widget-height, @widget-gutter). We created an example showing double-width widgets with smaller gutter here: http://proton.orangehilldev.com/example-widgets-larger.html
Enhancement:Sidebar now automatically retracts on medium and small screen sizes, giving more screen real estate to main content
Update:jQuery 2.0.3 (older browsers like IE 8 fall back to 1.10.2)
Update:Summernote text editor updated to v0.4.2, fixed font manipulation bugs in some browsers
Fixed:Chrome page rendering bug when using web fonts / icons on some windows systems
Fixed:Graphs not redrawing when expanding / retracting sidebar
Fixed:Minor tabs stacking problem on mobile devices
Fixed:Tooltip line height when there is more than one row of text