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

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Dec 3, 2018
1 parent b63bc42 commit d947b62
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ INotification.error("Error with button", {
]
});

// Close a toast specified by its id
INotification.dismiss(id);

// Close all toasts
INotification.dismiss();

// Default call using `toast` function
// See https://github.com/fkhadra/react-toastify#usage
INotification.notify("Default");
Expand All @@ -68,6 +74,12 @@ jupyter labextension install jupyterlab_toastify

## Changelog

### v2.2.0

- Different corrections
- `buttons` optional in `update`
- `dismiss` is visible through the `INotification` proxy

### v2.1.0

- Update to JupyterLab 0.35
Expand Down

0 comments on commit d947b62

Please sign in to comment.