Skip to content

Releases: kevinberonilla/jquery-quick-modal

2.1.0

28 Aug 12:32
Compare
Choose a tag to compare
  • Fixed an issue where modal backdrops were not animating properly when closing a modal
  • Added the prefix option to support builds with custom prefixes
  • Added Sass source files and Gulp tasks to support builds with custom prefixes
  • The plugin now runs in strict mode

2.0.0

22 Aug 12:45
Compare
Choose a tag to compare
  • Updated all HTML classes and ids to use the qm- prefix
  • Updated all events to use the .qm namespace
  • Updated versioning to semantic style
  • Removed CSS vendor prefixes (no longer needed)
  • Demoted console logs for incorrect configuration to warn level (was error level)

1.08

02 Dec 17:01
Compare
Choose a tag to compare
  • Fixed an issue where the close modal bindings still persisted when a specific combination of actions were taken

1.07

02 Dec 17:02
Compare
Choose a tag to compare
  • Added the onOpen and onClose options
  • Fixed an issue where the close modal bindings persisted after unbinding
  • Code cleanup for maintainability

1.06

02 Dec 17:08
Compare
Choose a tag to compare
  • Added the appendBackgroundTo option
  • Fixed an issue where two modal backgrounds could be appended through a specific combination of bindings

1.05

02 Dec 17:09
Compare
Choose a tag to compare
  • Code cleanup for maintainability