Releases: sfxcode/formkit-primevue
Releases · sfxcode/formkit-primevue
v3.0.4
v3.0.3
🚀 Enhancements
- PrimeOutputList: Add converter functions for output list and update props to support conversion (a09d3de)
- Add family property to input and output definitions for PrimeInput and PrimeOutput (a71932a)
🩹 Fixes
- Update type check for prime input nodes in addPrimeAsteriskPlugin (0e041d0)
🏡 Chore
- Update @antfu/eslint-config, vue-tsc, and other dependencies in package.json and pnpm-lock.yaml (cb627fc)
- Update unocss and related dependencies to version 66.4.0 (812a8a3)
❤️ Contributors
- Sfxcode (@sfxcode)
v3.0.2
v3.0.1
🚀 Enhancements
- Add prefix and suffix icon click handlers to output components (838a607)
- Remove Editor route from AppTopbar navigation (ee3e0f7)
- Replace FormKit components with custom FormKitDataEdit and FormKitDataView (4a129a9)
- Add help text to InputText component (014e4ea)
- Add demo label plugin for FormKit nodes with help text support by title and hide help section (a44d2a2)
- Add PrimeLabel component with help text support for FormKit nodes showing custom plugin sample for demo (d4023e3)
- Remove unused inputClass variable from PrimeInput component (bcf5b93)
- Add type safety to iconClass and onClick props in FormKit components (7dcd135)
- Remove unused imports of defineProps in FormKitIcon, FormKitPrefix, and FormKitSuffix components (54e8dc6)
🏡 Chore
- release: Update release script to use patch versioning (18affbb)
- Update package versions in package.json and pnpm-lock.yaml (12c112f)
❤️ Contributors
- Sfxcode (@sfxcode)
v3.0.0
v2.9.9
v2.9.9
🚀 Enhancements
- PrimeAutoComplete: Enhance paste handling to support direct value assignment when no separators are provided (8d41299)
🩹 Fixes
- PrimeAutoComplete: Improve v-model synchronization and handle paste events with local state (c65c4a6)
- AppTopbar: Remove 'Form Editor' sample for the moment (157618e)
🏡 Chore
- dependencies: Update package versions for improved compatibility (b5a8487)
- dependencies: Downgrade quill to version 1.3.7 and update related dependencies - fix dev:build error when importing Editor Component (7c75a11)
❤️ Contributors
- Sfxcode (@sfxcode)
v2.9.8
v2.9.7
🚀 Enhancements
- demo: Add another AutoComplete sample with async complete function and new props (fluid, placeholder, minLength) (6a949e6)
- primeSelect: Replace deprecated properties panelStyle/panelClass with overlayStyle/overlayClass (d33735b)
🩹 Fixes
- primeAutoComplete: Fix custom input definition for additional props (minLength, placeholder, fluid) (52cf18a)
❤️ Contributors
- Henry Jobst github@jobst-berlin.de
v2.9.6
v2.9.5
🚀 Enhancements
- primeAutoComplete: Enable async complete functions with loading state, add additional properties (minLength, placeholder, fluid) (2fcd37a)
- primeAutoComplete: Enable async complete functions with loading state, add additional properties (minLength, placeholder, fluid) (a8d8535)
🏡 Chore
- dependencies: Update to PrimeVue 4.3.5 (18eced4)
❤️ Contributors
- Sfxcode (@sfxcode)
- Henry Jobst github@jobst-berlin.de