Skip to content

Commit feb5292

Browse files
committed
v5.5.1
1 parent 8681e3c commit feb5292

File tree

3 files changed

+7
-3
lines changed

3 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.1
2+
3+
- Fix embedding into `<iframe>`. The component is rendered correctly by libraries like `react-frame-component`. Thanks to @leoc4e (via #166)
4+
15
### 5.5.0
26

37
- Multitouch! ✌️ Thanks to @xnimorz (via #158)

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-colorful",
3-
"version": "5.5.0",
4-
"description": "🎨 A tiny (2,5 KB) color picker component for React and Preact apps. Fast, well-tested, dependency-free, mobile-friendly and accessible",
3+
"version": "5.5.1",
4+
"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",
77
"module": "dist/index.module.js",

0 commit comments

Comments
 (0)