- Fix Rickshaw link
- Fix is_authenticated not a callable after django 2
- Support change color for list widget
- Fix bug when many widgets try to load the same dependency
- Update test suite
- Add option to set a background icon in the number widget
- Add setting to add google maps API key for the map widget
- Bug fixes
- Ability to set permission for each widget
- Bug fixes
- Add KnobWidget and MapWidget python classes
- Fix several bugs
- Remove backward compatibility code
- Add
getDashboards
method in DashboardSet object andgetWidgets
method in Dashboard object - Improve resource loading adding some minified libraries and using preloadjs to load the libs requires by the widgets
- Fix some design issues
- Add Knob and Map plugins docs
- Add hash based navigation in multiple dashboards
- Add again option to change the background color of a widget
- Add django compressor as an optional dependency
- Migrate dashing.js towards an data binding model using rivetsjs
- Change the naming pattern to refer widgets environments as
data.data
to simply usescope
(backward compatible)
- Add triggers shown and hidden to grid wrappers which can be used for specific actions when dashboards in a dashboardset are loaded or unloaded
- Dashboard has activeWidgets array property for direct access to the widgets
- Manage Rickshaw.Graph properties details
- Change to camel case the name of default widget properties (backward compatible)
- Add custom actions in overlay menu of multiple dashboards
- Add rivets to manage the main template
- Fix bug in graph chart, not displayed correctly when not on first dashboard set
- Fix issue with awesome fonts when isn't loading from a static url called 'static'
- Fix bug related rolling feature
- Add rolling through dashboards automatically through url parameter
- Fix bug 'more_info' not being displayed for the graph widget. Ty @torstenfeld
- Add data binding + templating solution provided by rivets
- Add permission classes for dashboard view
- Add parameters to the method of registration widget URLs
- Allow load external widgets from django_dashing_channel
- Breaking change: Custom Widgets Now the templates are loaded by specifying of a link tag type text/html
- Breaking change: Custom Widgets Should be rewritten the templates using the rivets binders
- Breaking change: Custom Widgets Is no longer necessary to call the render event when run getData
- Breaking change: Custom Widgets Custom widgets extend from Dashing object instead of Dashboard
- Breaking change: List Widget Data format expected was changed from [{'Some Label': 'value'}, ...] to [{label: 'Some Label', value: 'value'}, ...]
See Django Dashing 0.2 release notes
- Breaking change: Add url registration pattern to access our python widget classes
- Replaced {{ STATIC_URL }} variable by Django 1.5 new {% static %} tag
- Fix some bugs
- Initial release