This repository has been archived by the owner on Oct 17, 2024. It is now read-only.
0.2.5
Improvements
- Move documentation to DocC and start writing a full tutorial which is available in this repo
focused
checks now whether a widget contains the focus instead of whether it has the focus- Add easier way to access an element of an array wrapped in a binding at a specific index or with a specific ID
- Add support for alert dialogs
- Add support for spawning windows outside the app structure (e.g. for CLI using windows for certain tasks, #20)
- Make the navigation split view more capable
- Easily observe when a binding is set
- Simpler array bounds checking (by @ZevEisenberg in #7)
- Simpler
focused
modifier implementation - Make Linux build matrix on SPI succeed (by @finestructure in #15)
- Update docs for macOS platform (by @jrwren in #10)
New Contributors
- @ZevEisenberg made their first contribution in #7
- @jrwren made their first contribution in #10
- @finestructure made their first contribution in #15
Full Changelog: 0.2.4...0.2.5