Skip to content

0.2.5

Compare
Choose a tag to compare
@david-swift david-swift released this 13 Apr 21:02
· 58 commits to main since this release
8fa3e4d

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

Full Changelog: 0.2.4...0.2.5