chore: Update version for release (pre) #5387
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.
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/[email protected]
Minor Changes
serverBuildTarget
in favor of a more flexible combination of the existing publicPath, serverBuildPath, serverDependenciesToBundle along with net new serverMainFields, serverConditions, serverMinify, and the un-deprecated serverModuleFormat and serverPlatform options. (#5354)future.unstable_postcss
feature flag (#5229)future.unstable_tailwind
feature flag (#5229)Patch Changes
allow tailwind.config.cjs when using
future.unstable_tailwind
(#5358)Mark Vanilla Extract files as side effects to ensure that files only containing global styles aren't tree-shaken (#5246)
Support decorators in files using CSS side-effect imports (#5305)
flat route fixes and enhancements (#5228)
app._index.tsx
andapp/index.tsx
are different routes. The first is an index route for the second, and will be rendered into the parent outlet. The second is the parent route itself.index.tsx
no longer has any semantic meaning for "index routes", but rather the node module resolution convention of "index modules".routes/app.tsx
androutes/app/index.tsx
are the same route. You just moved it to a folder and made anindex.tsx
because that's how node module resolution looks for the module atroutes/app
.If you want an index route, you use
_index
routes/index.tsx
/index
routes/_index.tsx
/
routes/app.tsx
/app
routes/app/index.tsx
routes/app._index.tsx
/app
routes/app.tsx
orroutes/app/index.tsx
routes/app._index/index.tsx
routes/app.tsx
orroutes/app/index.tsx
Updated dependencies:
@remix-run/[email protected]
@remix-run/[email protected]
@remix-run/[email protected]
Minor Changes
future.unstable_postcss
feature flag (#5229)future.unstable_tailwind
feature flag (#5229)Patch Changes
<Scripts />
(#5339)@remix-run/[email protected]
Minor Changes
future.unstable_postcss
feature flag (#5229)future.unstable_tailwind
feature flag (#5229)Patch Changes
@remix-run/[email protected]
Minor Changes
future.unstable_postcss
feature flag (#5229)future.unstable_tailwind
feature flag (#5229)Patch Changes
@remix-run/[email protected]
@remix-run/[email protected]
[email protected]
Patch Changes
@remix-run/[email protected]
@remix-run/[email protected]
Patch Changes
@remix-run/[email protected]
@remix-run/[email protected]
Patch Changes
@remix-run/[email protected]
@remix-run/[email protected]
Patch Changes
@remix-run/[email protected]
@remix-run/[email protected]
Patch Changes
@remix-run/[email protected]
@remix-run/[email protected]
Patch Changes
@remix-run/[email protected]
@remix-run/[email protected]
Patch Changes
@remix-run/[email protected]
@remix-run/[email protected]
Patch Changes
@remix-run/[email protected]
@remix-run/[email protected]
Patch Changes
@remix-run/[email protected]
@remix-run/[email protected]
Patch Changes
@remix-run/[email protected]
@remix-run/[email protected]
Patch Changes
@remix-run/[email protected]
@remix-run/[email protected]
Patch Changes
@remix-run/[email protected]
[email protected]
remix
See the
CHANGELOG.md
in individual Remix packages for all changes.@remix-run/[email protected]