notistack
Advanced tools
Comparing version
Thanks to all contributers who improved notistack by opening an issue/PR. | ||
### `notistack@2.0.4` | ||
###### Apr 10, 2022 | ||
* **@suren-atoyan** Add support for React 18 [#482](https://github.com/iamhosseindhv/notistack/pull/482) | ||
<br /> | ||
### `notistack@2.0.3` | ||
@@ -4,0 +10,0 @@ ###### Oct 31, 2021 |
{ | ||
"name": "notistack", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Highly customizable notification snackbars (toasts) that can be stacked on top of each other", | ||
@@ -30,4 +30,4 @@ "main": "dist/index.js", | ||
"@mui/material": "^5.0.0", | ||
"react": "^16.8.0 || ^17.0.0", | ||
"react-dom": "^16.8.0 || ^17.0.0" | ||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0", | ||
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" | ||
}, | ||
@@ -34,0 +34,0 @@ "peerDependenciesMeta": { |
324465
0.06%