Flask JSONDash v6.2.3 Release Notes

Release Date: 2017-06-13 // almost 7 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