diff --git a/CHANGELOG.md b/CHANGELOG.md index 62e6aaf..0764203 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [0.4.0] - 2021-01-22 + +### Change + +- Full Typescript support thanks to @lodmfjord + + ## [0.3.0] - 2021-01-22 ### Change diff --git a/README.md b/README.md index 1ba8811..e29068a 100644 --- a/README.md +++ b/README.md @@ -248,8 +248,8 @@ Object containing infos about an emoji. - `emoji: string` The emoji itself. -- `label: string` - Label of the emoji, used for accessibility reasons. +- `label?: string` + Label of the emoji, used for accessibility reasons (Optional). - `counter?: number` Number of times the emoji was selected (Optional). @@ -381,7 +381,8 @@ Contributions are welcome! Please submit a pull request for new features or an i Please bear in mind that this library is meant to be lightweight first. ### To-Do -- [ ] Typescript support +- [x] Typescript support (Thanks to @lodmfjord) +- [ ] Get 100% Test Coverage (Missing a sort in `EmojiBlock.tsx`) ## CSS diff --git a/package.json b/package.json index 6442725..9578624 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lepre", - "version": "0.3.0", + "version": "0.4.0", "description": "Lightweight Emoji Picker for React Enthusiasts", "homepage": "https://pandasekh.github.io/lepre", "author": {