Skip to content
This repository was archived by the owner on Feb 3, 2023. It is now read-only.

Commit d947b62

Browse files
committed
Update README
1 parent b63bc42 commit d947b62

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ INotification.error("Error with button", {
4747
]
4848
});
4949

50+
// Close a toast specified by its id
51+
INotification.dismiss(id);
52+
53+
// Close all toasts
54+
INotification.dismiss();
55+
5056
// Default call using `toast` function
5157
// See https://github.com/fkhadra/react-toastify#usage
5258
INotification.notify("Default");
@@ -68,6 +74,12 @@ jupyter labextension install jupyterlab_toastify
6874

6975
## Changelog
7076

77+
### v2.2.0
78+
79+
- Different corrections
80+
- `buttons` optional in `update`
81+
- `dismiss` is visible through the `INotification` proxy
82+
7183
### v2.1.0
7284

7385
- Update to JupyterLab 0.35

0 commit comments

Comments
 (0)