Update dependency @formkit/vue to v1.6.2 #1174
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.5.1
->1.6.2
Release Notes
formkit/formkit (@formkit/vue)
v1.6.2
Compare Source
v1.6.1
Compare Source
💪 New features
mergeStrategy
to allow syncing between two nodes of the same name inside the same parent.@formkit/inputs
package.🐛 Bug fixes
Transition
components.findSection
that did not properly return values from conditional branches.v1.6.0
Compare Source
💪 New features
useFormKitContext
for access to the context object of the parentFormKit
component — or any otherFormKit
component in the tree. Optionally, you can provide an effect callback that is run when the context is available.useFormKitContextById
for access to the context object of anyFormKit
component with an explicit id. Optionally, you can provide an effect callback that is run when the context is available.useFormKitNodeById
for access to the node object of anyFormKit
component with an explicit id. Optionally, you can provide an effect callback that is run when the node is available.type
prop of the FormKit component (#1241).stopWatch
function to the@formkit/core
package that allows de-registering receipts from thewatchRegistry
function.getNode<T>()
function.@nuxt/tailwindcss
that automatically includes theformkit.theme.ts
file in the tailwindcontent
.currency
andunit
icons.library
prop toFormKit
andFormKitMessages
components that allows you to include additional components for the input schema, for example, when usingsections-schema
to modify the input (#1145) (#1137).value
type of aFormKit
component that is passed aFormKitTypeDefinition
is now inferred from theFormKitTypeDefinition
.typescript.mp4
🐛 Bug fixes
changeLocale
that caused updated locale to not be used on new nodes (#1143).@formkit/icons
package (#1184).FormKitIcon
component to theautoImport
feature of the Nuxt module (#1168).BeforeStepChangeData
(#1224).datetime-local
input type (#1129).peerDependency
of@formkit/vue
to reduce the incidents of multiple Vue instances in the same project (#1160).role="button"
to the icon wrappers when a click event is added to the icon (#1210).v1.5.9
Compare Source
💪 New Features
ui.open
to all i18n locales.v1.5.8
Compare Source
🧼 Housecleaning
v1.5.7
Compare Source
💪 New features
v1.5.6
Compare Source
💪 New features
v1.5.5
Compare Source
🐛 Bug fixes
npx formkit theme
command.v1.5.4
Compare Source
💪 New features
prefix
content when calculating label position. (#878)@formkit/cli
package to allow generating of published themes locally in your projects. See the new documentation here. (#1170)🐛 Bug fixes
multi-step
would not allow schema overrides oftabs
ortab
sections. (1110)v1.5.3
🐛 Bug fixes
:errors
prop to not always be displayed initially (#1153)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.