Skip to content

Releases: PeakBI/dash-extensions

v1.0.12

08 Feb 17:07
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

[1.0.12] - 04-02-23
Changed
Set allow_duplicate=True for the default logging configurations for the LogTransform, thereby fixing emilhe#280.

[1.0.11] - 03-02-23
Changed
Add useCapture property to EventListener and Keyboard components, thereby fixing emilhe#255.

[1.0.10] - 03-02-23
Changed
Update dependencies, including Flask-caching, thereby fixing emilhe#296.

[1.0.9] - 03-02-23
Changed
Fixed bug in Keyboard component where the keydown event would fire twice.

[1.0.8] - 25-01-23
Changed
Fixed bug in BlockingCallbackTransform component where the callback would never get invoked again, if an (uncaught) exception was raised during execution. Contributed by lcornelatti.

[1.0.7] - 27-12-23
Added
Re-introduce Keyboard component (due to many user requests)

v1.0.4+deps

30 Oct 19:22
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

[1.0.4+deps] - 26-10-23

Changed

  • Relax more-itertools constraint down to >=8.0.0
  • Relax other package constraints
  • Upgrade dev dependencies (js & py)
  • Upgrade dash-extensions dependencies