- 0.4.2
BUGFIX
Fixed broken CDN link
- 0.4.1
FEATURE
A flag toawaitOpenAnimation
before focusing on element in modal. #172 @alesvojtaFEATURE
Passing actual node as second argument toonShow
. #194 @muhrootsBUGFIX
Fixed issue where active element wasundefined
. #198 @caiotarifaBUGFIX
Fixed issue where an opened modal could not be closed byid
. #113 @roebuk
- 0.4.0
FEATURE
Added abilty to close modals by ID - #113 @roebukBUGFIX
Fixed bug where micromodal would error on initialization - #106 @stoicsquirrelBUGFIX
Fixed bug where IE crashed due to null reference - #171 @wcarsonBUGFIX
Fixed bug which didn't lock modal overlay in IE
- 0.3.2
BUGFIX
Fixed bundling for es and umd builds
- 0.3.1
FEATURE
Breaking RenamedhasAnimation
toawaitCloseAnimation
BUGFIX
Updated correct version of modal in dist
- 0.3.0
FEATURE
Breaking Added flag to await close animation end before destroying modalFEATURE
Added flag to disable focus on first elementFEATURE
Added ability to pass custom data-attributes for open and closeBUGFIX
Fixed modal not working without animationsBUGFIX
Not focusing on last element in modal in case of file inputs
- 0.2.0
FEATURE
Added api to programmatically close modalFEATURE
Added abilty to disable scroll on modal openFEATURE
Added hooks for open/close animationsFEATURE
Added flag for toggling debug logs in consoleENHANCEMENT
Added ability to pass config toshow
methodENHANCEMENT
Cleaned uparia
tags for accessibiltyENHANCEMENT
Added test suite for browser testsBUGFIX
Fixed native form events not firing in modalBUGFIX
Fixed modal blocking custom event listeners
- 0.1.1
BUGFIX
Fixed issue where validation was not firing
- 0.1.0
CHANGE
Released first minor version 😊