Skip to content

Releases: uiwjs/react-color

v2.10.1

08 Apr 06:43

Choose a tag to compare

Buy me a coffee

Documentation v2.10.1: https://raw.githack.com/uiwjs/react-color/65052a6/index.html
Comparing Changes: v2.10.1...v2.10.1

npm i @uiw/react-color@

v2.10.0

07 Apr 05:51

Choose a tag to compare

Buy me a coffee

Documentation v2.10.0: https://raw.githack.com/uiwjs/react-color/fad65fc/index.html
Comparing Changes: v2.9.6...v2.10.0

npm i @uiw/react-color@v2.10.0
<Alpha
  hsva={hsva}
+  direction="vertical"
  width={16}
  height={120}
  onChange={(newAlpha) => {
    setHsva({ ...hsva, ...newAlpha });
  }}
/>
<Alpha
  hsva={hsva}
+  direction="vertical"
+  reverse={true}
  width={16}
  height={120}
  onChange={(newAlpha) => {
    setHsva({ ...hsva, ...newAlpha });
  }}
/>

v2.9.6

07 Mar 06:56

Choose a tag to compare

Buy me a coffee

Documentation v2.9.6: https://raw.githack.com/uiwjs/react-color/aed5736/index.html
Comparing Changes: v2.9.6...v2.9.6

npm i @uiw/react-color@

v2.9.5

10 Feb 08:45

Choose a tag to compare

Buy me a coffee npm bundle size

Documentation v2.9.5: https://raw.githack.com/uiwjs/react-color/411afe3/index.html
Comparing Changes: v2.9.5...v2.9.5

npm i @uiw/react-color@

v2.9.4

01 Feb 18:12

Choose a tag to compare

Buy me a coffee npm bundle size

Documentation v2.9.4: https://raw.githack.com/uiwjs/react-color/2574b82/index.html
Comparing Changes: v2.9.4...v2.9.4

npm i @uiw/react-color@

v2.9.3

29 Jan 08:57

Choose a tag to compare

Buy me a coffee npm bundle size

Documentation v2.9.3: https://raw.githack.com/uiwjs/react-color/234d3cb/index.html
Comparing Changes: v2.9.3...v2.9.3

npm i @uiw/react-color@

v2.9.2

28 Oct 06:13

Choose a tag to compare

Buy me a coffee npm bundle size

Documentation v2.9.2: https://raw.githack.com/uiwjs/react-color/69c23c5/index.html
Comparing Changes: v2.9.2...v2.9.2

npm i @uiw/react-color@

v2.9.1

24 Oct 03:52

Choose a tag to compare

Buy me a coffee npm bundle size

Documentation v2.9.1: https://raw.githack.com/uiwjs/react-color/f60e275/index.html
Comparing Changes: v2.9.1...v2.9.1

npm i @uiw/react-color@2.9.1 

v2.9.0

03 Oct 01:16

Choose a tag to compare

Buy me a coffee npm bundle size

Documentation v2.9.0: https://raw.githack.com/uiwjs/react-color/f00a187/index.html
Comparing Changes: v2.9.0...v2.9.0

npm i @uiw/react-color@

v2.8.1

29 Sep 16:04

Choose a tag to compare

Buy me a coffee npm bundle size

Documentation v2.8.1: https://raw.githack.com/uiwjs/react-color/b11f54d/index.html
Comparing Changes: v2.8.0...v2.8.1

npm i @uiw/react-color@2.8.1
  • 🐞 fix(editable-input-rgba): normalize alpha percent and clamp blur to 0–100 (#190) 575f672 @bra3Ik