Flask JSONDash v6.2.3 Release Notes
Release Date: 2017-06-13 // over 6 years ago-
Schema changes
- Extensive schema validation for all types
- โ More unit tests and coverage
- More additions and more precise requirements for various fields.
๐ New chart types
๐ See Documentation or git log for more details
๐ New grid option
- ๐ Support for fixed grid using bootstrap grid classes
- ๐ Better handling in UI between modes
๐ Misc. bug fixes
๐ See git log for more details.
Previous changes from v5.0.0
-
๐ฒ For a more comprehensive look, run
git log 6316f55^1...HEAD
on your local repo.๐ New features
- Drag-and-drop capability
- Resize any chart automatically
- ๐ Change order of charts
- Custom callbacks js utility and jinja blocks for any chart
- ๐ New digraph chart type for graphviz dot files.
๐ฅ Breaking changes
- Jinja block names are now namespaced and more logical
๐ Fixes
- โ Make entire project and tests python 3 compatible
- ๐ Doc fixes
- ๐ Fix potential bugs in some template filters
Misc
- ๐ Lots more documentation
- โ Significantly improved test coverage and overall robustness
- โ Test data generator improvements
- โ Javascript unit testing integration
- ๐ Re-order/clean-up docs
- ๐ Make view endpoints more consistent