All notable changes to this project will be documented in this file.
2.0.1 - (November 6, 2024)
parseEmojiString
function to parse strings with emojis and replace them with Twemoji image links.- Added default options such as
className:"emoji"
- that were missed in previous version.
2.0.0 - (July 15, 2024)
- Support for using via ES6 Imports.
- Webpack Config Build.
- emojiSupported function to check native emoji rendering support.
- parseEmoji function to replace Unicode emojis with image emojis using Twemoji.
- emojiFallback function to handle emoji parsing and fallback with error handling.
- Extracted emoji support check and parsing logic into modular functions.
- Fixed CDN issue see here
- Improved code readability and maintainability.
- License from GPL-3.0 to MIT.
1.0.0 - (Aug 7, 2022)
Initial Release.