Skip to content

Releases: viclafouch/mui-color-input

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

v1.0.4

23 Dec 11:28
Compare
Choose a tag to compare

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

20 Nov 10:43
Compare
Choose a tag to compare

Fix

  • color space has wrong values in rtl #4 Thanks to @yonatan0 :)