Skip to content

Commit

Permalink
v0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
iamhosseindhv committed Mar 6, 2020
1 parent ad6c5e1 commit e8caae9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion 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.

### `[email protected].9`
### `[email protected].10`
###### 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 @@ -10,6 +10,15 @@ Thanks to all contributers who improved notistack by opening an issue/PR.
<br />


### `[email protected]`
###### March 6, 2020
* **DASPRiD** Directly return snackbar context in useSnackbar [#223](https://github.com/iamhosseindhv/notistack/pull/223)
* **dalborgo** Add support to set default variant on SnackbarProvider [#180](https://github.com/iamhosseindhv/notistack/issues/180)
* **dalborgo** Deprecate support for `children` in `enqueueSnackbar` options.

<br />


### `[email protected]`
###### Feb 23, 2020
* **@svish**: Correct enqueueSnackbar typing [#217](https://github.com/iamhosseindhv/notistack/issues/217)
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notistack",
"version": "0.9.8",
"version": "0.9.9",
"description": "Highly customizable notification snackbars (toasts) that can be stacked on top of each other",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit e8caae9

Please sign in to comment.