Releases: kevinberonilla/jquery-quick-modal
Releases · kevinberonilla/jquery-quick-modal
2.1.0
2.0.0
- 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 (waserror
level)
1.08
- Fixed an issue where the close modal bindings still persisted when a specific combination of actions were taken
1.07
- Added the onOpen and onClose options
- Fixed an issue where the close modal bindings persisted after unbinding
- Code cleanup for maintainability
1.06
- Added the appendBackgroundTo option
- Fixed an issue where two modal backgrounds could be appended through a specific combination of bindings
1.05
- Code cleanup for maintainability