- Replaced the now-offline Twemoji cdn url with a cloudflare alternative. Releasing as a bug fix so upstream users get the update.
- Updated dependencies to silence Dependabot
- 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 (#21)
- Fixed an issue where element keys might not be unique when passing an array to emoji(). Special thanks to @pbshgthm (#18)
- Removed dependencies and trimmed the overall size
- Added support for Unicode 13.0.
- Applied some depndabot suggestions.
- If the baseUrl already contains a
protocol
, theprotocol
option will be ignored. - Added Typescript definitions.
- Updated dependency versions.
- Updated to latest official Unicode standard based on Twemoji 12.1.5.
- Updated to latest official Unicode standard based on Twemoji 5.0.
- Added support for emoji 5.0 #3. Thanks @millar.
- Created a CHANGELOG.
- [Bug fix] Using
location.protocol
instead oflocation.pageProtocol
#2. Thanks @gnestor. - Improved documentation.
- Initial release.