Skip to content

Commit

Permalink
Update to Unicode Emoji v15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-Marcou committed Oct 19, 2022
1 parent e4f5ab9 commit b7c03f8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Unicode Emoji Picker

[![NPM Package](https://img.shields.io/npm/v/unicode-emoji-picker?label=release&color=%23cd2620&logo=npm)](https://www.npmjs.com/package/unicode-emoji-picker)
[![Unicode Emoji v14.0](https://img.shields.io/badge/emoji-v14.0-yellow?logo=unicode&logoColor=yellow)](https://unicode.org/Public/emoji/14.0/)
[![Unicode Emoji v15.0](https://img.shields.io/badge/emoji-v15.0-yellow?logo=unicode&logoColor=yellow)](https://unicode.org/Public/emoji/15.0/)
[![GitHub Repository](https://img.shields.io/github/stars/Julien-Marcou/Unicode-Emoji-Picker?color=%23f5f5f5&logo=github)](https://github.com/Julien-Marcou/Unicode-Emoji-Picker)

![Downloads per Month](https://img.shields.io/npm/dm/unicode-emoji-picker)
Expand Down Expand Up @@ -108,10 +108,10 @@ You can display the filters bar on every side of the Unicode Emoji Picker by set
<unicode-emoji-picker filters-position="bottom"></unicode-emoji-picker>
```

You can choose the version of the `Unicode Emoji` specification to use by setting the `version` attribute to one of these values : `0.6`, `0.7`, `1.0`, `2.0`, `3.0`, `4.0`, `5.0`, `11.0`, `12.0`, `12.1`, `13.0`, `13.1` or `14.0` (default to `12.0` as newer versions are currently not widely supported) :
You can choose the version of the `Unicode Emoji` specification to use by setting the `version` attribute to one of these values : `0.6`, `0.7`, `1.0`, `2.0`, `3.0`, `4.0`, `5.0`, `11.0`, `12.0`, `12.1`, `13.0`, `13.1`, `14.0` or `15.0` (default to `12.0` as newer versions are currently not widely supported) :

```html
<unicode-emoji-picker version="14.0"></unicode-emoji-picker>
<unicode-emoji-picker version="15.0"></unicode-emoji-picker>
```

You can choose which group will be selected by default by setting the `default-group` attribute to one of these values : `search`, `face-emotion`, `food-drink`, `animals-nature`, `activities-events`, `person-people`, `travel-places`, `objects`, `symbols` or `flags` (default to `face-emotion`)
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"license": "MIT",
"dependencies": {
"scrollable-component": "^2.0.0-next.0",
"unicode-emoji": "^2.3.0"
"unicode-emoji": "^2.4.0"
}
}

0 comments on commit b7c03f8

Please sign in to comment.