File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
5
5
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ ## 4.0.0
8
+ * Remove ` BusContext ` export. This is an implementation detail.
9
+ * Update to mitt 3.x.
10
+ * Add React 19 to the test matrix.
11
+
12
+ Version 3.0.0 also works fine with React 19. You don't need to update to get React 19 support.
13
+
7
14
## 3.0.0
8
15
* Add typescript types.
9
16
* Update to mitt 2.x, which requires that browsers support the ` Map ` API.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-bus" ,
3
3
"description" : " A global event emitter for react." ,
4
- "version" : " 3 .0.0" ,
4
+ "version" : " 4 .0.0" ,
5
5
"main" : " dist/index.js" ,
6
6
"typings" : " dist/index.d.ts" ,
7
7
"exports" : {
You can’t perform that action at this time.
0 commit comments