Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 627 Bytes

CHANGELOG.md

File metadata and controls

27 lines (15 loc) · 627 Bytes

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:

  • add import() keyword for importing components

0.2.0 (released)

Features:

  • add support for callback functions