Skip to content

v1.0.0

Compare
Choose a tag to compare
@romellem romellem released this 03 Oct 13:48
· 15 commits to master since this release

BREAKING CHANGE

  • When opening/closing via the API, the custom event names are now 'open.yamodal' and 'close.yamodal', respectively. They were previously 'yamodal.open' and 'yamodal.close' (d238175).

Fixes

  • When working a dynamic modal without a close selector specified, we now check for the default close selector each time the modal is created. This fixes a rare edge-case bug where the default close selector is present when the modal is first created, but not present in subsequent creations (52c4630).

Tests

  • Expands tests to 100% code coverage

Chore

  • Upgrades deps to latest version

v0.2.1...v1.0.0