v1.0.0-beta.3
v1.0.0-beta.3
waku
Release Notes
This release includes some bug fixes, experimental features for ecosystem libraries, and a bunch of refactors.
What's Changed
- feat(router): unstable useNavigationStatus by @dai-shi in https://github.com/wakujs/waku/pull/2120
- fix: do not override NODE_ENV by @dai-shi in https://github.com/wakujs/waku/pull/2122
- feat: cache tag for client (experimental) by @dai-shi in https://github.com/wakujs/waku/pull/2127
- fix(router): non-ascii hash anchors by @dai-shi in https://github.com/wakujs/waku/pull/2128
- fix(router): same hash link click by @dai-shi in https://github.com/wakujs/waku/pull/2129
- fix(adapters/cloudflare): one more check for build only entrypoint by @dai-shi in https://github.com/wakujs/waku/pull/2133
- fix(build): add check for fileName by @dai-shi in https://github.com/wakujs/waku/pull/2134
- fix(plugins): improve private-dir plugin by @dai-shi in https://github.com/wakujs/waku/pull/2135
- fix(core): rsc-path util by @dai-shi in https://github.com/wakujs/waku/pull/2136
- refactor(core): path util by @dai-shi in https://github.com/wakujs/waku/pull/2137
- refactor(router): avoid dups in define-router by @dai-shi in https://github.com/wakujs/waku/pull/2138
- refactor(router): create-pages and client by @dai-shi in https://github.com/wakujs/waku/pull/2139
- refactor: extract base64 utils by @dai-shi in https://github.com/wakujs/waku/pull/2140
- refactor(types): avoid as any by @dai-shi in https://github.com/wakujs/waku/pull/2141
New Contributors
- @kingshuaishuai made their first contribution in https://github.com/wakujs/waku/pull/2130
Full Changelog: https://github.com/wakujs/waku/compare/v1.0.0-beta.2...v1.0.0-beta.3