Skip to content

Commit 07335db

Browse files
committed
v5.5
1 parent 0b8d253 commit 07335db

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 5.5.0
2+
3+
- Multitouch! ✌️ Thanks to @xnimorz (via #158)
4+
15
### 5.4.0
26

37
- Add new `alpha` property for `HexColorInput` to allow "#rgba" and "#rrggbbaa" formats (via #155)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
## Features
3333

34-
- 🗜 **Small**: Just 2,5 KB gzipped ([14x lighter](#why-react-colorful) than **react-color**).
34+
- 🗜 **Small**: Just 2,8 KB gzipped ([13x lighter](#why-react-colorful) than **react-color**).
3535
- 🌳 **Tree-shakeable**: Only the parts you use will be imported into your app's bundle.
3636
- 🚀 **Fast**: Built with hooks and functional components only.
3737
- 🛡 **Bulletproof**: Written in strict TypeScript and has 100% test coverage.

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.4.0",
3+
"version": "5.5.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)