Releases: pyscript/ltk
Releases · pyscript/ltk
LTK v0.2.2
Reactive LTK
This release contains many changes to catch up with PyScript updates since the last release. Now compatible with PyScript 2024.10.2.
A significant enhancement to LTK is the support for reactive programming offered in this release. Using ltk.Model
, an ltk.Widget
can now be connected to a model that updates automatically when the widget changes value. Similarly, when the model changes, the UI is also updated automatically. For an example, check out The Kitchensink.
Reactive LTK is currently supported on Text
, Label
, Input
, Select
, Slider
, Checkbox
, and Switch
.
LTK v0.1.2
Published example on github.io.
LTK v0.1.0-alpha
First release of LTK. Please submit pull requests with fixes or new widgets to add to LTK.