Skip to content

2.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Dec 01:32
· 122 commits to main since this release
  • Adds new experimental ballast-navigation module for handling URL-based routing
  • Breaks examples into their own projects, to focus on Ballast itself instead of bogging it down with the overhead of multiplatform architecture.
    • examples/android uses Ballast purely within the older MVC-style Views, showing how the MVI pattern is not limited to Compose or declarative UI toolkits
    • examples/desktop uses Ballast in a Compose Desktop application with Material UI. Most of what's in here could be directly translated into Android Compose with Material UI
    • examples/web uses Ballast in a Compose/Web (DOM) application. In particular, it uses the hash-based Router interceptor, and is what is embedded into the documentation site