All notable changes to this project will be documented in this file.
- Added support of kwargs (output, input, state) in callbacks jfftonsic.
- The speed of Lottie animations can now be adjusted dynamically.
- The module for transpiling Python code to javascript has been moved to a separate package, dash-transcrypt.
-
A new module for transpiling Python code to javascript.
-
A new n_keydowns props to the Keyboard component to make it possible to capture all keyboard events.
- A few bug fixes.
-
A new
enrich
module has been added. It exposes the functionality of previous callback blueprints (and more!) through a drop in replacement of (enriched) Dash components. -
Added folder of example code.
- Major refactoring of callback functionality. It has now been moved to the new
enrich
module.
- Keyboard component.
- PropType validation for Download component fixed.
- CallbackCache class.