diff --git a/CHANGELOG.md b/CHANGELOG.md index d8041e99..d9ecf143 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index e9875687..759a968d 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 3f0f8347..47dcc4ff 100644 --- a/package.json +++ b/package.json @@ -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",