Skip to content

Commit

Permalink
v5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
omgovich committed May 14, 2021
1 parent dccd7e8 commit 0e52d10
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 5.2.0

- Improve input color parsers to support more CSS color notations and units (via #133)

### 5.1.4

- Fix `.mjs` file publishing (via #129)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
- 🗜 **Small**: Just 2,5 KB gzipped ([14x lighter](#why-react-colorful) than **react-color**).
- 🌳 **Tree-shakeable**: Only the parts you use will be imported into your app's bundle.
- 🚀 **Fast**: Built with hooks and functional components only.
- 🛡 **Bulletproof**: Written in strict TypeScript and covered by 40+ tests.
- 🛡 **Bulletproof**: Written in strict TypeScript and has 100% test coverage.
- 🗂 **Typed**: Ships with [types included](#typescript-support)
- 😍 **Simple**: The interface is straight forward and easy to use.
- 👫 **Cross-browser**: Works out-of-the-box for most browsers, regardless of version.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-colorful",
"version": "5.1.4",
"version": "5.2.0",
"description": "🎨 A tiny (2,5 KB) color picker component for React and Preact apps. Fast, well-tested, dependency-free, mobile-friendly and accessible",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down

0 comments on commit 0e52d10

Please sign in to comment.