Skip to content

Releases: sfxcode/formkit-primevue

v1.9.0

05 Mar 20:40

Choose a tag to compare

✨ 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

v1.8.6

04 Mar 03:07

Choose a tag to compare

♻️ Refactors

v1.8.5

04 Mar 02:59

Choose a tag to compare

🐛 Bug Fixes

v1.8.1

03 Mar 17:32

Choose a tag to compare

✨ New Features

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

🔧 Chores

v1.8.0

28 Feb 20:42

Choose a tag to compare

💥 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

v1.7.4

24 Feb 12:24

Choose a tag to compare

🔧 Chores

v1.7.1

15 Feb 12:36

Choose a tag to compare

✨ New Features

🔧 Chores

v1.7.0

08 Feb 19:11

Choose a tag to compare

✨ New Features

♻️ Refactors

🔧 Chores

v1.6.11

04 Feb 11:56

Choose a tag to compare

build(github): updated more actions

v1.6.10

04 Feb 11:47

Choose a tag to compare

docs(icons): Use prime-icons