You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-devtools/CHANGELOG.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,14 @@
9
9
<!-- Upcoming changes go here -->
10
10
</details>
11
11
12
+
## 4.12.0 (April 12, 2021)
13
+
Although this release is being made for all NPM packages, only the `react-devtools-inline` package contains changes.
14
+
#### Feature
15
+
* Added `createBridge` and `createStore` exports to the `react-devtools-inline/frontend` entrypoint to support advanced use cases ([bvaughn](https://github.com/bvaughn) in [#21032](https://github.com/facebook/react/pull/21032))
16
+
12
17
## 4.11.1 (April 11, 2021)
13
18
#### Bugfix
14
-
* Fixed broken import in `react-devtools-inline` for feature flags file ([bvaughn](https://github.com/bvaughn) in [#21235](https://github.com/facebook/react/issues/21235))
19
+
* Fixed broken import in `react-devtools-inline` for feature flags file ([bvaughn](https://github.com/bvaughn) in [#21237](https://github.com/facebook/react/pull/21237))
0 commit comments