@react-router/dev 7.8.2-pre.1 → 7.9.0-pre.0

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,23 +1,35 @@
1
1
  # `@react-router/dev`
2
2
 
3
- ## 7.8.2-pre.1
3
+ ## 7.9.0-pre.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Stabilize middleware and context APIs. ([#14215](https://github.com/remix-run/react-router/pull/14215))
8
+
9
+ We have removed the `unstable_` prefix from the following APIs and they are now considered stable and ready for production use:
10
+ - [`RouterContextProvider`](https://reactrouter.com/api/utils/RouterContextProvider)
11
+ - [`createContext`](https://reactrouter.com/api/utils/createContext)
12
+ - `createBrowserRouter` [`getContext`](https://reactrouter.com/api/data-routers/createBrowserRouter#optsgetcontext) option
13
+ - `<HydratedRouter>` [`getContext`](https://reactrouter.com/api/framework-routers/HydratedRouter#getcontext) prop
14
+
15
+ Please see the [Middleware Docs](https://reactrouter.com/how-to/middleware), the [Middleware RFC](https://github.com/remix-run/remix/discussions/7642), and the [Client-side Context RFC](https://github.com/remix-run/react-router/discussions/9856) for more information.
4
16
 
5
17
  ### Patch Changes
6
18
 
7
19
  - Updated dependencies:
8
- - `react-router@7.8.2-pre.1`
9
- - `@react-router/node@7.8.2-pre.1`
10
- - `@react-router/serve@7.8.2-pre.1`
20
+ - `react-router@7.9.0-pre.0`
21
+ - `@react-router/node@7.9.0-pre.0`
22
+ - `@react-router/serve@7.9.0-pre.0`
11
23
 
12
- ## 7.8.2-pre.0
24
+ ## 7.8.2
13
25
 
14
26
  ### Patch Changes
15
27
 
16
28
  - fix: memory leak in default entry.server ([#14200](https://github.com/remix-run/react-router/pull/14200))
17
29
  - Updated dependencies:
18
- - `react-router@7.8.2-pre.0`
19
- - `@react-router/node@7.8.2-pre.0`
20
- - `@react-router/serve@7.8.2-pre.0`
30
+ - `react-router@7.8.2`
31
+ - `@react-router/node@7.8.2`
32
+ - `@react-router/serve@7.8.2`
21
33
 
22
34
  ## 7.8.1
23
35