Skip to content

Commit 0af33fa

Browse files
committed
v5.6.0
1 parent 2fffbdb commit 0af33fa

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 5.6.0
2+
3+
- Add new `HexAlphaColorPicker` component (via #186)
4+
- Fix types export for TYpeScript 4.7. Thanks to @AnotherHermit (via #189)
5+
- Improve ARIA attribute values for sliders. Thanks to @aitchiss (via #177)
6+
17
### 5.5.1
28

39
- Fix embedding into `<iframe>`. The component is rendered correctly by libraries like `react-frame-component`. Thanks to @leoc4e (via #166)

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.5.1",
3+
"version": "5.6.0",
44
"description": "🎨 A tiny (2,8 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)