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

Bump tailwindcss-stimulus-components from 3.0.4 to 6.1.2 #1551

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 30, 2024

Bumps tailwindcss-stimulus-components from 3.0.4 to 6.1.2.

Release notes

Sourced from tailwindcss-stimulus-components's releases.

v6.1.2

What's Changed

Full Changelog: excid3/tailwindcss-stimulus-components@v6.1.1...v6.1.2

v6.1.1

What's Changed

Full Changelog: excid3/tailwindcss-stimulus-components@v6.1.0...v6.1.1

v6.1.0

What's Changed

Full Changelog: excid3/tailwindcss-stimulus-components@v6.0.0...v6.1.0

v6.0.0

What's Changed

New Contributors

Full Changelog: excid3/tailwindcss-stimulus-components@v5.1.1...v6.0.0

v5.1.1

  • Update dist 6807633
  • Add show & hide to slideover for backwards compatibility efd9eb4

excid3/tailwindcss-stimulus-components@v5.1.0...v5.1.1

Full Changelog: excid3/tailwindcss-stimulus-components@v5.1.0...v5.1.1

... (truncated)

Changelog

Sourced from tailwindcss-stimulus-components's changelog.

6.1.2

  • Fix transition bug

6.1.1

  • Fix release

6.1.0

  • Refactor transitions

6.0.0

  • Fix bugs

5.1.1

  • Add show and hide to slideover controller for backwards compatibility
  • Add hide to modal controller as an alias for close

5.1.0

  • [Breaking] Slideover's now use <dialog> element and no longer inherit from the Dropdown controller Slideovers and modals examples now use CSS Animations to work better with the <dialog> element since it changes from display: none to display: block and that property is currently not transition-able (but will hopefully be in the future).
  • [Breaking] Revert automatic addition of data-attributes on dropdown controller. While it did simplify the HTML, it made it too hard to customize.
  • Scroll active tab into view is now off by default to prevent messing with page load

5.0.0

  • Use <dialog> element for modals. This greatly simplifies the HTML and JavaScript required and is much easier to use now that browser support is strong.
  • Set aria-selected="true" on tabs

4.1.0

  • Add toggleInput to toggle to sync with input checkbox or radio state

4.0.4

  • Fix transitions by removing any end classes before beginning. For example, let's say you have a modal backdrop of bg-opacity-80 initially and your transition starts with bg-opacity-0 and ends with bg-opacity-80. Previously, this would start the transition with bg-opacity-80 bg-opacity-0 and not remove the initial class. This would seem to not transition because of CSS ordering where bg-opacity-80 might always take precedence. By removing the end classes at the beginning of the transition, we can ensure that conflicting classes do not cause problems with the transition.
  • Unlock browser scroll after modal transitions instead of before. This fixes an issue where the modal gets bumped left during the leave transition.

4.0.3

  • Fix modal scroll position when opening

... (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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [tailwindcss-stimulus-components](https://github.com/excid3/tailwindcss-stimulus-components) from 3.0.4 to 6.1.2.
- [Release notes](https://github.com/excid3/tailwindcss-stimulus-components/releases)
- [Changelog](https://github.com/excid3/tailwindcss-stimulus-components/blob/main/CHANGELOG.md)
- [Commits](excid3/tailwindcss-stimulus-components@v3.0.4...v6.1.2)

---
updated-dependencies:
- dependency-name: tailwindcss-stimulus-components
  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 Nov 30, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 12, 2024

Superseded by #1557.

@dependabot dependabot bot closed this Dec 12, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tailwindcss-stimulus-components-6.1.2 branch December 12, 2024 08:13
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