Releases: joypixels/emojione
Version 4.5 Release
This release includes updated asset linking to version 4.5, as well as a solution within the toImage() function in the javascript library for occasional trailing VS16 characters.
Version 4 Release
This release includes full Unicode 11 compliance, including the addition of super heroes/villains, bagel, llama, and more. Other library updates include:
- deprecation of unicodeToImage function from JS and PHP libraries
- addition of fileExtension method attribute for JS and PHP libraries
- update to emojione-awesome.css file to include local src path as alternative class
3.1.7 Bugfixes
This release fixes a number of issues, including the inadvertent reversion of the recently-introduced blacklistChars attribute, default behavior of replacing non-emoji components (digits, asterisk, and pound symbol), and uppercase conversion in the PHP library causing matching errors.
3.1.6 Library Patch
This release fixes a bug in the javascript library when no emoji size or overwriting image path was set.
3.1.5 Library Patch
This update expands code points for dozens of emojis to improve matching against singletons containing emoji modifier sequence (vs16).
3.1.4 Library Patch
Fixes issue with PHP unicodeToImage function not properly returning original character for matched->not replaced emojis.
3.1.3 Library Patch
This release includes a fix for certain stacked (side-by-side) characters not replacing, as well as the addition of a blacklistChars variable allowing characters (such as "#" or "*") to be passed as a comma-delimited string of characters that will not get replaced.
3.1.2
- removed fonts from repo, they're now available on releases in the emojione-assets repo
3.1.1 Library Patch
This release includes several bugfixes and updates, including:
- fix for cdn path on toImage conversion not setting properly
- updates to emoji.json file structure - additions only (see UPGRADE.md for current structure)
EmojiOne 3.1 Release
This 3.1 release includes Unicode 10 emoji data such as Mermaid/man/person, Vampire, and Climber. Other minor fixes/improvements also included:
- emojiSize property properly integrated
- extras/alpha-codes now includes "output" code point
- improvements to JS and PHP unicode-matching regex