Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPM(deps): Bump micromodal from 0.4.6 to 0.4.10 #107

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2022

Bumps micromodal from 0.4.6 to 0.4.10.

Changelog

Sourced from micromodal's changelog.

Release History

  • 0.4.10
    • 🐞 BUGFIX Reverted passive listener to enable event methods
  • 0.4.9
    • 🐞 BUGFIX Correctly closes modal when clicking on nested close elements
  • 0.4.8
    • 🐞 BUGFIX Fixed issue where clicking on a input field would close the modal
  • 0.4.7
    • 🐞 BUGFIX Correctly disable scroll on iOS devices
    • 🐞 BUGFIX Fixed issue where 'window' would be undefined
    • 🐞 BUGFIX Close button works even if there are nested elements within
    • 🐞 BUGFIX Marks event handler as 'passive' to make the page more responsive
    • 🐞 BUGFIX Prevents click handlers from triggering underlying elements
  • 0.4.6
    • 🐞 BUGFIX Removed focus error when no focusable element exists in the modal
  • 0.4.5
    • 🐞 BUGFIX On open, correctly focuses on non close triggers when possible
    • 🐞 BUGFIX Custom open class is now properly removed on modal close
  • 0.4.4
    • 💡 FEATURE Added ability to customize open class name
  • 0.4.3
    • 🌀 ENHANCEMENT Finds a focusable element which is not the close button on modal open
    • 🌀 ENHANCEMENT Handle events cleanup if modals are not closed properly
    • 🌀 ENHANCEMENT The original trigger event is now passed to the onShow and onClose methods
    • 🌀 ENHANCEMENT Added engines property to package.json
    • 🐞 BUGFIX Fixed callbacks for programmatically toggling modal
    • 🐞 BUGFIX No longer intercept click events on open and close to prevent default action
    • 🐞 BUGFIX No longer throws error if modal has no focusable elements
    • 🐞 BUGFIX Setting disableScroll no longger changes the height of the body
    • 🐞 BUGFIX Fixed issue where focus trap would leak if a hidden element exists within modal
    • 🐞 BUGFIX Fixed issue where active element was not being passed to the onClose method
  • 0.4.2
    • 🐞 BUGFIX Fixed broken CDN link
  • 0.4.1
    • 💡 FEATURE A flag to awaitOpenAnimation before focusing on element in modal
    • 💡 FEATURE Passing actual node as second argument to onShow
    • 🐞 BUGFIX Fixed issue where active element was undefined
    • 🐞 BUGFIX Fixed issue where an opened modal could not be closed by id
  • 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

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [micromodal](https://github.com/ghosh/micromodal) from 0.4.6 to 0.4.10.
- [Release notes](https://github.com/ghosh/micromodal/releases)
- [Changelog](https://github.com/ghosh/Micromodal/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ghosh/micromodal/commits)

---
updated-dependencies:
- dependency-name: micromodal
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants