kelvinlockwood / kelvinlockw.xyz

MIT License
0 stars 1 forks source link

Bump @tailwindcss/forms from 0.3.0 to 0.5.1 #147

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @tailwindcss/forms from 0.3.0 to 0.5.1.

Release notes

Sourced from @​tailwindcss/forms's releases.

v0.5.0

Changed

  • Generate both global styles and classes by default (#71)

v0.4.1

Added

  • Remove dist folder and related dependencies (#96)

Fixed

  • Use addComponents for class strategy (#91)
  • Fix extra height on Safari date/time inputs (#109)

v0.4.0

This release of @tailwindcss/forms is designed for Tailwind CSS v3.0+, and is not compatible with earlier versions.

To upgrade, make sure you are on the latest version of Tailwind CSS, then install @tailwindcss/forms@latest:

npm install -D @tailwindcss/forms@latest

Changes

  • Update color palette references for v3 (#83)
  • Don't read outline.none value from config (#89)

v0.4.0-alpha.2

v0.4.0 will drop support for Tailwind CSS v2.0 and is intended for use with Tailwind CSS v3.0+.

To upgrade, install @tailwindcss/forms@next:

npm install -D @tailwindcss/forms@next

This is an alpha release, so some things might be broken. I don't know about them otherwise I would have fixed them, but you are gonna find them! So try it, break it, and tell me about it when you do so we can get this thing really battle-tested for a proper v3.0 release in a few weeks.


Changes

  • Update color palette references for v3 (#83)
  • Don't read outline.none value from config (#89)

v0.3.4

... (truncated)

Changelog

Sourced from @​tailwindcss/forms's changelog.

[0.5.1] - 2022-05-03

Fixed

  • Remove duplicate outline property (#116)
  • Fix autoprefixer warning about color-adjust (#115)

[0.5.0] - 2022-03-02

Changed

  • Generate both global styles and classes by default (#71)

[0.4.1] - 2022-03-02

Added

  • Remove dist folder and related dependencies (#96)

Fixed

  • Use addComponents for class strategy (#91)
  • Fix extra height on Safari date/time inputs (#109)

[0.4.0] - 2021-12-09

Changed

  • Update color palette references for v3 (#83)
  • Don't read outline.none value from config (#89)

[0.3.4] - 2021-09-28

Fixed

  • Fix compatibility with optimizeUniversalDefaults experimental feature in Tailwind CSS v2.2 (#81)

[0.3.3] - 2021-06-03

Fixed

  • Fix typo in selector when using class strategy that breaks background colors on checkboxes and radio buttons (#72)

[0.3.2] - 2021-03-26

Fixed

  • Filter null rules for JIT compatibility (b4c4e03)

[0.3.1] - 2021-03-26

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by thecrypticace, a new releaser for @​tailwindcss/forms since your current version.


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)
dependabot[bot] commented 2 years ago

Superseded by #149.