Releases: viclafouch/mui-color-input
Releases · viclafouch/mui-color-input
v2.0.0
Breaking change
- Drop UMD version. Now only ES module version is exported.
v1.1.1
Breaking changes
- Minimal version required of React is now
18.0.0
Fixes
v1.1.0
Features
#11 Add ability to move ColorButton from start[left] to end[right]
<MuiColorInput adornmentPosition="start" />
<MuiColorInput adornmentPosition="end" />
v1.0.5
Fixes
- fix color selection with touch screen #9
v1.0.4
Fix
- Fix #8 : user can now blur the input with an empty value (
''
), instead of using the fallback. The fallback will be used if the color is filled and incorrect.
v1.0.3
Fix
- color space has wrong values in rtl #4 Thanks to @yonatan0 :)