1.3.1
What's Changed
We bring you this out of band patch release to address a logic in the update checker that would lead to the message be shown more frequently than intended.
Fixes
- fix: Safari < 15.4 not supporting
Array.prototype.at()
by @igorbrasileiro in #1483 - fix: Only generate one random Content-Security-Policy nonce per render by @jviide in #1480
- fix: current version not updated in update check by @marvinhagemeister in #1482
- fix: island ordering bug when they are revived by @marvinhagemeister in #1495
Docs
- fix(search): add explicit target for search button deps to workaround esm.sh issue by @mbhrznr in #1490
- docs: return Responses from async routes by @marvinhagemeister in #1493
- docs: update twindv1 example to resolve type issue by @deer in #1467
- docs: add "Using CSP" example by @deer in #1376
Refactors
- chore: don't run tests in parallel on CI to reduce flakyness on windows CI by @marvinhagemeister in #1492
New Contributors
Full Changelog: 1.3.0...1.3.1