Skip to content

Releases: formkit/formkit

1.6.2

08 Apr 14:26
Compare
Choose a tag to compare

🐛 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).

1.6.1

27 Mar 20:15
Compare
Choose a tag to compare

💪 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.

1.6.0

11 Mar 15:20
Compare
Choose a tag to compare

💪 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).

1.5.9

09 Feb 14:58
Compare
Choose a tag to compare

💪 New Features

  • Adds ui.open to all i18n locales.

1.5.8

09 Feb 14:51
Compare
Choose a tag to compare

🧼 Housecleaning

  • Updates Vue to 3.4

1.5.7

09 Feb 14:41
e67024f
Compare
Choose a tag to compare

💪 New features

  • Adds dragHandle icon to genesis icons.

1.5.6

09 Feb 14:40
e67024f
Compare
Choose a tag to compare

💪 New features

  • Adds dragHandle icon.

1.5.5

03 Feb 15:53
Compare
Choose a tag to compare

🐛 Bug fixes

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

1.5.4

02 Feb 20:19
Compare
Choose a tag to compare

💪 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)

1.5.3

29 Jan 22:34
Compare
Choose a tag to compare

🐛 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)