You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,7 @@ The right color picker, but not the framework you're looking for?
60
60
*[Usage](#usage)
61
61
*[Options](#options)
62
62
*[Change log](#change-log)
63
+
*[Migration from v2](#migration-from-v2)
63
64
*[Migration from v1](#migration-from-v1)
64
65
*[Contributing](#contributing)
65
66
*[Credits](#credits)
@@ -144,6 +145,27 @@ Please see [Releases][link-releases] for more information on what has changed re
144
145
145
146
[Back To Top](#quick-links)
146
147
148
+
## Migration from v2
149
+
150
+
With v3 the inner circle is now transparent instead of solid white. If you previously relied on that and you prefer to keep the existing behavior you can do that by wrapping the `<color-picker>` with a `<div>` and add white background to it. Here's an example how to do that:
Straight forward - `v-model` becomes `v-bind` and you need to add the `@input` event (which was previously added by the `v-model` directive implicitly).
0 commit comments