Update dependency @formkit/addons to v1.6.8 #1173
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.8
Release Notes
formkit/formkit (@formkit/addons)
v1.6.8
Compare Source
🐛 Bug Fixes
FormKitSchema
automatically from@formkit/vue
when autoImport is true in Nuxt (#1286)v1.6.7
Compare Source
🐛 Bug Fixes
type
prop ofdatetime-local
input (#1486)💪 New features
date_before_or_equal
,date_after_or_equal
,date_before_node
,date_after_node
v1.6.6
Compare Source
🐛 Bug fixes
v1.6.5
Compare Source
🐛 Bug fixes
data-invalid
attribute to not be removed when conditionally removing validation rules (#1384).v1.6.4
Compare Source
🐛 Bug fixes
data-invalid
attribute on reset (regression in 1.6.3) (#1376)v1.6.3
Compare Source
💪 New Features
context.state.passing
property indicates whether or not a given input is passing all its validation rules.🐛 Bug fixes
beforeStepChange
is no longer called when the step cannot be advanced (#1191).v1.6.2
Compare Source
🐛 Bug fixes
@formkit/themes
package (#1281).create-app
cli command (#1233).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 was generated by Mend Renovate. View the repository job log.