Skip to content

Update dependency @formkit/addons to v1.6.8 #1173

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@formkit/addons (source) 1.5.1 -> 1.6.8 age adoption passing confidence

Release Notes

formkit/formkit (@​formkit/addons)

v1.6.8

Compare Source

🐛 Bug Fixes
  • Now imports FormKitSchema automatically from @formkit/vue when autoImport is true in Nuxt (#​1286)
  • Fixes a bug that caused falsey values to not reset properly (#​1509)

v1.6.7

Compare Source

🐛 Bug Fixes
  • Fixes compatibility with Vue 3.5.6 (#​1501)
  • Indicates compatibility with new v4 nuxt (#​1418)
  • Fixes casing for the type prop of datetime-local input (#​1486)
  • Keeps placeholder for null or undefined as well (#​1474)
💪 New features
  • New validation rules date_before_or_equal, date_after_or_equal, date_before_node, date_after_node

v1.6.6

Compare Source

🐛 Bug fixes
  • Fixes a bug that caused cleanup issues in Vue 3.5+ (#​1496).

v1.6.5

Compare Source

🐛 Bug fixes
  • Fixes a bug that causes the data-invalid attribute to not be removed when conditionally removing validation rules (#​1384).

v1.6.4

Compare Source

🐛 Bug fixes
  • Fixes a bug with validation rule observers that caused rules with external dependencies to stop firing when placed in a certain sequence (#​1371).
  • Fixes a bug that caused inputs with no validation rules to receive the data-invalid attribute on reset (regression in 1.6.3) (#​1376)

v1.6.3

Compare Source

💪 New Features
  • New clear on submit option for local storage
  • New context.state.passing property indicates whether or not a given input is passing all its validation rules.
🐛 Bug fixes
  • Fixes auto animate plugin for FormKit components (#​1354).
  • On multi-step inputs beforeStepChange is no longer called when the step cannot be advanced (#​1191).
  • Quickly typing into an input no longer causes an invalid state flicker (#​1324).

v1.6.2

Compare Source

🐛 Bug fixes
  • Widens unocss compatibility for the @formkit/themes package (#​1281).
  • Small German translation fix (#​1293).
  • Adds additional dependencies to the create-app cli command (#​1233).

v1.6.1

Compare Source

💪 New features
  • Adds new experimental (not documented) configuration option mergeStrategy to allow syncing between two nodes of the same name inside the same parent.
  • Improves tree shaking of @formkit/inputs package.
🐛 Bug fixes
  • Fixes FormKit’s monorepo builds script on windows environments (#​1270).
  • Floating label now works as a naked attribute.
  • Fixes a bug that could cause the floating label to interfere with Transition components.
  • Fixes a bug in findSection that did not properly return values from conditional branches.

v1.6.0

Compare Source

💪 New features
  • Adds new composable useFormKitContext for access to the context object of the parent FormKit component — or any other FormKit component in the tree. Optionally, you can provide an effect callback that is run when the context is available.
  • Adds new composable useFormKitContextById for access to the context object of any FormKit component with an explicit id. Optionally, you can provide an effect callback that is run when the context is available.
  • Adds new composable useFormKitNodeById for access to the node object of any FormKit component with an explicit id. Optionally, you can provide an effect callback that is run when the node is available.
  • Adds IntelliSense autocomplete for the type prop of the FormKit component (#​1241).
  • Adds new stopWatch function to the @formkit/core package that allows de-registering receipts from the watchRegistry function.
  • Adds type generic to getNode<T>() function.
  • New integration with @nuxt/tailwindcss that automatically includes the formkit.theme.ts file in the tailwind content.
  • Adds new currency and unit icons.
  • Adds new library prop to FormKit and FormKitMessages components that allows you to include additional components for the input schema, for example, when using sections-schema to modify the input (#​1145) (#​1137).
  • The value type of a FormKit component that is passed a FormKitTypeDefinition is now inferred from the FormKitTypeDefinition.
typescript.mp4
🐛 Bug fixes
  • Fixes bug in changeLocale that caused updated locale to not be used on new nodes (#​1143).
  • Fixes tree shaking of the @formkit/icons package (#​1184).
  • Adds FormKitIcon component to the autoImport feature of the Nuxt module (#​1168).
  • Fixes types for BeforeStepChangeData (#​1224).
  • Fixes types for the datetime-local input type (#​1129).
  • Vue is now a peerDependency of @formkit/vue to reduce the incidents of multiple Vue instances in the same project (#​1160).
  • Adds tabindex and role="button" to the icon wrappers when a click event is added to the icon (#​1210).

v1.5.9

Compare Source

💪 New Features

  • Adds ui.open to all i18n locales.

v1.5.8

Compare Source

🧼 Housecleaning
  • Updates Vue to 3.4

v1.5.7

Compare Source

💪 New features
  • Adds dragHandle icon to genesis icons.

v1.5.6

Compare Source

💪 New features
  • Adds dragHandle icon.

v1.5.5

Compare Source

🐛 Bug fixes
  • Fixes issue that prevented theme installation using npx formkit theme command.

v1.5.4

Compare Source

💪 New features
  • Floating Labels plugin now supports prefix content when calculating label position. (#​878)
  • Updates the @formkit/cli package to allow generating of published themes locally in your projects. See the new documentation here. (#​1170)
🐛 Bug fixes
  • Fixes issue where multi-step would not allow schema overrides of tabs or tab sections. (1110)

v1.5.3

🐛 Bug fixes
  • Fixes a bug that caused some dynamic validation rules to stop working after the rules were updated (#​1155)
  • Fixes a regression in 1.5.0 that caused some FormKit packages to not be tree shaken properly (#​1139)
  • Fixes a bug that caused errors initially set with the :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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/formkit-addons-1.x branch from 6cf2b88 to 44946ee Compare March 11, 2024 18:04
@renovate renovate bot changed the title Update dependency @formkit/addons to v1.5.9 Update dependency @formkit/addons to v1.6.0 Mar 11, 2024
@renovate renovate bot force-pushed the renovate/formkit-addons-1.x branch from 44946ee to 392be86 Compare March 27, 2024 22:03
@renovate renovate bot changed the title Update dependency @formkit/addons to v1.6.0 Update dependency @formkit/addons to v1.6.1 Mar 27, 2024
@renovate renovate bot force-pushed the renovate/formkit-addons-1.x branch from 392be86 to ab90ed5 Compare April 8, 2024 14:40
@renovate renovate bot changed the title Update dependency @formkit/addons to v1.6.1 Update dependency @formkit/addons to v1.6.2 Apr 8, 2024
@renovate renovate bot force-pushed the renovate/formkit-addons-1.x branch from ab90ed5 to 36c9c39 Compare April 8, 2024 15:09
@renovate renovate bot force-pushed the renovate/formkit-addons-1.x branch from 36c9c39 to 6958ff8 Compare May 14, 2024 19:31
@renovate renovate bot changed the title Update dependency @formkit/addons to v1.6.2 Update dependency @formkit/addons to v1.6.3 May 14, 2024
@renovate renovate bot force-pushed the renovate/formkit-addons-1.x branch from 6958ff8 to ea7cb0b Compare May 28, 2024 19:47
@renovate renovate bot changed the title Update dependency @formkit/addons to v1.6.3 Update dependency @formkit/addons to v1.6.5 May 28, 2024
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@renovate renovate bot changed the title Update dependency @formkit/addons to v1.6.5 Update dependency @formkit/addons to v1.6.6 Sep 12, 2024
@renovate renovate bot force-pushed the renovate/formkit-addons-1.x branch 2 times, most recently from 94630b2 to 883de59 Compare September 18, 2024 18:28
@renovate renovate bot changed the title Update dependency @formkit/addons to v1.6.6 Update dependency @formkit/addons to v1.6.7 Sep 18, 2024
Copy link

@renovate renovate bot force-pushed the renovate/formkit-addons-1.x branch from 883de59 to 24bb17c Compare November 13, 2024 14:09
@renovate renovate bot changed the title Update dependency @formkit/addons to v1.6.7 Update dependency @formkit/addons to v1.6.8 Nov 13, 2024
Copy link

@w3bdesign w3bdesign merged commit ae6c062 into main Nov 14, 2024
1 check passed
@renovate renovate bot deleted the renovate/formkit-addons-1.x branch November 14, 2024 00:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant