Skip to content

v1.0.1

Choose a tag to compare

@sfxcode sfxcode released this 10 May 07:04
· 182 commits to main since this release

compare changes

馃殌 Enhancements

  • Add nuxtUIRepeaterDefinition for dynamic list handling in forms - no more need for useFormKitRepeater.ts - all is handled in the repeater directly (94626c4)
  • Enhance repeater functionality in repeater-sample.vue - replace useFormKitRepeater with nuxtUIRepeater for improved dynamic list management (c9695bd)

馃┕ Fixes

  • Simplify class handling in addElementsInOuterDiv function (b5361db)

馃拝 Refactors

  • Improve type safety in repeater context methods by specifying FormKitNode type (b1f1fca)
  • Enhance type safety in addRepeaterHandler by replacing 'any' with 'unknown' in swapElements and related functions (7d6cb95)
  • Remove default class names from FormKit elements in useFormKitSchema tests (d646f6b)

馃彙 Chore

  • Update version to 1.0.0 and adjust release script for patch versioning (bca1e72)
  • Update package manager to pnpm@11.0.9 and add pnpm workspace configuration (17b3698)
  • Remove unused dependencies from Vite configuration in nuxt.config.ts (c6df915)
  • Remove example from test (f92a57e)
  • Remove example from test (c468e5d)
  • Update dependencies in package.json and pnpm-lock.yaml (b3b24c0)

鉂わ笍 Contributors