Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PandaSekh committed Jan 22, 2021
1 parent 5ce0164 commit e6756bf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down Expand Up @@ -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

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": "lepre",
"version": "0.3.0",
"version": "0.4.0",
"description": "Lightweight Emoji Picker for React Enthusiasts",
"homepage": "https://pandasekh.github.io/lepre",
"author": {
Expand Down

0 comments on commit e6756bf

Please sign in to comment.