Skip to content

Commit

Permalink
Add support for React 17 [#339]
Browse files Browse the repository at this point in the history
  • Loading branch information
iamhosseindhv committed Dec 23, 2020
1 parent ecee3fe commit 6ceeebe
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Thanks to all contributers who improved notistack by opening an issue/PR.

### `notistack@1.0.3`
### `notistack@1.0.4`
###### to be published
* **@pctestjfarz**: Add swipe to dismiss feature [#138](https://github.com/iamhosseindhv/notistack/issues/138)
* **@molynerd**: Add support to update content of snackbar in place [#50](https://github.com/iamhosseindhv/notistack/issues/50)
Expand All @@ -9,9 +9,17 @@ Thanks to all contributers who improved notistack by opening an issue/PR.
<br />


### `notistack@1.0.3`
###### December 23, 2020
* **@gregorysl** **@lephleg** **@joaogardenberg** Add support for React 17 [#339](https://github.com/iamhosseindhv/notistack/pull/339)


<br />


### `notistack@1.0.2`
###### November 26, 2020
* Add support MUI v5 [#333](https://github.com/iamhosseindhv/notistack/pull/333)
* Add support for MUI v5 [#333](https://github.com/iamhosseindhv/notistack/pull/333)


<br />
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notistack",
"version": "1.0.2",
"version": "1.0.3",
"description": "Highly customizable notification snackbars (toasts) that can be stacked on top of each other",
"main": "dist/index.js",
"module": "dist/notistack.esm.js",
Expand All @@ -24,8 +24,8 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0",
"@material-ui/core": "^4.0.0"
},
"devDependencies": {
Expand All @@ -43,8 +43,8 @@
"eslint-plugin-import": "~2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0",
"rimraf": "^3.0.2",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-copy": "^3.3.0",
Expand Down

0 comments on commit 6ceeebe

Please sign in to comment.