Skip to content
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.

Releases: joypixels/emojione

Version 4.5 Release

15 Feb 01:37
Compare
Choose a tag to compare

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

30 Aug 00:21
Compare
Choose a tag to compare

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

11 Jul 21:45
Compare
Choose a tag to compare

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

19 Jun 22:58
Compare
Choose a tag to compare

This release fixes a bug in the javascript library when no emoji size or overwriting image path was set.

3.1.5 Library Patch

15 Jun 18:15
Compare
Choose a tag to compare

This update expands code points for dozens of emojis to improve matching against singletons containing emoji modifier sequence (vs16).

3.1.4 Library Patch

27 Apr 16:18
Compare
Choose a tag to compare

Fixes issue with PHP unicodeToImage function not properly returning original character for matched->not replaced emojis.

3.1.3 Library Patch

25 Apr 18:58
Compare
Choose a tag to compare

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

08 Aug 16:34
Compare
Choose a tag to compare
  • removed fonts from repo, they're now available on releases in the emojione-assets repo

3.1.1 Library Patch

12 Jul 17:54
Compare
Choose a tag to compare

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

30 Jun 17:23
Compare
Choose a tag to compare

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