Skip to content

v1.0.12

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Feb 17:07

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)