Skip to content

Releases: gVguy/vue-color-input

2.0.0

01 Aug 18:51
Compare
Choose a tag to compare

src

  • add Teleport to body
  • update all classnames to bem methodology (to support the fact that popup is now teleported)
  • remove default .user class, but user can now specify his own custom class

chore

  • Upgrade to Vite
  • Rewrite main component to script-setup synthax + TS
  • auto-generate .d.ts file during build
  • update readme to reflect the changes

Migration from v1

If you used vue-color-input v1 in default mode - only providing v-model and other props, there's no need to adjust anything. The component will continue working out of the box, you likely won't even notice the difference. Just keep using it like before and enjoy improved typescript support.

On the other hand, if you added some custom styles, you will have to migrate in order to adjust to the new class names and DOM structure. I recommend that you read the Styling section of the Readme to familiaraize yourself with the current version.

1.0.9

04 May 22:48
Compare
Choose a tag to compare

Fix bug with color-pickers positioning introduced in newer vue versions

1.0.7

17 Apr 05:58
Compare
Choose a tag to compare

Added type definition to allow use in TS projects

v1.0.6

13 Oct 18:30
Compare
Choose a tag to compare

Change event

v1.0.5

10 Oct 21:09
Compare
Choose a tag to compare

Bugfix.

First release had a bug preventing the override of default styles.

Now styles can be overriden with .user class.

First release

10 Oct 14:32
Compare
Choose a tag to compare
v1.0.4

updated gif link