chore: version packages#1823
Merged
Merged
Conversation
6ad843b to
029c06c
Compare
029c06c to
1264d10
Compare
commit: |
Contributor
Author
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
vinext@0.1.1
Bug Fixes
App Router
<Link href>with repeated slashes #1554) (fix(app-router): include route pattern in repeated-slash Link warning (#1554) #1855)@childrenslot/page should win over catchall and resolve when nodefault#1535) (fix(app-router): resolve explicit parallel slot with no page (#1535) #1852)"use cache"build-time, private, and route-handler revalidate broken #1453) (fix(app-router): propagate "use cache" tags to route-handler ISR entries (#1453) #1848)global-error.tsxreceives generic digest message and lacks built-in fallback #1548) (fix(app-router): render built-in fallback when global-error.tsx throws (#1548) #1837)useLinkStatus: pending state sticky after navigation / shallow routing completes #1527) (fix(app-router): clear useLinkStatus pending after interrupted navigation (#1527) #1839)reactMaxHeadersLengthconfig not respected #1552) (fix(app-router): respect reactMaxHeadersLength for preload Link header (#1552) #1841)?_rsc=query param on redirect/rewrite #1529) (fix(app-router): preserve _rsc query across redirects (#1529) #1838)trailingSlashnot applied to route handlers #1827) (fix(app-router): apply trailingSlash to route handler request URL (#1827) #1835)Build
global-not-found.tsx#1549) (fix(build): correct CSS ordering for global-not-found (#1549) #1858)react-versionandtwoslashsuites fail with exit code 7/1 #1510) (fix(build): don't crash on benign floating asset-import errors (#1510) #1846)require.contextreturns empty result (Webpack-only API) #1501) (fix(build): expand require.context into import.meta.glob map (#1501) #1836)esmExternalsconfig breaks production build #1507) (fix(build): don't path-resolve bare specifier aliases (#1507) #1843)Misc
context.revalidateReasonnot passed togetStaticProps/getServerSideProps#1462) (fix(pages-router): pass revalidateReason "on-demand" to gsp/gssp (#1462) #1856)pages/api/*unreachable from app-dir suite #1520) (fix(routing): propagate middleware draft cookie to pages/api fallback (#1520) #1845)serverActions.bodySizeLimitnot enforced #1828) (fix(actions): enforce serverActions.bodySizeLimit on fetch actions (#1828) #1834)Contributors