Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mediv0 committed Jul 15, 2020
1 parent 4782509 commit 791c674
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CHANGELOG.md

## 1.0.0 (released)

Features:

- Added a global collection to save modal options globally
- Add openFromStore() method to let users open modals from modals collection
- Add save() method to let users save modals in the collection
- Add delete() method to let users delete modals in the collection
- Add get() method to let users gets modals from the collection
- Add entries() method to let users get all modals stored in the collection


## 0.3.0 (released)

Features:
Expand All @@ -12,3 +24,7 @@ Features:
Features:

- add support for callback functions



Added a global collection to save modal options globally

0 comments on commit 791c674

Please sign in to comment.