We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 805912b commit b581b1dCopy full SHA for b581b1d
CHANGELOG.md
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
5
This project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## 3.0.0
8
+* Add typescript types.
9
+* Update to mitt 2.x, which requires that browsers support the `Map` API.
10
+* Require React >= 17.
11
+
12
+All of this thanks to [@achmadk](https://github.com/achmadk)!
13
14
## 2.0.1
15
* Remove `console.log`s.
16
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "react-bus",
3
"description": "A global event emitter for react.",
- "version": "2.0.1",
+ "version": "3.0.0",
"typings": "types/index.d.ts",
"author": "Renée Kooi <[email protected]>",
"bugs": {
0 commit comments