chore(deps): update devdependency @formkit/nuxt to v2#45
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update devdependency @formkit/nuxt to v2#45renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
✅ Deploy Preview for nuxtesse ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^0.19.3→^2.0.0Release Notes
formkit/formkit (@formkit/nuxt)
v2.0.0Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v1.7.2Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.7.1Compare Source
✨ New Features (1.7.0)
date_after_nodeanddate_before_nodevalidation rules for comparing dates against other form fieldsdate_after_or_equalanddate_before_or_equalvariants for date comparisonsminAutoHeightprop that respects CSSsummaryHeaderto all locales🐛 Bug Fixes
maxAutoHeighthas a limit on auto-height textareas - (42099)__FORMKIT_CONFIGS__on unmount to prevent memory leaksFormKitLibrarytype to inputs export - (05018)nullandfalseas initial valuesdate_betweenrulev1.7.0Compare Source
v1.6.9Compare Source
v1.6.8Compare Source
🐛 Bug Fixes
FormKitSchemaautomatically from@formkit/vuewhen autoImport is true in Nuxt (#1286)v1.6.7Compare Source
🐛 Bug Fixes
typeprop ofdatetime-localinput (#1486)💪 New features
date_before_or_equal,date_after_or_equal,date_before_node,date_after_nodev1.6.6Compare Source
🐛 Bug fixes
v1.6.5Compare Source
🐛 Bug fixes
data-invalidattribute to not be removed when conditionally removing validation rules (#1384).v1.6.4Compare Source
🐛 Bug fixes
data-invalidattribute on reset (regression in 1.6.3) (#1376)v1.6.3Compare Source
💪 New Features
context.state.passingproperty indicates whether or not a given input is passing all its validation rules.🐛 Bug fixes
beforeStepChangeis no longer called when the step cannot be advanced (#1191).v1.6.2Compare Source
🐛 Bug fixes
@formkit/themespackage (#1281).create-appcli command (#1233).v1.6.1Compare Source
💪 New features
mergeStrategyto allow syncing between two nodes of the same name inside the same parent.@formkit/inputspackage.🐛 Bug fixes
Transitioncomponents.findSectionthat did not properly return values from conditional branches.v1.6.0Compare Source
💪 New features
useFormKitContextfor access to the context object of the parentFormKitcomponent — or any otherFormKitcomponent in the tree. Optionally, you can provide an effect callback that is run when the context is available.useFormKitContextByIdfor access to the context object of anyFormKitcomponent with an explicit id. Optionally, you can provide an effect callback that is run when the context is available.useFormKitNodeByIdfor access to the node object of anyFormKitcomponent with an explicit id. Optionally, you can provide an effect callback that is run when the node is available.typeprop of the FormKit component (#1241).stopWatchfunction to the@formkit/corepackage that allows de-registering receipts from thewatchRegistryfunction.getNode<T>()function.@nuxt/tailwindcssthat automatically includes theformkit.theme.tsfile in the tailwindcontent.currencyanduniticons.libraryprop toFormKitandFormKitMessagescomponents that allows you to include additional components for the input schema, for example, when usingsections-schemato modify the input (#1145) (#1137).valuetype of aFormKitcomponent that is passed aFormKitTypeDefinitionis now inferred from theFormKitTypeDefinition.typescript.mp4
🐛 Bug fixes
changeLocalethat caused updated locale to not be used on new nodes (#1143).@formkit/iconspackage (#1184).FormKitIconcomponent to theautoImportfeature of the Nuxt module (#1168).BeforeStepChangeData(#1224).datetime-localinput type (#1129).peerDependencyof@formkit/vueto 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.9Compare Source
💪 New Features
ui.opento all i18n locales.v1.5.8Compare Source
🧼 Housecleaning
v1.5.7Compare Source
💪 New features
v1.5.6Compare Source
💪 New features
v1.5.5Compare Source
🐛 Bug fixes
npx formkit themecommand.v1.5.4Compare Source
💪 New features
prefixcontent when calculating label position. (#878)@formkit/clipackage to allow generating of published themes locally in your projects. See the new documentation here. (#1170)🐛 Bug fixes
multi-stepwould not allow schema overrides oftabsortabsections. (1110)v1.5.3🐛 Bug fixes
:errorsprop to not always be displayed initially (#1153)v1.5.1Compare Source
🐛 Bug fixes
1.5.0that caused the context.value to not properly synced with thenode.valueinside of nested group structures (#1133).v1.5.0Compare 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
createInputnow supports a third argument, sectionsSchema which allows you to extend the default sections that come withcreateInput(#882).didMountand node eventmountedto recognize when the<FormKit>component is mounted to the DOM (#0b8753d).node.childrenare observed by@formkit/observer, this allows validation rules to accessnode.childrenwith reactivity.changeLocalecomposable that globally changes the locale of all forms with Options API, Composition API, and Nuxt autoimport (#1112)allow_non_alphaandallow_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__maskvalue (#1046).@formkit/nuxt’s experimentalautoImportfeature (1095, and others).node.clearErrors()always removes errors local to that node (#941)createInput()(#1105).data-completeon groups/lists (#1038).trueorfalse(#989).v1.4.0Compare Source
💪 New features
<KitchenSink>component that renders a specimen of every FormKit input (helpful for styling).state.requiredproperty to the context object (makes adding asterisks to required inputs easier).aria-requiredattribute to<input>,<select>, and<textarea>elements when they are required (#984).force-showprop to the<FormKitSummary>component to force the summary to show even if there are no visible errors.create-themecommand for theformkitCLI 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).invalidDatemessage to the to thevalidationlocale key (#953)minandmaxvalidation message (en) to be thevalidationlocale key (#953)incomplete-messageprop (on forms) from being reactive (#1047).v1.3.2Compare Source
💪 New features
lengthrule.<KitchenSink>component that renders all input specimen.data-has-multipleattribute tofileinputs on theoutersection when they have multiple files.togglebuttons🐛 Bug fixes
selectinput with option groups containing non-string values (#986).autoImportin webpack (#983)create-appcommand of theformkitcli tool when installingvite.@formkit/nuxtmodule withautoImportto not include the FormKit component (#995)togglebuttonstext color in default Tailwind Genesis theme.v1.2.2Compare Source
🐛 Bug Fixes
@formkit/nuxtinautoImportmode where the SSR context was not being reset after each request leading to hydration errors and broken UI on some pro inputs.v1.2.1Compare Source
🐛 Bug Fixes
@formkit/nuxtwith theautoImportoption enabled.v1.2.0Compare Source
💪 New features
selectinput now supports grouped options (<optgroup>) (#426).@formkit/nuxtpackage now includes an experimentalautoImportoption that only loads FormKit on the pages it is used rather than globally. This will remove FormKit from your entry file. We plan to eventually make this the default behavior and encourage everyone using the current nuxt module to try the new option.prefix-iconandsuffix-iconto inputs created withcreateInput().colorpickerinput.coloricon.📙 Documentation
🐛 Bug Fixes
v1.1.0Compare Source
💪 New features
<FormKitProvider :config="yourConfig">— a component that defines a new configuration boundary. Any<FormKit>components that are nested beneath a<FormKitProvider>will inherit their configuration from this location.<FormKitLazyProvider>which checks for a higher order<Suspense>boundary (if not found it injects one) and injects a<FormKitConfigLoader>component.<FormKitConfigLoader>component. An async component that performs a dynamic import for a configuration file.Note: The new components listed above are currently experimental and will be documented further as the API stabilizes.
🐛 Bug Fixes
<FormKit>component that causes a TypeScript error in Vue Language Tools (Volar) >1.8.11.@formkit/*packages.alpha,alphanumeric, andcontains_*validation rules for thelatincharset.v1.0.0: 🎉Compare Source
With this release we are officially declaring FormKit stable and production ready. Many community members have already been using FormKit in production for over a year now and have been very happy with the results. We hope you will be too!
Additionally FormKit Pro is now available to the general public (no early access required). FormKit Pro is still in Beta, and we are working hard to prepare it for a stable release.
💪 New features
<FormKitSummary>component that automatically lists all the errors and validation messages in a form with jump links to each (a11y).🐛 Bug Fixes
radio,checkbox, andrangeinputs (a11y).4.5:1(a11y).fileinput now includes the file name in the remove file button (a11y).fileinput now re-focuses after removing a file (a11y).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.