- stabilize v2 dev server (#6615)
- Updated dependencies:
@remix-run/react@1.18.0
@remix-run/node@1.18.0
- Updated dependencies:
react-router-dom@6.13.0
@remix-run/react@1.17.1
@remix-run/node@1.17.1
- Updated dependencies:
@remix-run/react@1.17.0
@remix-run/node@1.17.0
react-router-dom@6.12.0
@remix-run/router@1.6.3
- Updated dependencies:
@remix-run/react@1.16.1
@remix-run/node@1.16.1
-
Enable support for CSS Modules, Vanilla Extract and CSS side-effect imports (#6046)
These CSS bundling features were previously only available via
future.unstable_cssModules
,future.unstable_vanillaExtract
andfuture.unstable_cssSideEffectImports
options inremix.config.js
, but they have now been stabilized.In order to use these features, check out our guide to CSS bundling in your project.
- feat(remix-testing): cast types to use Remix type definitions + allow passing context (#6065)
- Updated dependencies:
react-router-dom@6.11.0
@remix-run/router@1.6.0
@remix-run/react@1.16.0
@remix-run/node@1.16.0
- Bumped React Router dependencies to the latest version. See the release notes for more details. (
e14699547
) - Updated dependencies:
@remix-run/react@1.15.0
@remix-run/node@1.15.0
- Updated dependencies:
@remix-run/node@1.14.3
@remix-run/react@1.14.3
- Updated dependencies:
@remix-run/node@1.14.2
@remix-run/react@1.14.2
- Updated dependencies:
@remix-run/react@1.14.1
@remix-run/node@1.14.1
- Updated dependencies:
@remix-run/react@1.14.0
@remix-run/node@1.14.0
@remix-run/router@1.3.3
react-router-dom@8.6.2
- Add built-in support for PostCSS via the
future.unstable_postcss
feature flag (#5229) - Add built-in support for Tailwind via the
future.unstable_tailwind
feature flag (#5229)
- Bump React Router dependencies to the latest version. See the release notes for more details. (#5389)
- Updated dependencies:
@remix-run/react@1.13.0
@remix-run/node@1.13.0
- Ensure all routes have IDs when using the
createRemixStub
testing helper (#5128) - Bump React Router dependencies to the latest version. See the release notes for more details. (#5242)
- Updated dependencies:
@remix-run/react@1.12.0
@remix-run/node@1.12.0
- Updated dependencies:
@remix-run/node@1.11.1
@remix-run/react@1.11.1
- Added support for Vanilla Extract via the
unstable_vanillaExtract
future flag. IMPORTANT: Features marked withunstable
are … unstable. While we're confident in the use cases they solve, the API and implementation may change without a major version bump. (#5040) - Add support for CSS side-effect imports via the
unstable_cssSideEffectImports
future flag. IMPORTANT: Features marked withunstable
are … unstable. While we're confident in the use cases they solve, the API and implementation may change without a major version bump. (#4919) - Add support for CSS Modules via the
unstable_cssModules
future flag. IMPORTANT: Features marked withunstable
are … unstable. While we're confident in the use cases they solve, the API and implementation may change without a major version bump. (#4852)
-
Introduces the
defer()
API from@remix-run/router
with support for server-rendering and HTTP streaming. This utility allows you to defer values returned fromloader
functions by returning promises instead of resolved values. This has been refered to as "sending a promise over the wire". (#4920)Informational Resources:
- https://gist.github.com/jacob-ebey/9bde9546c1aafaa6bc8c242054b1be26
- https://github.com/remix-run/remix/blob/main/decisions/0004-streaming-apis.md
Documentation Resources (better docs specific to Remix are in the works):
-
Updated dependencies:
@remix-run/react@1.11.0
@remix-run/node@1.11.0
- Updated dependencies:
@remix-run/react@1.10.1
@remix-run/node@1.10.1
- Remove internal
installGlobals
function now that@remix-run/web-form-data
includes support for passing aHTMLFormElement
(#4755) - Use React Router data APIs directly (#4915)
- Updated dependencies:
@remix-run/react@1.10.0
@remix-run/node@1.10.0
- Updated dependencies:
@remix-run/react@1.9.0
@remix-run/server-runtime@1.9.0
@remix-run/node@1.9.0