Skip to content

Commit c5b0a98

Browse files
committed
v5.4.0
1 parent 09704c9 commit c5b0a98

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1+
### 5.4.0
2+
3+
- Add new `alpha` property for `HexColorInput` to allow "#rgba" and "#rrggbbaa" formats (via #155)
4+
15
### 5.3.1
26

37
- Fix potential memory leaks and improve the performance. Thanks to @xnimorz (via #151)
48

59
### 5.3.0
610

7-
- Add new `prefixed` property for `HexColorInput` to display "#" prefix
11+
- Add new `prefixed` property for `HexColorInput` to display "#" prefix (via #146)
812

913
### 5.2.3
1014

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-colorful",
3-
"version": "5.3.1",
3+
"version": "5.4.0",
44
"description": "🎨 A tiny (2,5 KB) color picker component for React and Preact apps. Fast, well-tested, dependency-free, mobile-friendly and accessible",
55
"source": "src/index.ts",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)