Update dependency @formkit/vue to v1.5.1 #1142
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.2
->1.5.1
Release Notes
formkit/formkit (@formkit/vue)
v1.5.1
Compare Source
🐛 Bug fixes
1.5.0
that caused the context.value to not properly synced with thenode.value
inside of nested group structures (#1133).v1.5.0
Compare Source
FormKit 1.5.0 ships with a new development build of FormKit. In development FormKit now uses slightly different versions of its packages that include additional developer experience enhancements. This is similar to how Vue itself has "development" and "production" versions, and it allows FormKit to provide an improved developer experience such as improved HMR support and better error messages.
The groundwork is now laid for greatly improved developer experience in future releases. This release also includes dozens of bug fixes and improvements.
💪 New features
createInput
now supports a third argument, sectionsSchema which allows you to extend the default sections that come withcreateInput
(#882).didMount
and node eventmounted
to recognize when the<FormKit>
component is mounted to the DOM (#0b8753d).node.children
are observed by@formkit/observer
, this allows validation rules to accessnode.children
with reactivity.changeLocale
composable that globally changes the locale of all forms with Options API, Composition API, and Nuxt autoimport (#1112)allow_non_alpha
andallow_numeric
.npx formkit create-app
) to use themes.formkit.com’s theme system.🐛 Bug fixes
options
(select, checkbox, radio, autocomplete etc) now properly count their__mask
value (#1046).@formkit/nuxt
’s experimentalautoImport
feature (1095, and others).node.clearErrors()
always removes errors local to that node (#941)createInput()
(#1105).data-complete
on groups/lists (#1038).true
orfalse
(#989).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).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.