rednaw / exhibitionDB

Create your own art gallery
https://rednaw.github.io/exhibitionDB/
MIT License
0 stars 0 forks source link

Bump svelte-simple-modal from 1.3.1 to 1.5.2 #202

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps svelte-simple-modal from 1.3.1 to 1.5.2.

Changelog

Sourced from svelte-simple-modal's changelog.

1.5.2

  • Fix and expose context types. This is useful as an interim solution for ([#88(https://github-redirect.dependabot.com/flekschas/svelte-simple-modal/pull/88)). E.g.:

    import { getContext } from 'svelte';
    import type { Context } from 'svelte-simple-modal';
    const { open, close } = getContext('simple-modal') as Context;
    

1.5.1

  • Fix the scroll reset behavior to instant to avoid seeing a smooth scrolling when closing the modal in cases where the default scroll behavior was changed ([#97(https://github-redirect.dependabot.com/flekschas/svelte-simple-modal/pull/97))

1.5.0

  • Add property to assign an ID to the modal's root element ([#96(https://github-redirect.dependabot.com/flekschas/svelte-simple-modal/pull/96))

1.4.6

  • Improve type definition ([#94(https://github-redirect.dependabot.com/flekschas/svelte-simple-modal/pull/94))

1.4.5

  • Fix min-height issue with Safari iOS 15 (#64)

1.4.4

  • One more type definition improvement

1.4.3

  • Further improve type definitions

1.4.2

  • Improve type definitions

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)

... (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)