Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps svelte-simple-modal from 0.6.1 to 1.4.1.

Changelog

Sourced from svelte-simple-modal's changelog.

1.4.1

  • Avoid submitting a <form /> if it wraps <Modal /> by setting the close button type to button. (#84) Shoutout to @​jnysteen!

1.4.0

  • Skip untabbable element (#82) Massive thanks to @​jassenjj 🙏
  • Added isTabbable property to allow users to override the tab-check. E.g., one might want to use a more the tabbable library.

1.3.4

  • Respect the tab order defined by tabindex attributes of elements within a modal (#80)

1.3.3

  • Fix accidentally removed global export of bind()

1.3.2

1.3.1

1.3.0

  • Add classBg, classWindow, classWindowWrap, classContent, and classCloseButton properties to applying custom CSS classes to the modal elements (#62)
  • Add unstyled to prevent applying default styles and providing full control over the modal styling

1.2.0

  • Add ariaLabel and ariaLabelledBy to props/options to support improved accessibility (#37)
  • Add aria-label="Close modal" to the default close button component (#37)

1.1.3

  • Add "type": "module" in package.json (#57)

1.1.2

  • Properly export bind() (#58)

1.1.1

  • Add type annotations via JSDocs, Typescript, and Sveld (#52)

1.1.0

  • Add disableFocusTrap property for disabling the focus trap behavior (#49)

... (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 [svelte-simple-modal](https://github.com/flekschas/svelte-simple-modal) from 0.6.1 to 1.4.1.
- [Release notes](https://github.com/flekschas/svelte-simple-modal/releases)
- [Changelog](https://github.com/flekschas/svelte-simple-modal/blob/master/CHANGELOG.md)
- [Commits](flekschas/svelte-simple-modal@v0.6.1...v1.4.1)

---
updated-dependencies:
- dependency-name: svelte-simple-modal
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 1, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2022

Superseded by #54.

@dependabot dependabot bot closed this Dec 1, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/svelte-simple-modal-1.4.1 branch December 1, 2022 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants