formkit-primevue

PrimeVue (v4, v3) support for the FormKit validation Framwork

MIT License

Downloads
5.6K
Stars
108
Committers
4

Bot releases are visible (Hide)

formkit-primevue - v1.9.4

Published by github-actions[bot] 7 months ago

✨ New Features

  • 5149d2f - RadioButton: Add Label class #37 (commit by @sfxcode)
  • da4c322 - InputOtp: Add new component (commit by @sfxcode)
  • 06d7fed - RadioButton: Add Label class #37 (commit by @sfxcode)

🔧 Chores

  • 0c495b3 - dependencies: Update (commit by @sfxcode)
  • bde1bfb - release: New Version (commit by @sfxcode)
formkit-primevue - v1.9.3

Published by github-actions[bot] 7 months ago

✨ New Features

  • adc032c - addElement: Allow single child as string (commit by @sfxcode)

🐛 Bug Fixes

  • 639259b - RadioButton: option_class was not used (commit by @sfxcode)

🔧 Chores

  • e6eb5ab - release: New Version (commit by @sfxcode)
formkit-primevue - v1.9.2

Published by github-actions[bot] 7 months ago

♻️ Refactors

  • a3c6a1b - addListGroupFunctions: rename node parameter to parentNode (commit by @sfxcode)

🔧 Chores

  • 8ddfafa - dependencies: Update FormKit to 1.6.0 (commit by @sfxcode)
formkit-primevue - v1.9.1

Published by github-actions[bot] 8 months ago

✨ New Features

  • ce10c14 - addListGroupFunctions: add default object for add node- change insertNode to copyNode (commit by @sfxcode)
  • 73ce845 - demo: add schema based repeater demo (commit by @sfxcode)

🐛 Bug Fixes

  • 65162c9 - addListGroupFunctions: insertDuplicate should clone existing object (commit by @sfxcode)

♻️ Refactors

  • 2021561 - demo: update paths (commit by @sfxcode)

🔧 Chores

  • a27b427 - linting: fix issues (commit by @sfxcode)
  • 6317ae2 - dependencies: update all (commit by @sfxcode)
formkit-primevue - v1.9.0

Published by github-actions[bot] 8 months ago

✨ New Features

  • 45dc148 - import deps and add formkit prop type
  • de9a026 - use handle blur correct
  • ed015f3 - add types (for intellisense) and allow to have kebab-cased component attributes instead of formkit attrs
  • ca65896 - add icon left right on input mask

🐛 Bug Fixes

  • 2d62a4b - use only formkit disabled state instead of attrs which could lead into false disabled states
  • ba3aff9 - do not store attrs in a variable, otherwise reactivity on attrs are not working
  • 4ebc0a8 - cleanup and reactivity fixes
  • be8e01e - move components to correct destination, which had wrong path due to rebase
  • 41f3235 - rebase conflicts
  • aea515a - PrimeAutoComplete: add styleClass (commit by @sfxcode)
  • bdd82fb - components: :value should be preferred instead of v-bind (commit by @sfxcode)

🔧 Chores

  • 73d5b98 - linting: remove lint problems with lint:fix (commit by @sfxcode)
  • 173e2b7 - linting: fix some issues (commit by @sfxcode)
  • 8037d57 - fix some minor issues (commit by @sfxcode)
  • 787889f - release: New Version (commit by @sfxcode)
formkit-primevue - v1.8.6

Published by github-actions[bot] 8 months ago

♻️ Refactors

  • 8fd602f - components: cosmetics (commit by @sfxcode)
formkit-primevue - v1.8.5

Published by github-actions[bot] 8 months ago

🐛 Bug Fixes

  • 8d074ef - package: add missing exports (commit by @sfxcode)
  • b22ab30 - components: add as plugin (commit by @sfxcode)
  • f175e63 - components: add imports (commit by @sfxcode)
formkit-primevue - v1.8.1

Published by github-actions[bot] 8 months ago

✨ New Features

  • 6f4ccf9 - schema: add schema helper functions composable: useFormKitSchema (commit by @sfxcode)

🔧 Chores

  • 2045488 - release: Next Version 1.8.1 (commit by @sfxcode)
formkit-primevue - v1.8.0

Published by github-actions[bot] 8 months ago

💥 BREAKING CHANGES

  • due to be00f9b - Icons (commit by @sfxcode):

    IconField and InputIcon from latest PrimeVue 3.39.x is required for showing Icons - displaying icons on both sides is not longer supported

🐛 Bug Fixes

  • 7cb09aa - state: Missing input disabled state, while submitting a form via XHR/Fetch request. #35 (commit by @sfxcode)
  • 80396b0 - ui: Typo for TriStateCheckbox (commit by @sfxcode)
  • 6f137aa - demo: Some more styling for editor was needed (commit by @sfxcode)

♻️ Refactors

  • be00f9b - InputText: Icons (commit by @sfxcode)
  • 9e2520e - Inputs: Use v-bind for Attributed to passthrouh the maximum of all available attributes for PrimeVue components - however, some attributes has to be defined to work ... (commit by @sfxcode)

🔧 Chores

  • 878c706 - release: Next Version 1.7.3 (commit by @sfxcode)
  • ad693bc - release: Next Version 1.7.4 (commit by @sfxcode)
  • cf8da49 - release: Next Version 1.7.4 (commit by @sfxcode)
  • 567627b - release: Next Version 1.7.4 (commit by @sfxcode)
  • e7689dc - dependencies: PrimeVue 3.49.1 (commit by @sfxcode)
  • 9342532 - release: Next Version 1.8.0 (commit by @sfxcode)
formkit-primevue - v1.7.4

Published by github-actions[bot] 8 months ago

🔧 Chores

  • ad693bc - release: Next Version 1.7.4 (commit by @sfxcode)
formkit-primevue - v1.7.1

Published by github-actions[bot] 8 months ago

✨ New Features

  • 35b0cba - TreeSelect: Base Support (commit by @sfxcode)

🔧 Chores

  • 9a69fbb - dependencies: FormKit 1.5.9 (commit by @sfxcode)
  • 27a22e4 - release: Next Version (commit by @sfxcode)
  • 41dc5b4 - release: Next Version (commit by @sfxcode)
formkit-primevue - v1.7.0

Published by github-actions[bot] 9 months ago

✨ New Features

  • 2c1d9ae - CascadeSelect: Add new Form Element (commit by @sfxcode)

♻️ Refactors

  • 6409206 - demo: Better Visibility of Menu Items (commit by @sfxcode)

🔧 Chores

  • fa66550 - dependencies: PrimeVue 3.48 (commit by @sfxcode)
  • 27eb2a7 - release: Next Version (commit by @sfxcode)
formkit-primevue - v1.6.11

Published by github-actions[bot] 9 months ago

formkit-primevue - v1.6.10

Published by github-actions[bot] 9 months ago

formkit-primevue - v1.6.5

Published by github-actions[bot] 9 months ago

✨ New Features

  • fb8f595 - PrimeCalendar: Support clearing value (commit by @edwmurph)

🔧 Chores

  • 414fc23 - dependencies: FormKit 1.5.3 (commit by @sfxcode)
  • 1eadf86 - release: Next Version (commit by @sfxcode)
formkit-primevue - v1.6.4

Published by github-actions[bot] 9 months ago

🐛 Bug Fixes

  • 45d830a - Components: CheckBoxes should listen to change events (commit by @sfxcode)
formkit-primevue - v1.6.3

Published by github-actions[bot] 9 months ago

🔧 Chores

  • a7bf107 - dependencies: PrimeVue 3.47 (commit by @sfxcode)
formkit-primevue - v1.6.2

Published by github-actions[bot] 9 months ago

🔧 Chores

  • 07206b6 - dependencies: FormKit 1.5.1 (commit by @sfxcode)
formkit-primevue - v1.6.1

Published by github-actions[bot] 9 months ago

✨ New Features

  • 3b1a55e - InputMask: Add some more Demos #33 (commit by @sfxcode)

🔧 Chores

  • a33ef4f - dependencies: FormKit 1.5.0 (commit by @sfxcode)
formkit-primevue - v1.6.0

Published by github-actions[bot] 9 months ago

💥 BREAKING CHANGES

  • due to 5fa0972 - Merge pull request #31 from DanielleHuisman/fix/option-defaults (commit by @sfxcode):

    OptionLabel or OptionValue has to be set

  • due to 3133dc0 - optionLabel and optionValue has no default values anymore (commit by @sfxcode):

    OptionLabel or OptionValue has to be set manually

♻️ Refactors

  • 5fa0972 - Options: Merge pull request #31 from DanielleHuisman/fix/option-defaults (commit by @sfxcode)
  • 3133dc0 - Options: optionLabel and optionValue has no default values anymore (commit by @sfxcode)
  • e863176 - footer: Footer in demo has now updated versions (commit by @sfxcode)