Skip to content

Releases: aiming-pro/verte-vue3

v1.1.0

01 Mar 14:06
Compare
Choose a tag to compare
  • Fix alpha values when model is set to hex
  • Fix another hydration bug

Note

This is potentially a breaking change if you used model="hex" and enableAlpha and didn't expect the picker to return 8 digit hex codes.

v1.0.3

01 Mar 13:01
Compare
Choose a tag to compare
  • Fixed another hydration issue

v1.0.2

29 Feb 17:12
Compare
Choose a tag to compare
  • Fixed in SSR setups

v1.0.1

27 Feb 11:45
Compare
Choose a tag to compare

Add support for Vue 3 in compatMode: 2

v1.0.0

27 Feb 11:19
Compare
Choose a tag to compare

Forked original Verte by baianat

Breaking changes

  • Updated to Vue 3.
  • :value prop and @input event replaced by :modelValue and @update:modelValue to support Vue 3's v-model.
  • Replaced global settings with new composable useVerteStore. Docs

Notes

  • Updated build system to Vite.
  • Updated vuepress docs to vitepress.