Skip to content

Releases: BitzArt/Blazor.State

🫗 Blazor.State v9.1

19 Jan 12:47
fd2fb50
Compare
Choose a tag to compare

What's Changed

  • 📦 Include JS code by @YuriyDurov in #8

    • 📦 Manually adding JS code is no longer necessary - all required JS code now comes included with the package.
    • 🐛 Fixed a race condition on page initialization leading to the page sometimes failing to initialize.
    • ⌚ Fixed descendant components continuing to wait for the state root (page) to initialize after it has failed to initialize.
    • 📖 Removed step 5 (Include the necessary JS code) from 'Getting Started' documentation page.
    • 📖 Minor updates to the sample app.

Full Changelog: State-v9.0.0...State-v9.1.0

🫗 Blazor.State v9.0

19 Jan 12:45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/BitzArt/Blazor.State/commits/State-v9.0.0