kelvinlockwood / kelvinlockw.xyz

MIT License
0 stars 1 forks source link

Bump @tailwindcss/forms from 0.3.0 to 0.4.0 #125

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @tailwindcss/forms from 0.3.0 to 0.4.0.

Release notes

Sourced from @​tailwindcss/forms's releases.

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

Fixed

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

v0.3.3

Fixed

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

v0.3.2

Fixed

  • Filter null rules for JIT compatibility (b4c4e03)

v0.3.1

Fixed

  • Use base as default strategy, not class (#61)
Changelog

Sourced from @​tailwindcss/forms's changelog.

[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

Fixed

  • Use base as default strategy, not class (#61)
Commits
  • e8e01c3 0.4.0
  • df8ac72 update changelog
  • 2bd8f7e Merge pull request #89 from tailwindlabs/outline-none-fix
  • ce5386b Remove dependency on old outline.none config value
  • 491a834 Merge pull request #84 from tailwindlabs/release-insiders
  • 1c926a2 add release-insiders build
  • a7705a9 0.4.0-alpha.1
  • 12c53c3 Update demo to use v3
  • 61902f6 Merge pull request #83 from tailwindlabs/update-colors
  • 93857e1 Pull colors from tailwindcss/colors, not defaultTheme
  • Additional commits viewable in compare view


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 #138.