SevenTV / Website

The 7TV Web App with the Vue framework
https://7tv.app
Other
37 stars 29 forks source link

chore(deps-dev): bump @formkit/themes from 1.0.0-beta.12 to 1.0.0-220222.4d97af0 #950

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 1 year ago

Bumps @formkit/themes from 1.0.0-beta.12 to 1.0.0-220222.4d97af0.

Release notes

Sourced from @​formkit/themes's releases.

Beta 15

February 6, 2023

This release adds new 1st-party plugins to the @formkit/addons package, ships bug fixes and styling updates for both CSS and Tailwind CSS users.

💪 New features

  • Easily create multi-step forms or include multi-step sections inside your forms with the new multi-step plugin in @formkit/addons. Ships with standalone CSS styling you can import that works well with our genesis theme. Check out the full documentation here.
  • Enable floating labels for all text family (text, email, url, etc) and textarea inputs with the new floating labels plugin in @formkit/addons. Check out the full documentation here.
  • Adds new Next and Previous strings to UI localization object for use in plugins and custom inputs.

🐛 Bug fixes

  • Fixes missing Tailwind CSS genesis theme export path in @formkit/themes.
  • Adds :focus-visible styling to buttons to show focus state when using keyboard navigation.
  • Adds missing loading styles for submit buttons in the Tailwind CSS Genesis theme.

📘 Articles

Beta 14

January 21, 2023

This release addresses some issues for Tailwind users that were introduced in beta.13.

🐛 Bug fixes

  • Reverts @formkit/themes/tailwindcss to only include a default export of the FormKitVariants plugin.
  • Moves the provided Tailwind Genesis theme to a new export path of @formkit/themes/dist/tailwindcss/genesis.
  • Changes remove class operator from ! to $remove: in order to not conflict with Tailwind's built-in ! operator that adds !important to a style rule.
  • Fixes issue where default icons would not load when using the provided FormKit Tailwind Genesis theme.

Beta 13

January 19, 2023

💪 New features

  • Adds new <FormKitMessages> component which allows relocation of a form’s validation and error messages and the ability for group and list inputs to display their own error and validation messages.
  • When removing classes on a section of a FormKit input you can use the ! prefix operator to selectively remove an existing class without needing to use the long-form object syntax. eg outer-class="my-class !formkit-outer" adds my-class and removes the default formkit-outer class.
  • Adds Catalan (thanks @​petergithubmgw).
  • The checkbox and radio inputs now have a data-checked attribute around their respective wrapper making it easy to add custom styling for checked vs non-checked states.
  • Improves validation messages in a handful of languages (en, pt, zh).
  • Pro: New Mask Pro input.
  • Pro: Adds empty-message prop allows for message to be rendered in listbox when no options are passed (dropdown, autocomplete, and taglist). #502
  • Pro: Adds checked attribute to formkit-option (dropdown, autocomplete, taglist). #350
  • Pro: Adds max prop for taglist and autocomplete with multiple inputs. #501
  • Pro: Adds closeOnSelect prop will keep the listbox expanded as selections are made (autocomplete multiple and taglist).
  • Pro: Adds forceExpanded prop forces the listbox to remain open for dev purposes (dropdown, autocomplete, and taglist).
  • Pro: All Pro inputs can now be disabled via disabled attribute.

... (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)
dependabot[bot] commented 9 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.