Releases: viclafouch/mui-color-input
Releases · viclafouch/mui-color-input
v5.0.1
v5.0.0
🚨 BREAKING CHANGE
- Upgrade to MUI V6 ONLY. V5 is no more compatible. If you want more features and bug fixes from this package, you should consider upgrade your codebase to V6.
Features
- #50
ColorButton
is exported asMuiColorInputButton
.
v4.0.2
Chore
- Update deps
v4.0.1
Chore
- Update dependencies
- Add
type="module"
topackage.json
file - Add check types step with
@arethetypeswrong/cli
and fix issues.
v4.0.0
Feat
- Compatibility with MUI V6 (and still with V5).
- Update deps
v3.0.0
Fixes
- #36 onChange is not called with invalid value
What does it mean ?
Now, if you don't provide any fallback value with the fallbackValue
prop, mui-color-input
will not force the value to be a color when you blur the element.
Also, onChange
can give you an invalid color value. You can still check if it's valid with matchIsValidColor
function.
v2.0.3
v2.0.2
Chore
- Update deps
v2.0.1
Chore
- Update deps
v2.0.0
Breaking change
- Drop UMD version. Now only ES module version is exported.