New (Old)
- ability to create Plotly HTML from markdown
- add utils_static function tag_markdown
- improve utils_static with dominate
- refactor fitted and rolling figures
- initialize module for writing static HTML
- add slider to the rolling chart
- implement sqlite realtime demo wip
- DataCache and general updates
- migrate to dash_dev
- remove files moved to dash_dev
- add design principles to README
- add linting to DoIt
- doit methods for placing content into README
- add example for marginal chart
- BaseDataTable class and example
- initialize “modules”
- move AppMultiPage and AppWithTabs to new file
- move examples to test/ and init dash.testing
- fitted line chart
- initialize the coordinate chart and example
- Cerberus property validation and tests
- default navbar for multipage applications
- added multi-page application base class
- dataclass for pareto to reduce method args
- update plotly express example
- add Bootstrap example
- use external stylesheets for Bulma example
- first refactored example with Pareto chart
Change (Old)
- update documentation
- split AppWithTabs into inline and FullScreen
- update images and dependencies
- add ex_utils_static to README
- update dash_dev for docs fixes
- use generate_data instead of _generate_data
- slightly improve annotations
- use RollingChart for SQL demo and capture gif
- set debug by CLI argument
- refactor to use dict instead of obj & use data_raw
- move some dash tutorials into tasks/package
- move px app into package
- reorganize some functions
- add filter inputs to datatable example
- move module to dash_charts
- improve datatable styling and module
- create initial module for datatable
- style sort and select in table & update docs
- refactor datatable for mutables and update ex
- add method to write sample code into README
- rename _create_traces back to create_traces()
- rename create_traces() to _create_traces()
- rename create_charts() to create_elements()
- expand tests and coverage
- minor refactor for pareto and AppBase
- add example cool hexagonal charts to WIP/
- add planned sample code (commented out) wip
- removed alignment chart
- badges!
- remove make_colorbar and add coord_chart img
- refactor make_colorbar and remove log_fire
- use itertools and * syntax in coord chart
- refactor coordinate chart
- standardize as chart_*, data_*, id_*
- group bar placeholder
- fix formatting of raw changelog
- refactor to split run/create tasks in app
- always call Dash stylesheets from init_app
- remove dataclass for pareto & move utils_dodo
- update color scheme for Pareto
- refactor AppWithTabs and update image
- remove TODOs from README and update links
- relax version requirements in toml
- rename dash tutorial folder
- update README and pareto chart
- initialize tests and move to `plotly.express`
- update dash tutorial examples
- additional snake_case refactor
- add notes
- update rolling chart
- simplify tab example
- update documentation
- reduce complexity for map_args
- refactor utilities and initilze AppWithTabs
- update TODO annotations
- refactor the app.callback utilities
- rename examples files to be different from package files
- update data members based on Pareto changes
- experimented and semi-broke 0.0.3 tag reference
- improve documentation
Fix (Old)
- remove mdx_gfm (doesn’t work with markdown 3)
- fix error in path for task commit_docs
- add test for ex_sqlite
- sqlite demo spawning duplicate processes
- references to app_px
- finish migration to dash_dev
- missing example image & README indentation
- set css styles to React format (not dashed)
- improve dropdown_group and add examples to px
- rendering tabs. Move create() out of init()
- update ex_px for app changes & add TODOs
- rolling & alignment charts, still work to do
- pytest class warning
- Pareto chart dataclass
- pass kwargs to __init__ and update README
- moving subdirectories to gh-pages branch
- tabs example