Skip to content

Releases: mpetty/modal

1.17.11

11 May 01:15
Compare
Choose a tag to compare

1.17.10

14 Apr 01:07
Compare
Choose a tag to compare

What's Changed

  • Fixed issue with modal backdrop not being removed correctly when using static and nested modals
  • Bump hosted-git-info from 2.8.8 to 2.8.9 by @dependabot in #9
  • Bump grunt from 1.2.1 to 1.3.0 by @dependabot in #8
  • Bump lodash from 4.17.19 to 4.17.21 by @dependabot in #7
  • Bump y18n from 4.0.0 to 4.0.1 by @dependabot in #6
  • Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #10
  • Bump grunt from 1.3.0 to 1.4.1 by @dependabot in #13
  • Bump grunt-contrib-uglify from 4.0.1 to 5.0.1 by @dependabot in #12
  • Bump grunt-contrib-jshint from 2.1.0 to 3.1.1 by @dependabot in #11

Full Changelog: 1.17.9...1.17.10

1.17.9

14 Apr 00:56
Compare
Choose a tag to compare
  • Fixed a bug preventing scroll after closing the modal.
  • Fixed a bug that removes the modal overlay before all nested modals are removed.

Full Changelog: 1.17.8...1.17.9

1.17.8

14 Apr 00:58
Compare
Choose a tag to compare
  • Added option for forcing deeply nested modals to force their parent to close.

1.17.7

14 Apr 00:58
914a3a1
Compare
Choose a tag to compare
  • Updated the way static modals that already exist on the page are opened. Previously they would be cloned to the bottom of the page. Now they will open in place.

1.17.5

14 Apr 00:59
Compare
Choose a tag to compare
  • Updated modal open code to allow calling commands on the document global selector

1.17.4

14 Apr 00:59
b5bb949
Compare
Choose a tag to compare
  • Updated modal ajax to open on complete instead of success. This fixes an issue where 403 errors would prevent the modal from displaying.

1.17.3

14 Apr 01:00
Compare
Choose a tag to compare
  • Return modal object from $.modal for easier use in code.

  • Added ability to use modal html as selector to directly open a modal. ex: $('.modal).modal2()

1.17.2

14 Apr 01:00
Compare
Choose a tag to compare
  • Added option for preventing modal close when clicking outside of the modal

1.17.1

14 Apr 01:00
Compare
Choose a tag to compare

Added support for nested modals. Modal windows will get appended after the last. when nested modals are closed, the previous modal will be displayed until the last one is closed which will destroy the modal elements.