chore: Update version for release #5963
Merged
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 release-next, this PR will be updated.
Releases
@remix-run/cloudflare@1.15.0
Minor Changes
We have made a few changes to the API for route module
meta
functions when using thefuture.v2_meta
flag. These changes are only breaking for users who have opted in. (#5746)V2_HtmlMetaDescriptor
has been renamed toV2_MetaDescriptor
meta
function's arguments have been simplifiedparentsData
has been removed, as each route's loader data is available on thedata
property of its respectivematch
objectroute
property on route matches has been removed, as relevant match data is attached directly to the match object<script type='application/ld+json' />
and meta-related<link />
tags to document head via the routemeta
function when using thev2_meta
future flagPatch Changes
@remix-run/server-runtime@1.15.0
@remix-run/deno@1.15.0
Minor Changes
We have made a few changes to the API for route module
meta
functions when using thefuture.v2_meta
flag. These changes are only breaking for users who have opted in. (#5746)V2_HtmlMetaDescriptor
has been renamed toV2_MetaDescriptor
meta
function's arguments have been simplifiedparentsData
has been removed, as each route's loader data is available on thedata
property of its respectivematch
objectroute
property on route matches has been removed, as relevant match data is attached directly to the match object<script type='application/ld+json' />
and meta-related<link />
tags to document head via the routemeta
function when using thev2_meta
future flagPatch Changes
@remix-run/server-runtime@1.15.0
@remix-run/dev@1.15.0
Minor Changes
Added deprecation warning for
v2_normalizeFormMethod
(#5863)Added a new
future.v2_normalizeFormMethod
flag to normalize the exposeduseNavigation().formMethod
as an uppercase HTTP method to align with the previoususeTransition
behavior as well as thefetch()
behavior of normalizing to uppercase HTTP methods. (#5815)future.v2_normalizeFormMethod === false
,useNavigation().formMethod
is lowercaseuseFetcher().formMethod
is uppercasefuture.v2_normalizeFormMethod === true
:useNavigation().formMethod
is uppercaseuseFetcher().formMethod
is uppercaseAdded deprecation warning for
browserBuildDirectory
inremix.config
(#5702)Added deprecation warning for
CatchBoundary
in favor offuture.v2_errorBoundary
(#5718)Added experimental support for Vanilla Extract caching, which can be enabled by setting
future.unstable_vanillaExtract: { cache: true }
inremix.config
. This is considered experimental due to the use of a brand new Vanilla Extract compiler under the hood. In order to use this feature, you must be using at leastv1.10.0
of@vanilla-extract/css
. (#5735)Added deprecation warning for
serverBuildDirectory
inremix.config
(#5704)Patch Changes
@remix-run/css-bundle
are picked up during HMR (#5823)path.resolve
when re-exportingentry.client
(#5707).mjs
and.cjs
extensions when detecting CSS side-effect imports (#5564)react-refresh
(#5637)future.v2_meta
(#5878)@remix-run/server-runtime@1.15.0
@remix-run/node@1.15.0
Minor Changes
We have made a few changes to the API for route module
meta
functions when using thefuture.v2_meta
flag. These changes are only breaking for users who have opted in. (#5746)V2_HtmlMetaDescriptor
has been renamed toV2_MetaDescriptor
meta
function's arguments have been simplifiedparentsData
has been removed, as each route's loader data is available on thedata
property of its respectivematch
objectroute
property on route matches has been removed, as relevant match data is attached directly to the match object<script type='application/ld+json' />
and meta-related<link />
tags to document head via the routemeta
function when using thev2_meta
future flagPatch Changes
@remix-run/server-runtime@1.15.0
@remix-run/react@1.15.0
Minor Changes
Deprecated
fetcher.type
andfetcher.submission
for Remix v2 (#5691)We have made a few changes to the API for route module
meta
functions when using thefuture.v2_meta
flag. These changes are only breaking for users who have opted in. (#5746)V2_HtmlMetaDescriptor
has been renamed toV2_MetaDescriptor
meta
function's arguments have been simplifiedparentsData
has been removed, as each route's loader data is available on thedata
property of its respectivematch
objectroute
property on route matches has been removed, as relevant match data is attached directly to the match object<script type='application/ld+json' />
and meta-related<link />
tags to document head via the routemeta
function when using thev2_meta
future flagAdded deprecation warning for
v2_normalizeFormMethod
(#5863)Added a new
future.v2_normalizeFormMethod
flag to normalize the exposeduseNavigation().formMethod
as an uppercase HTTP method to align with the previoususeTransition
behavior as well as thefetch()
behavior of normalizing to uppercase HTTP methods. (#5815)future.v2_normalizeFormMethod === false
,useNavigation().formMethod
is lowercaseuseFetcher().formMethod
is uppercasefuture.v2_normalizeFormMethod === true
:useNavigation().formMethod
is uppercaseuseFetcher().formMethod
is uppercaseAdded deprecation warning for normalizing
imagesizes
&imagesrcset
properties returned from the routelinks
function. Both properties should be in camelCase (imageSizes
/imageSrcSet
) to align with their respective JavaScript properties. (#5706)Added deprecation warning for
CatchBoundary
in favor offuture.v2_errorBoundary
(#5718)Added experimental support for Vanilla Extract caching, which can be enabled by setting
future.unstable_vanillaExtract: { cache: true }
inremix.config
. This is considered experimental due to the use of a brand new Vanilla Extract compiler under the hood. In order to use this feature, you must be using at leastv1.10.0
of@vanilla-extract/css
. (#5735)Patch Changes
e14699547
)@remix-run/server-runtime@1.15.0
Minor Changes
We have made a few changes to the API for route module
meta
functions when using thefuture.v2_meta
flag. These changes are only breaking for users who have opted in. (#5746)V2_HtmlMetaDescriptor
has been renamed toV2_MetaDescriptor
meta
function's arguments have been simplifiedparentsData
has been removed, as each route's loader data is available on thedata
property of its respectivematch
objectroute
property on route matches has been removed, as relevant match data is attached directly to the match object<script type='application/ld+json' />
and meta-related<link />
tags to document head via the routemeta
function when using thev2_meta
future flagAdded a new
future.v2_normalizeFormMethod
flag to normalize the exposeduseNavigation().formMethod
as an uppercase HTTP method to align with the previoususeTransition
behavior as well as thefetch()
behavior of normalizing to uppercase HTTP methods. (#5815)future.v2_normalizeFormMethod === false
,useNavigation().formMethod
is lowercaseuseFetcher().formMethod
is uppercasefuture.v2_normalizeFormMethod === true
:useNavigation().formMethod
is uppercaseuseFetcher().formMethod
is uppercaseAdded deprecation warning for
CatchBoundary
in favor offuture.v2_errorBoundary
(#5718)Added experimental support for Vanilla Extract caching, which can be enabled by setting
future.unstable_vanillaExtract: { cache: true }
inremix.config
. This is considered experimental due to the use of a brand new Vanilla Extract compiler under the hood. In order to use this feature, you must be using at leastv1.10.0
of@vanilla-extract/css
. (#5735)Patch Changes
e14699547
)create-remix@1.15.0
Patch Changes
@remix-run/dev@1.15.0
@remix-run/architect@1.15.0
Patch Changes
@remix-run/node@1.15.0
@remix-run/cloudflare-pages@1.15.0
Patch Changes
@remix-run/cloudflare@1.15.0
@remix-run/cloudflare-workers@1.15.0
Patch Changes
@remix-run/cloudflare@1.15.0
@remix-run/css-bundle@1.15.0
Patch Changes
@remix-run/css-bundle
are picked up during HMR (#5823)@remix-run/dev@1.15.0
@remix-run/eslint-config@1.15.0
Patch Changes
peerDependency
to allow for^5.0.0
(6b6ee66a2
)@remix-run/express@1.15.0
Patch Changes
@remix-run/node@1.15.0
@remix-run/netlify@1.15.0
Patch Changes
@remix-run/node@1.15.0
@remix-run/serve@1.15.0
Patch Changes
@remix-run/express@1.15.0
@remix-run/testing@1.15.0
Patch Changes
e14699547
)@remix-run/react@1.15.0
@remix-run/node@1.15.0
@remix-run/vercel@1.15.0
Patch Changes
@remix-run/node@1.15.0
remix@1.15.0
remix
See the
CHANGELOG.md
in individual Remix packages for all changes.