Skip to content

Latest commit

 

History

History
38 lines (38 loc) · 1.98 KB

CHANGELOG.md

File metadata and controls

38 lines (38 loc) · 1.98 KB

Release History

  • 0.4.2
    • BUGFIX Fixed broken CDN link
  • 0.4.1
    • FEATURE A flag to awaitOpenAnimation before focusing on element in modal. #172 @alesvojta
    • FEATURE Passing actual node as second argument to onShow. #194 @muhroots
    • BUGFIX Fixed issue where active element was undefined. #198 @caiotarifa
    • BUGFIX Fixed issue where an opened modal could not be closed by id . #113 @roebuk
  • 0.4.0
    • FEATURE Added abilty to close modals by ID - #113 @roebuk
    • BUGFIX Fixed bug where micromodal would error on initialization - #106 @stoicsquirrel
    • BUGFIX Fixed bug where IE crashed due to null reference - #171 @wcarson
    • BUGFIX 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 Renamed hasAnimation to awaitCloseAnimation
    • BUGFIX Updated correct version of modal in dist
  • 0.3.0
    • FEATURE Breaking Added flag to await close animation end before destroying modal
    • FEATURE Added flag to disable focus on first element
    • FEATURE Added ability to pass custom data-attributes for open and close
    • BUGFIX Fixed modal not working without animations
    • BUGFIX Not focusing on last element in modal in case of file inputs
  • 0.2.0
    • FEATURE Added api to programmatically close modal
    • FEATURE Added abilty to disable scroll on modal open
    • FEATURE Added hooks for open/close animations
    • FEATURE Added flag for toggling debug logs in console
    • ENHANCEMENT Added ability to pass config to show method
    • ENHANCEMENT Cleaned up aria tags for accessibilty
    • ENHANCEMENT Added test suite for browser tests
    • BUGFIX Fixed native form events not firing in modal
    • BUGFIX 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 😊