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 #2120
- fix: do not override NODE_ENV by @dai-shi in #2122
- feat: cache tag for client (experimental) by @dai-shi in #2127
- fix(router): non-ascii hash anchors by @dai-shi in #2128
- fix(router): same hash link click by @dai-shi in #2129
- fix(adapters/cloudflare): one more check for build only entrypoint by @dai-shi in #2133
- fix(build): add check for fileName by @dai-shi in #2134
- fix(plugins): improve private-dir plugin by @dai-shi in #2135
- fix(core): rsc-path util by @dai-shi in #2136
- refactor(core): path util by @dai-shi in #2137
- refactor(router): avoid dups in define-router by @dai-shi in #2138
- refactor(router): create-pages and client by @dai-shi in #2139
- refactor: extract base64 utils by @dai-shi in #2140
- refactor(types): avoid as any by @dai-shi in #2141
New Contributors
- @kingshuaishuai made their first contribution in #2130
Full Changelog: v1.0.0-beta.2...v1.0.0-beta.3