chore: Update version for release (pre) #5050
Closed
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.
release-next
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onrelease-next
.Releases
@remix-run/architect@1.10.1-pre.0
@remix-run/architect
1.10.0
Patch Changes
isBinaryType
(#4761)@remix-run/node@1.10.0
1.9.0
Patch Changes
@remix-run/node@1.9.0
1.8.2
Patch Changes
@remix-run/node@1.8.2
1.8.1
Patch Changes
@remix-run/node@1.8.1
1.8.0
Minor Changes
remix
package is deprecated, and all (#3284)exported modules will be removed in the next major release. For more details,
see the release notes for 1.4.0
where these changes were first announced.
Patch Changes
@remix-run/node@1.8.0
1.7.6
Patch Changes
@remix-run/node@1.7.6
1.7.5
Patch Changes
@remix-run/node@1.7.5
1.7.4
Patch Changes
@remix-run/node@1.7.4
1.7.3
Patch Changes
.wav
and.webm
audio file imports (#4290)@remix-run/node@1.7.3
1.7.2
Patch Changes
@remix-run/node@1.7.2
1.7.1
Patch Changes
Response
instead ofRequest
(#3626)@remix-run/node@1.7.1
1.7.0
Patch Changes
@remix-run/node@1.7.0
1.6.8
Patch Changes
@remix-run/node@1.6.8
1.6.7
Patch Changes
@remix-run/node@1.6.7
1.6.6
Patch Changes
@remix-run/node@1.6.6
1.6.5
Patch Changes
@remix-run/node@1.6.5
@remix-run/cloudflare@1.10.1-pre.0
@remix-run/cloudflare
1.10.0
Patch Changes
V2_HtmlMetaDescriptor
andV2_MetaFunction
types from runtime packages (#4943)@remix-run/server-runtime@1.10.0
1.9.0
Patch Changes
@remix-run/server-runtime@1.9.0
1.8.2
Patch Changes
@remix-run/server-runtime@1.8.2
1.8.1
Patch Changes
@remix-run/server-runtime@1.8.1
1.8.0
Minor Changes
remix
package is deprecated, and all (#3284)exported modules will be removed in the next major release. For more details,
see the release notes for 1.4.0
where these changes were first announced.
Patch Changes
@remix-run/server-runtime@1.8.0
1.7.6
Patch Changes
@remix-run/server-runtime@1.7.6
1.7.5
Patch Changes
@remix-run/server-runtime@1.7.5
1.7.4
Patch Changes
@remix-run/server-runtime@1.7.4
1.7.3
Patch Changes
@remix-run/server-runtime@1.7.3
1.7.2
Patch Changes
@remix-run/server-runtime@1.7.2
1.7.1
Patch Changes
@remix-run/server-runtime@1.7.1
1.7.0
Minor Changes
SerializeFrom
. This is used to infer the (#4013)JSON-serialized return type of loaders and actions.
Patch Changes
@remix-run/server-runtime@1.7.0
1.6.8
Patch Changes
@remix-run/server-runtime@1.6.8
1.6.7
Patch Changes
@remix-run/server-runtime@1.6.7
1.6.6
Patch Changes
@remix-run/server-runtime@1.6.6
1.6.5
Patch Changes
We enhanced the type signatures of
loader
/action
anduseLoaderData
/useActionData
to make it possible to infer the data typefrom return type of its related server function.
To enable this feature, you will need to use the
LoaderArgs
type from@remix-run/cloudflare
instead of typing the function directly:Then you can infer the loader data by using
typeof loader
as the typevariable in
useLoaderData
:The API above is exactly the same for your route
action
anduseActionData
via the
ActionArgs
type.With this change you no longer need to manually define a
LoaderData
type(huge time and typo saver!), and we serialize all values so that
useLoaderData
can't return types that are impossible over the network, suchas
Date
objects or functions.See the discussions in #1254
and #3276 for more context.
Updated dependencies
@remix-run/server-runtime@1.6.5
@remix-run/deno@1.10.1-pre.0
@remix-run/deno
1.10.0
Patch Changes
V2_HtmlMetaDescriptor
andV2_MetaFunction
types from runtimepackages (#4943)
@remix-run/server-runtime@1.10.0
1.9.0
Patch Changes
(#4715)
@remix-run/server-runtime@1.9.0
1.8.2
Patch Changes
@remix-run/server-runtime@1.8.2
1.8.1
Patch Changes
@remix-run/server-runtime@1.8.1
1.8.0
Patch Changes
@remix-run/server-runtime@1.8.0
1.7.6
Patch Changes
@remix-run/server-runtime@1.7.6
Patch Changes
@remix-run/server-runtime@1.7.6-pre.0
1.7.5
Patch Changes
@remix-run/server-runtime@1.7.5
1.7.4
Patch Changes
@remix-run/server-runtime@1.7.4
1.7.3
Patch Changes
@remix-run/server-runtime@1.7.3
1.7.2
Patch Changes
@remix-run/server-runtime@1.7.2
1.7.1
Patch Changes
@remix-run/server-runtime@1.7.1
1.7.0
Minor Changes
SerializeFrom
. This is used to infer the(#4013) JSON-serialized return
type of loaders and actions.
Patch Changes
@remix-run/server-runtime@1.7.0
1.6.8
Patch Changes
@remix-run/server-runtime@1.6.8
1.6.7
Patch Changes
@remix-run/server-runtime@1.6.7
1.6.6
Patch Changes
index.ts
tomain
field to fix Node resolution issues when runningremix dev
orremix watch
(#3868)
@remix-run/server-runtime@1.6.6
1.6.5
Patch Changes
loader
/action
anduseLoaderData
/useActionData
to make it possible to infer the data typefrom return type of its related server function.
(#1254)
@remix-run/server-runtime@1.6.5
@remix-run/dev@1.10.1-pre.0
@remix-run/dev
1.10.0
Patch Changes
create-remix
(#4891)@remix-run/server-runtime@1.10.0
1.9.0
Minor Changes
Patch Changes
satisfies
keyword) (#4754)parentRouteId
lookup indefineConventionalRoutes
. (#4800).ts
->.js
conversion on Windows by using a relative unix-style path (#4718)@remix-run/server-runtime@1.9.0
1.8.2
Patch Changes
@remix-run/server-runtime@1.8.2
@remix-run/serve@1.8.2
1.8.1
Patch Changes
future
option to the@remix-run/dev/server-build
virtual module (#4771)@remix-run/serve@1.8.1
@remix-run/server-runtime@1.8.1
1.8.0
Minor Changes
meta
API to handle arrays of tags instead of an object. For details, check out the RFC. (#4610)Patch Changes
remix
package is deprecated, and all exported modules will be removed in the next major release. For more details,see the release notes for 1.4.0 where these changes were first announced. (#4661)@remix-run/server-runtime@1.8.0
@remix-run/serve@1.8.0
1.7.6
Patch Changes
@remix-run/serve@1.7.6
@remix-run/server-runtime@1.7.6
Patch Changes
@remix-run/serve@1.7.6-pre.0
@remix-run/server-runtime@1.7.6-pre.0
1.7.5
Patch Changes
@remix-run/serve@1.7.5
@remix-run/server-runtime@1.7.5
1.7.4
Patch Changes
@remix-run/server-runtime@1.7.4
@remix-run/serve@1.7.4
1.7.3
Patch Changes
create-remix
to use the new examples repository when using--template example/<name>
(#4208)moduleResolution
tonode
,node16
ornodenext
intsconfig.json
. (#4034)assetsBuildDirectory
(#3841)assetsBuildDirectory
. (#4130)@remix-run/serve@1.7.3
@remix-run/server-runtime@1.7.3
1.7.2
Patch Changes
@remix-run/server-runtime@1.7.2
@remix-run/serve@1.7.2
1.7.1
Patch Changes
@remix-run/server-runtime@1.7.1
@remix-run/serve@1.7.1
1.7.0
Minor Changes
.gql
and.graphql
files as plain text (#3923).zip
and.avif
files as resource URLs (#3985)Patch Changes
@remix-run/server-runtime@1.7.0
@remix-run/serve@1.7.0
1.6.8
Patch Changes
.mjs
and.cjs
file extensions forremix.config
(#3675).sql
files as text content (#3190)@remix-run/server-runtime@1.6.8
@remix-run/serve@1.6.8
1.6.7
Patch Changes
@remix-run/serve@1.6.7
@remix-run/server-runtime@1.6.7
1.6.6
Patch Changes
.mdx
files (#3801)@remix-run/dev/server-build
virtual module (#3743)@remix-run/serve@1.6.6
@remix-run/server-runtime@1.6.6
1.6.5
Patch Changes
serverBareModulesPlugin
warning to use full import path (#3656)--port
flag increate-remix
(#3694)@remix-run/server-runtime
@remix-run/serve
@remix-run/node@1.10.1-pre.0
@remix-run/node
1.10.0
Patch Changes
V2_HtmlMetaDescriptor
andV2_MetaFunction
types from runtime packages (#4943)@remix-run/server-runtime@1.10.0
1.9.0
Patch Changes
@remix-run/server-runtime@1.9.0
1.8.2
Patch Changes
@remix-run/server-runtime@1.8.2
1.8.1
Patch Changes
@remix-run/server-runtime@1.8.1
1.8.0
Minor Changes
remix
package is deprecated, and all (#3284)exported modules will be removed in the next major release. For more details,
see the release notes for 1.4.0
where these changes were first announced.
Patch Changes
@remix-run/web-fetch
. This addresses two bugs: (#4644)"credentials"
values (Remix does nothing with these at the moment, but they pass through for the consumer of the request to access if needed)@remix-run/server-runtime@1.8.0
1.7.6
Patch Changes
@remix-run/server-runtime@1.7.6
1.7.5
Patch Changes
@remix-run/server-runtime@1.7.5
1.7.4
Patch Changes
@remix-run/server-runtime@1.7.4
1.7.3
Patch Changes
@remix-run/server-runtime@1.7.3
@remix-run/web-fetch@4.3.1
1.7.2
Patch Changes
compression
that rely on chunk flushing (#4235)@remix-run/server-runtime@1.7.2
1.7.1
Patch Changes
@remix-run/server-runtime@1.7.1
1.7.0
Minor Changes
SerializeFrom
. This is used to infer the (#4013)JSON-serialized return type of loaders and actions.
Patch Changes
fileStorage
sessions to prevent deleting entire session directories@remix-run/server-runtime@1.7.0
1.6.8
Patch Changes
@remix-run/server-runtime@1.6.8
1.6.7
Patch Changes
@remix-run/server-runtime@1.6.7
1.6.6
Patch Changes
@remix-run/server-runtime@1.6.6
1.6.5
Patch Changes
We enhanced the type signatures of
loader
/action
anduseLoaderData
/useActionData
to make it possible to infer the data typefrom return type of its related server function.
To enable this feature, you will need to use the
LoaderArgs
type from@remix-run/node
instead of typing the function directly:Then you can infer the loader data by using
typeof loader
as the typevariable in
useLoaderData
:The API above is exactly the same for your route
action
anduseActionData
via the
ActionArgs
type.With this change you no longer need to manually define a
LoaderData
type(huge time and typo saver!), and we serialize all values so that
useLoaderData
can't return types that are impossible over the network, suchas
Date
objects or functions.See the discussions in #1254
and #3276 for more context.
Updated dependencies
@remix-run/server-runtime
@remix-run/react@1.10.1-pre.0
@remix-run/react
1.10.0
Minor Changes
useNavigation
useNavigationType
useRevalidator
useRouteLoaderData
1.9.0
Patch Changes
@remix-run/react
to useRouter
fromreact-router-dom@6.5.0
(#4731)ScrollRestoration
(#2879)<LiveReload>
and Firefox infinitely reloading the page. (#4725)1.8.2
No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.8.2.
1.8.1
No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.8.1.
1.8.0
Minor Changes
remix
package is deprecated, and all (#3284)exported modules will be removed in the next major release. For more details,
see the release notes for 1.4.0
where these changes were first announced.
meta
API to handle arrays of tags instead of an object. For details, check out the RFC. (#4610)Patch Changes
1.7.6
Patch Changes
1.7.5
Patch Changes
fb:app_id
meta data renders the correct attributes on<meta>
tags (#4445)1.7.4
Patch Changes
.data
property ofuseFetcher
from the return type of yourloader
andaction
functions (#4392)<Form>
that prevented the correct method from being called with non-POST
submissions (b52507861
)1.7.3
Patch Changes
<Form />
respects theformMethod
attribute set on the submitter element (#4053)1.7.2
Patch Changes
type-fest
dependency (#4246)?index
for fetcher get submissions to index routes (#4238)1.7.1
Patch Changes
react-router-dom
to version 6.3.0 (#4203)GET
form submissions to ensure they replace the current search params, which tracks with the browser's behavior (#4046)1.7.0
Minor Changes
SerializeFrom
. This is used to infer the (#4013)JSON-serialized return type of loaders and actions.
Patch Changes
1.6.8
Patch Changes
action
was omitted from<Form>
oruseFormAction
, the action value would default to"."
. This is incorrect, as"."
should resolve based on the current path, but an empty action resolves relative to the current URL (including the search and hash values). We've fixed this to differentiate between the two, meaning that the resolved action will preserve the full URL. (#3697)1.6.7
Patch Changes
useLoaderData
anduseActionData
to preservenull
value types (#3879)1.6.6
Patch Changes
ReadonlyArray
type inSerializeType
for action and loader data (#3774)useLoaderData
anduseActionData
(#3766)1.6.5
Patch Changes
We enhanced the type signatures of
loader
/action
anduseLoaderData
/useActionData
to make it possible to infer the data typefrom return type of its related server function.
To enable this feature, you will need to use the
LoaderArgs
type from yourRemix runtime package instead of typing the function directly:
Then you can infer the loader data by using
typeof loader
as the typevariable in
useLoaderData
:The API above is exactly the same for your route
action
anduseActionData
via the
ActionArgs
type.With this change you no longer need to manually define a
LoaderData
type(huge time and typo saver!), and we serialize all values so that
useLoaderData
can't return types that are impossible over the network, suchas
Date
objects or functions.See the discussions in #1254
and #3276 for more context.
Add
WebSocket
reconnect toLiveReload
@remix-run/serve@1.10.1-pre.0
@remix-run/serve
1.10.0
Patch Changes
@remix-run/express@1.10.0
1.9.0
Patch Changes
TypedResponse
so that Typescript correctly shows errors for incompatible types inloader
andaction
functions. (#4734)@remix-run/express@1.9.0
1.8.2
Patch Changes
@remix-run/express@1.8.2
1.8.1
Patch Changes
@remix-run/express@1.8.1
1.8.0
Patch Changes
@remix-run/express@1.8.0
1.7.6
Patch Changes
@remix-run/express@1.7.6
1.7.5
Patch Changes
@remix-run/express@1.7.5
1.7.4
Patch Changes
@remix-run/express@1.7.4
1.7.3
Patch Changes
@remix-run/express@1.7.3
1.7.2
Patch Changes
@remix-run/express@1.7.2
1.7.1
Patch Changes
@remix-run/express@1.7.1
1.7.0
Minor Changes
SerializeFrom
. This is used to infer the (#4013)JSON-serialized return type of loaders and actions.
MetaFunction
type can now inferdata
andparentsData
types from route loaders (#4022)Patch Changes
@remix-run/express@1.7.0
1.6.8
Patch Changes
@remix-run/express@1.6.8
1.6.7
Patch Changes
@remix-run/express@1.6.7
1.6.6
Patch Changes
@remix-run/express@1.6.6
1.6.5
Patch Changes
@remix-run/express@1.6.5
@remix-run/server-runtime@1.10.1-pre.0
@remix-run/server-runtime
1.10.0
Minor Changes
Patch Changes
V2_HtmlMetaDescriptor
andV2_MetaFunction
types from runtime packages (#4943)V2_MetaFunction
to returnV2_HtmlMetaDescriptor[]
type (#4947)1.9.0
Patch Changes
TypedResponse
so that Typescript correctly shows errors for incompatible types inloader
andaction
functions. (#4734)Request
object reflectedmethod: "POST"
on document submissions (a74e51830
)1.8.2
Patch Changes
instanceof Response
checks in favor ofisResponse
(#4782)@remix-run/router
static handler (#4790)@remix-run/router
tov1.0.5
(bd84a9317
)1.8.1
No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.8.1.
1.8.0
Minor Changes
@remix-run/router
. Server- and client-side rendering are still done the same as before, and will be updated in subsequent releases. (#4612)remix
package is deprecated, and all (#3284)exported modules will be removed in the next major release. For more details,
see the release notes for 1.4.0
where these changes were first announced.
meta
API to handle arrays of tags instead of an object. For details, check out the RFC. (#4610)Patch Changes
Properly categorize internal framework-thrown error Responses as error boundary errors (#4385)
Previously there was some ambiguity around "thrown Responses go to the
CatchBoundary
".The
CatchBoundary
exists to give the user a place to handle non-happy path code flowssuch that they can throw
Response
instances from their own code and handle them in aCatchBoundary
. However, there are a handful of framework-internal errors that makesense to have a non-500 status code, and the fact that these were being thrown as
Response
instanceswas causing them to go into the
CatchBoundary
, even though they were not user-thrown.With this change, anything thrown by the framework itself (
Error
orResponse
) willgo to the
ErrorBoundary
, and any user-thrownResponse
instances will go to theCatchBoundary
. There is one exception to this rule, which is that framework-detected404's will continue to go to the
CatchBoundary
since users should have one singlelocation to handle 404 displays.
The primary affected use cases are scenarios such as:
OPTIONS
requests (405 Unsupported Method )GET
requests to routes without loaders (400 Bad Request)POST
requests to routes without actions (405 Method Not Allowed)_data
parameters (403 Forbidden)_data
parameters (403 Forbidden)1.7.6
No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.7.6.
1.7.5
No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.7.5.
1.7.4
Patch Changes
1.7.3
No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.7.3.
1.7.2
Patch Changes
type-fest
(87642b71b
)1.7.1
Patch Changes
react-router-dom
to version 6.3.0 (#4203)1.7.0
Minor Changes
SerializeFrom
. This is used to infer the (#4013)JSON-serialized return type of loaders and actions.
MetaFunction
type can now inferdata
andparentsData
types from route loaders (#4022)Patch Changes
1.6.8
Patch Changes
We've added type safety for load context.
AppLoadContext
is now an an interface mappingstring
tounknown
, allowing users to extend it via module augmentation: (#1876)1.6.7
No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.6.7.
1.6.6
No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.6.6.
1.6.5
Patch Changes
We enhanced the type signatures of
loader
/action
anduseLoaderData
/useActionData
to make it possible to infer the data typefrom return type of its related server function.
To enable this feature, you will need to use the
LoaderArgs
type from yourRemix runtime package instead of typing the function directly:
Then you can infer the loader data by using
typeof loader
as the typevariable in
useLoaderData
:The API above is exactly the same for your route
action
anduseActionData
via the
ActionArgs
type.With this change you no longer need to manually define a
LoaderData
type(huge time and typo saver!), and we serialize all values so that
useLoaderData
can't return types that are impossible over the network, suchas
Date
objects or functions.See the discussions in #1254
and #3276 for more context.
create-remix@1.10.1-pre.0
create-remix
1.10.0
Patch Changes
@remix-run/dev@1.10.0
1.9.0
Patch Changes
@remix-run/dev@1.9.0
1.8.2
Patch Changes
@remix-run/dev@1.8.2
1.8.1
Patch Changes
@remix-run/dev@1.8.1
1.8.0
Patch Changes
@remix-run/dev@1.8.0
1.7.6
Patch Changes
@remix-run/dev@1.7.6
1.7.5
Patch Changes
@remix-run/dev@1.7.5
1.7.4
Patch Changes
@remix-run/dev@1.7.4
1.7.3
Patch Changes
create-remix
to use the new examples repository when using--template example/<name>
(#4208)@remix-run/dev@1.7.3
1.7.2
Patch Changes
@remix-run/dev@1.7.2
1.7.1
Patch Changes
@remix-run/dev@1.7.1
1.7.0
Patch Changes
@remix-run/dev@1.7.0
1.6.8
Patch Changes
@remix-run/dev@1.6.8
1.6.7
Patch Changes
@remix-run/dev@1.6.7
1.6.6
Patch Changes
@remix-run/dev@1.6.6
1.6.5
Patch Changes
@remix-run/dev@1.6.5
@remix-run/cloudflare-pages@1.10.1-pre.0
@remix-run/cloudflare-pages
1.10.0
Patch Changes
@remix-run/cloudflare@1.10.0
1.9.0
Patch Changes
@remix-run/cloudflare@1.9.0
1.8.2
Patch Changes
@remix-run/cloudflare@1.8.2
1.8.1
Patch Changes
@remix-run/cloudflare@1.8.1
1.8.0
Patch Changes
@remix-run/cloudflare@1.8.0
1.7.6
Patch Changes
@remix-run/cloudflare@1.7.6
Patch Changes
@remix-run/cloudflare@1.7.6-pre.0
1.7.5
Patch Changes
@remix-run/cloudflare@1.7.5
1.7.4
Patch Changes
@remix-run/cloudflare@1.7.4
1.7.3
Patch Changes
@remix-run/cloudflare@1.7.3
1.7.2
Patch Changes
@remix-run/cloudflare@1.7.2
1.7.1
Patch Changes
@remix-run/cloudflare@1.7.1
1.7.0
Patch Changes
@remix-run/cloudflare@1.7.0
1.6.8
Patch Changes
@remix-run/cloudflare@1.6.8
1.6.7
Patch Changes
@remix-run/cloudflare@1.6.7
1.6.6
Patch Changes
@remix-run/cloudflare@1.6.6
1.6.5
Patch Changes
@remix-run/cloudflare@1.6.5
@remix-run/cloudflare-workers@1.10.1-pre.0
@remix-run/cloudflare-workers
1.10.0
Patch Changes
@remix-run/cloudflare@1.10.0
1.9.0
Patch Changes
@remix-run/cloudflare@1.9.0
1.8.2
Patch Changes
@remix-run/cloudflare@1.8.2
1.8.1
Patch Changes
@remix-run/cloudflare@1.8.1
1.8.0
Patch Changes
@remix-run/cloudflare@1.8.0
1.7.6
Patch Changes
@remix-run/cloudflare@1.7.6
Patch Changes
@remix-run/cloudflare@1.7.6-pre.0
1.7.5
Patch Changes
@remix-run/cloudflare@1.7.5
1.7.4
Patch Changes
@remix-run/cloudflare@1.7.4
1.7.3
Patch Changes
@remix-run/cloudflare@1.7.3
1.7.2
Patch Changes
@remix-run/cloudflare@1.7.2
1.7.1
Patch Changes
@remix-run/cloudflare@1.7.1
1.7.0
Patch Changes
@remix-run/cloudflare@1.7.0
1.6.8
Patch Changes
@remix-run/cloudflare@1.6.8
1.6.7
Patch Changes
@remix-run/cloudflare@1.6.7
1.6.6
Patch Changes
@remix-run/cloudflare@1.6.6
1.6.5
Patch Changes
wrangler publish
(#2079)@remix-run/cloudflare@1.6.5
@remix-run/eslint-config@1.10.1-pre.0
@remix-run/eslint-config
1.10.0
No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.10.0.
1.9.0
No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.9.0.
1.8.2
No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.8.2.
1.8.1
No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.8.1.
1.8.0
Patch Changes
migrate
command with the newcodemod
command (#4646)1.7.6
No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.7.6.
1.7.5
No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.7.5.
1.7.4
No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.7.4.
1.7.3
No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.7.3.
1.7.2
Patch Changes
e4ec81c77
)1.7.1
No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.7.1.
1.7.0
No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.7.0.
1.6.8
No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.6.8.
1.6.7
No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.6.7.
1.6.6
No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.6.6.
1.6.5
Patch Changes
require.resolve
when importing@babel/preset-react
(#3716)@remix-run/express@1.10.1-pre.0
@remix-run/express
1.10.0
Patch Changes
@remix-run/node@1.10.0
1.9.0
Patch Changes
@remix-run/node@1.9.0
1.8.2
Patch Changes
@remix-run/node@1.8.2
1.8.1
Patch Changes
@remix-run/node@1.8.1
1.8.0
Patch Changes
@remix-run/node@1.8.0
1.7.6
Patch Changes
@remix-run/node@1.7.6
1.7.5
Patch Changes
@remix-run/node@1.7.5
1.7.4
Patch Changes
@remix-run/node@1.7.4
1.7.3
Patch Changes
@remix-run/node@1.7.3
1.7.2
Patch Changes
@remix-run/node@1.7.2
1.7.1
Patch Changes
Response
instead ofRequest
(#3626)@remix-run/node@1.7.1
1.7.0
Patch Changes
@remix-run/node@1.7.0
1.6.8
Patch Changes
@remix-run/node@1.6.8
1.6.7
Patch Changes
@remix-run/node@1.6.7
1.6.6
Patch Changes
@remix-run/node@1.6.6
1.6.5
Patch Changes
@remix-run/node@1.6.5
@remix-run/netlify@1.10.1-pre.0
@remix-run/netlify
1.10.0
Patch Changes
isBinaryType
(#4761)@remix-run/node@1.10.0
1.9.0
Patch Changes
@remix-run/node@1.9.0
1.8.2
Patch Changes
@remix-run/node@1.8.2
1.8.1
Patch Changes
@remix-run/node@1.8.1
1.8.0
Patch Changes
@remix-run/node@1.8.0
1.7.6
Patch Changes
@remix-run/node@1.7.6
1.7.5
Patch Changes
@remix-run/node@1.7.5
1.7.4
Patch Changes
@remix-run/node@1.7.4
1.7.3
Patch Changes
.wav
and.webm
audio file imports (#4290)@remix-run/node@1.7.3
1.7.2
Patch Changes
@remix-run/node@1.7.2
1.7.1
Patch Changes
Response
instead ofRequest
(#3626)@remix-run/node@1.7.1
1.7.0
Patch Changes
@remix-run/node@1.7.0
1.6.8
Patch Changes
We've added type safety for load context.
AppLoadContext
is now an an interface mappingstring
tounknown
, allowing users to extend it via module augmentation: (#1876)Updated dependencies:
@remix-run/node@1.6.8
1.6.7
Patch Changes
@remix-run/node@1.6.7
1.6.6
Patch Changes
@remix-run/node@1.6.6
1.6.5
Patch Changes
@remix-run/node@1.6.5
@remix-run/testing@1.10.1-pre.0
@remix-run/testing
1.10.0
Patch Changes
installGlobals
function now that@remix-run/web-form-data
includes support for passing aHTMLFormElement
(#4755)@remix-run/react@1.10.0
@remix-run/node@1.10.0
1.9.0
Patch Changes
@remix-run/react@1.9.0
@remix-run/server-runtime@1.9.0
@remix-run/node@1.9.0
@remix-run/vercel@1.10.1-pre.0
@remix-run/vercel
1.10.0
Patch Changes
@remix-run/node@1.10.0
1.9.0
Patch Changes
@remix-run/node@1.9.0
1.8.2
Patch Changes
@remix-run/node@1.8.2
1.8.1
Patch Changes
@remix-run/node@1.8.1
1.8.0
Patch Changes
@remix-run/node@1.8.0
1.7.6
Patch Changes
@remix-run/node@1.7.6
1.7.5
Patch Changes
@remix-run/node@1.7.5
1.7.4
Patch Changes
@remix-run/node@1.7.4
1.7.3
Patch Changes
@remix-run/node@1.7.3
1.7.2
Patch Changes
@remix-run/node@1.7.2
1.7.1
Patch Changes
Response
instead ofRequest
(#3626)@remix-run/node@1.7.1
1.7.0
Patch Changes
@remix-run/node@1.7.0
1.6.8
Patch Changes
@remix-run/node@1.6.8
1.6.7
Patch Changes
@remix-run/node@1.6.7
1.6.6
Patch Changes
@remix-run/node@1.6.6
1.6.5
Patch Changes
@vercel/node
v2@remix-run/node@1.6.5
remix@1.10.1-pre.0
remix
See the
CHANGELOG.md
in individual Remix packages for all changes.