Skip to content

Releases: mediv0/xmodal

1.0.2

28 Jul 15:27
3c2fc84
Compare
Choose a tag to compare
Merge pull request #13 from MahdiFakhr/master

fix singleton pattern cause  multiple instances

1.0.1

19 Jul 14:19
58e367e
Compare
Choose a tag to compare
Update _sidebar.md

1.0.0

15 Jul 14:49
58e367e
Compare
Choose a tag to compare
  • 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

16 Jun 11:54
b5e5105
Compare
Choose a tag to compare
Merge pull request #10 from MahdiFakhr/master

Update to 0.3.0

0.2.0

19 Apr 06:06
8ad083f
Compare
Choose a tag to compare

add support for callback functions

0.1.6

08 Apr 14:04
8ad083f
Compare
Choose a tag to compare

🐛 fix animation glitch for large modals

0.1.4

08 Apr 11:42
2f5ba57
Compare
Choose a tag to compare
  • 🐛 fix backdrop glitching when modal is opening on top of other layouts with z-index and position

0.1.3

08 Apr 01:01
fc5901a
Compare
Choose a tag to compare
  • 🐛 fix the modal backdrop is not stretching, when modal is overflowing

0.1.2

08 Apr 00:52
Compare
Choose a tag to compare
:file_folder: update package.json

0.0.1

06 Apr 23:08
b0f7ff9
Compare
Choose a tag to compare
:pencil: update README