Skip to content

Releases: pyscript/ltk

LTK v0.2.2

23 Nov 21:45
Compare
Choose a tag to compare

New version to sync with PyPi

Reactive LTK

22 Nov 20:57
Compare
Choose a tag to compare

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

12 Nov 21:28
d26f2e0
Compare
Choose a tag to compare

Published example on github.io.

LTK v0.1.0-alpha

12 Nov 12:34
Compare
Choose a tag to compare

First release of LTK. Please submit pull requests with fixes or new widgets to add to LTK.