Update dependency @formkit/addons to v1.4.0 #1125
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.3.1
->1.4.0
Release Notes
formkit/formkit (@formkit/addons)
v1.4.0
Compare Source
💪 New features
<KitchenSink>
component that renders a specimen of every FormKit input (helpful for styling).state.required
property to the context object (makes adding asterisks to required inputs easier).aria-required
attribute to<input>
,<select>
, and<textarea>
elements when they are required (#984).force-show
prop to the<FormKitSummary>
component to force the summary to show even if there are no visible errors.create-theme
command for theformkit
CLI tool to scaffold a new theme from@formkit/theme-starter
.🐛 Bug fixes
node.submit()
to fail when inside a custom element’s shadow root (#1057).<FormKitProvider>
(and related providers) (#1013).invalidDate
message to the to thevalidation
locale key (#953)min
andmax
validation message (en
) to be thevalidation
locale key (#953)incomplete-message
prop (on forms) from being reactive (#1047).v1.3.2
Compare Source
💪 New features
length
rule.<KitchenSink>
component that renders all input specimen.data-has-multiple
attribute tofile
inputs on theouter
section when they have multiple files.togglebuttons
🐛 Bug fixes
select
input with option groups containing non-string values (#986).autoImport
in webpack (#983)create-app
command of theformkit
cli tool when installingvite
.@formkit/nuxt
module withautoImport
to not include the FormKit component (#995)togglebuttons
text color in default Tailwind Genesis theme.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.