Skip to content

Update dependency @formkit/vue to v1.6.2 #1174

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
Apr 8, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 12, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

formkit/formkit (@​formkit/vue)

v1.6.2

Compare Source

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/formkit-vue-1.x branch from d594d5b to f620d43 Compare March 11, 2024 18:05
@renovate renovate bot changed the title Update dependency @formkit/vue to v1.5.9 Update dependency @formkit/vue to v1.6.0 Mar 11, 2024
@renovate renovate bot force-pushed the renovate/formkit-vue-1.x branch from f620d43 to a9f7388 Compare March 27, 2024 22:03
@renovate renovate bot changed the title Update dependency @formkit/vue to v1.6.0 Update dependency @formkit/vue to v1.6.1 Mar 27, 2024
@renovate renovate bot force-pushed the renovate/formkit-vue-1.x branch from a9f7388 to ceaa22b Compare April 8, 2024 14:41
@renovate renovate bot changed the title Update dependency @formkit/vue to v1.6.1 Update dependency @formkit/vue to v1.6.2 Apr 8, 2024
Copy link

sonarqubecloud bot commented Apr 8, 2024

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

@w3bdesign w3bdesign merged commit fe7810b into main Apr 8, 2024
@renovate renovate bot deleted the renovate/formkit-vue-1.x branch April 8, 2024 15:09
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