Skip to content

Releases: viclafouch/mui-color-input

v4.0.1

21 Sep 10:31
Compare
Choose a tag to compare

Chore

  • Update dependencies
  • Add type="module" to package.json file
  • Add check types step with @arethetypeswrong/cli and fix issues.

v4.0.0

29 Aug 09:45
Compare
Choose a tag to compare

Feat

  • Compatibility with MUI V6 (and still with V5).
  • Update deps

v3.0.0

07 Jul 10:32
Compare
Choose a tag to compare

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

19 Feb 14:49
Compare
Choose a tag to compare

Fixes

v2.0.2

13 Feb 17:14
Compare
Choose a tag to compare

Chore

  • Update deps

v2.0.1

16 Oct 07:50
Compare
Choose a tag to compare

Chore

  • Update deps

v2.0.0

04 Aug 19:58
Compare
Choose a tag to compare

Breaking change

  • Drop UMD version. Now only ES module version is exported.

v1.1.1

01 Aug 08:57
Compare
Choose a tag to compare

Breaking changes

  • Minimal version required of React is now 18.0.0

Fixes

  • #20 Fix typing

v1.1.0

22 Jun 12:26
Compare
Choose a tag to compare

Features

#11 Add ability to move ColorButton from start[left] to end[right]

<MuiColorInput adornmentPosition="start" />
<MuiColorInput adornmentPosition="end" />

v1.0.5

14 Feb 10:19
Compare
Choose a tag to compare

Fixes

  • fix color selection with touch screen #9