Releases: sfxcode/formkit-primevue
Releases · sfxcode/formkit-primevue
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
v2.9.4
v2.9.3
v2.9.2
v2.9.1
v2.9.0
💅 Refactors
- Editor:
⚠️ Make Editor Optional (bd92474) - dependencies:
⚠️ Make @formkit/drag-and-drop Optional - because it is only used in demo app (b27924d) - dependencies:
⚠️ Make vue-i18n Optional - because it is only used if register primeOutput components - needs to be imported if needed (0cf32cc)
🏡 Chore
- release: Change next version to minor (76054a4)
⚠️ Breaking Changes
- Editor:
⚠️ Make Editor Optional (bd92474) - dependencies:
⚠️ Make @formkit/drag-and-drop Optional - because it is only used in demo app (b27924d) - dependencies:
⚠️ Make vue-i18n Optional - because it is only used if register primeOutput components - needs to be imported if needed (0cf32cc)
❤️ Contributors
- Sfxcode (@sfxcode)