npm vue-color 2.7.0

latest releases: 3.3.2, 3.3.1, 3.3.0...
6 years ago

Improvements:

  • Use clamp function to calculate left, top and bright values. (#156)
  • Improve Accessibility:
    • add aria-labelledby to all input elements (closes #160 )
    • fix wrong aria rules
    • pass the the accessibility audits in Chrome DevTools
  • Allow to customize labels in favor of i18n (closes #160 )
<!-- now `EditableInput` can accept `label-text` for customizing label text. -->
<EditableInput label-text="Textes shows in input label" label="hex" v-model="color.hex" @change="onChange" />

Don't miss a new vue-color release

NewReleases is sending notifications on new releases.