Skip to content

Releases: stamat/modally

v1.1.8

22 Jan 15:25
Compare
Choose a tag to compare

Another wave of polish, fixing inheritance of options and the way hash change works. Adding data-srcset for image lightbox modals.

Full Changelog: v1.1.7...v1.1.8

v1.1.7

17 Jan 22:48
Compare
Choose a tag to compare

Passing target element as e.detail.target if it exists. Adding a modally:EVENT event for document that fires without the id.

Full Changelog: v1.1.6...v1.1.7

v1.1.6

08 Jan 19:29
Compare
Choose a tag to compare

fix the issue where only the video filename was passed to the src attrubute

Full Changelog: v1.1.5...v1.1.6

v1.1.5

08 Jan 19:20
Compare
Choose a tag to compare

Fixed the maximum width issue where I forgot to include the after the value, and more importantly fixed the ability to ad an Element object as template instead of an HTML string. Don't forget to clone your template Element though...

Full Changelog: v1.1.4...v1.1.5

v1.1.4

26 Oct 20:58
Compare
Choose a tag to compare

Fixed delegate event for mouse click, by updating to the latest version of book-of-spells, cause I made a mistake in that repo

Full Changelog: v1.1.3...v1.1.4

v1.1.3

09 Aug 12:08
Compare
Choose a tag to compare

scrollToTop property, default set to true, for scrolling to top when the modal is opened

Full Changelog: v1.1.2...v1.1.3

v1.1.2

08 Aug 20:18
Compare
Choose a tag to compare

Full Changelog: v1.1.1...v1.1.2

v1.1.1

07 Aug 14:29
Compare
Choose a tag to compare

Renamed events opening and closing to open and closed - this is a difference from previous versions FYI!

Full Changelog: v1.1.0...v1.1.1

v1.1.0

07 Aug 14:28
Compare
Choose a tag to compare

Refactored everything as an ESM module. IIFE and jQuery plugin is still available. Everything is more or less the same from the usage standpoint, but the performance and code style are drastically improved.

What's Changed

  • Image modal support + diabled trigger support by @stamat in #5

New Contributors

  • @stamat made their first contribution in #5

Full Changelog: 1.0.5...v1.1.0

v1.0.5

19 Sep 09:19
Compare
Choose a tag to compare

✨ Added video element support.