react-easy-emoji
Version:
A super minimal emoji rendering library for React
44 lines (30 loc) • 1.64 kB
Markdown
## 1.8.1 (January 9, 2023)
- Replaced the now-offline Twemoji cdn url with a cloudflare alternative. Releasing as a bug fix so upstream users get the update.
## 1.8.0 (July 26, 2022)
- Updated dependencies to silence Dependabot
## 1.7.0 (July 26, 2022)
- Updated to the latest Twemoji regex (v14.0.2) - By @vogeldaniel
- Fixed issue where --legacy-peer-deps or --force was required to install this package. Thanks to @KMatuszak (https://github.com/appfigures/react-easy-emoji/issues/21)
## 1.6.1 (August 24, 2021)
- Fixed an issue where element keys might not be unique when passing an array to emoji(). Special thanks to @pbshgthm (https://github.com/appfigures/react-easy-emoji/issues/18)
## 1.6.0 (August 16, 2021)
- Removed dependencies and trimmed the overall size
## 1.5.0 (June 4, 2021)
- Added support for Unicode 13.0.
- Applied some depndabot suggestions.
## 1.4.0 (April 10, 2020)
- If the baseUrl already contains a `protocol`, the `protocol` option will be ignored.
- Added Typescript definitions.
- Updated dependency versions.
## 1.3.0 (February 17, 2020)
- Updated to latest official Unicode standard based on Twemoji 12.1.5.
## 1.2.0 (June 21, 2018)
- Updated to latest official Unicode standard based on Twemoji 5.0.
## 1.1.0 (September 1, 2017)
- Added support for emoji 5.0 https://github.com/appfigures/react-easy-emoji/pull/3. Thanks @millar.
- Created a CHANGELOG.
## 1.0.4 (July 1, 2016)
- [Bug fix] Using `location.protocol` instead of `location.pageProtocol` https://github.com/appfigures/react-easy-emoji/pull/2. Thanks @gnestor.
- Improved documentation.
## 1.0.2 (April 28, 2016)
- Initial release.