Releases: dereklarson/bento
Releases · dereklarson/bento
Bento v0.0.9
- Add to the Bento quickstart doc page with more instructive steps
- Make a convenience script: launcher.py
- Another paragraph for the introduction
- Fix a bug with the demo dashboard, Mars page variant control
Bento v0.0.8
- Introduce an improvement to banks: a Bank class
- handles boilerplate
- will allow more version control and support banks as plugins
- easier to work with when managing a collection of banks
- Add a bit more to the beginner tutorial, fix a few typos, update to match new bank syntax
- Add the date_control bank which can ultimately supercede the prior date_slider, range_slider, date_pickers all-in-one
Bento v0.0.7
Changes:
- Adds a draft beginner tutorial
- Improves default handling for graph elements, allowing easier ramp-up
- Reorganize utilities
Bento v0.0.6
Changes:
- Adds the first ReadTheDocs + Sphinx documents
- Turns off multi-axis grid for now (perhaps can be togglable later)
New exploratory features:
- Adds a start to a "help overlay" system, that can display info about each bank on top of the component. The goal is to provide a contextual reference for developers or a usage guide for dashboard users.
- Adds an info bank, for displaying text. Useful for setting a narrative or adding clarity, and can be connected to any bank that provides an input.
Bento v0.0.5
While still early and not in a robust state, Bento v0.0.5 contains the following:
- Enough functional "banks" and styling to create a good selection of starter apps
- Fully cleaned up from an earlier migration
- A working, fully included demo run with a console script (
bento-dash) - An initial test batch that should cover much of the code used up through Dash app generation
- Integrated Github actions for running the tests and publishing packages to PyPI