@react-router/dev 7.0.0-pre.5 → 7.0.0-pre.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # `@remix-run/dev`
2
2
 
3
+ ## 7.0.0-pre.6
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: warn instead of error for min node version in CLI ([#12270](https://github.com/remix-run/react-router/pull/12270))
8
+ - chore: re-enable development warnings through a `development` exports condition. ([#12269](https://github.com/remix-run/react-router/pull/12269))
9
+ - if we are in SAP mode, always render the `index.html` for hydration ([#12268](https://github.com/remix-run/react-router/pull/12268))
10
+ - fix(react-router): (v7) fix static prerender of non-ascii characters ([#12161](https://github.com/remix-run/react-router/pull/12161))
11
+ - Updated dependencies:
12
+ - `@react-router/node@7.0.0-pre.6`
13
+ - `react-router@7.0.0-pre.6`
14
+ - `@react-router/serve@7.0.0-pre.6`
15
+
3
16
  ## 7.0.0-pre.5
4
17
 
5
18
  ### Patch Changes