You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)