Release v2.11.0
parent
5d1b84cf1d
commit
8d4d928973
21
CHANGELOG.md
21
CHANGELOG.md
|
@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file. Dates are d
|
|||
|
||||
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||
|
||||
#### [v2.11.0](https://github.com/missive/emoji-mart/compare/v2.10.0...v2.11.0)
|
||||
|
||||
> 28 March 2019
|
||||
|
||||
- fix: use span for non-clickable emojis [`#329`](https://github.com/missive/emoji-mart/pull/329)
|
||||
- docs: fix travis CI badge [`#316`](https://github.com/missive/emoji-mart/pull/316)
|
||||
- fix: consistently return short_names from sanitize [`#317`](https://github.com/missive/emoji-mart/pull/317)
|
||||
- test: add test for short_names in custom emoji [`#323`](https://github.com/missive/emoji-mart/pull/323)
|
||||
- Get emoji data from native [`#250`](https://github.com/missive/emoji-mart/pull/250)
|
||||
- Fix typo [`#324`](https://github.com/missive/emoji-mart/pull/324)
|
||||
- Return skin emoji on search [`#321`](https://github.com/missive/emoji-mart/pull/321)
|
||||
- Add ignore for package-lock.json [`#322`](https://github.com/missive/emoji-mart/pull/322)
|
||||
- Add .editorconfig [`#320`](https://github.com/missive/emoji-mart/pull/320)
|
||||
- chore: add Travis CI tests [`#306`](https://github.com/missive/emoji-mart/pull/306)
|
||||
- keep short_names on sanitize [`#308`](https://github.com/missive/emoji-mart/pull/308)
|
||||
- docs: add example of how to use outside React [`#307`](https://github.com/missive/emoji-mart/pull/307)
|
||||
- docs: add example of how to use outside React [`#305`](https://github.com/missive/emoji-mart/issues/305)
|
||||
- Return emojis with skin tone from store on nimble search [`51a0879`](https://github.com/missive/emoji-mart/commit/51a0879ec17fa30bcdd0be3ea39c50af067e86ec)
|
||||
- Delete package-lock.json [`aaa12fe`](https://github.com/missive/emoji-mart/commit/aaa12fe9183f4b30cc483380f4e923ab2b9bd91a)
|
||||
- Upgrade some dev dependencies [`d739f27`](https://github.com/missive/emoji-mart/commit/d739f27714c4b1e28f3d92f654a5ba83933c2816)
|
||||
|
||||
#### [v2.10.0](https://github.com/missive/emoji-mart/compare/v2.9.2...v2.10.0)
|
||||
|
||||
> 15 March 2019
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "emoji-mart",
|
||||
"version": "2.10.0",
|
||||
"version": "2.11.0",
|
||||
"description": "Customizable Slack-like emoji picker for React",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist-es/index.js",
|
||||
|
|
Loading…
Reference in New Issue