- Fixed positioning of CSS sprites to avoid blurring & cutoffs
- Better documentation
- Include
emoji.css
in the NPM package
- Updated to emoji-data 4.1.0
- Removed EmojiOne at the request of EmojiOne/JoyPixels staff
- Added support for React Native
- Corrected unified output for ZWJ seequences where the skin tone is not the last codepoint - iamcal#101
- Updated to emoji-data v4.0.4 (containg several fixes)
- Updated to emoji-data 4.0.0, supporting the Emoji 5 standard
- Support for emoji spritesheets with 1px padding to avoid image bleed
- Updated to emoji-data 3.0.0 to fix npm incompatibility
- Fixed the jQuery plugin to work with 2.x - iamcal#74
- Updated to emoji-data 2.5.2 for better npm dependencies
- Updated to emoji-data 2.5.1, with Unicode 9 and Emoji 4 codepoints
- Support for non-appended skin tone modified, e.g.
:woman-swimming:
- Updated to emoji-data 2.4.5, including Android skin tones from Nougat
- Added variation text to emoji text when
include_text
is set - Use native emoji in Chrome and Firefox on OS X (thanks @CharlieHess)
- Handle being in a hidden iframe on Firefox - iamcal#73
- Added
data-codepoints
attribute to all output modes
- Fixed test coverage output
- Removed need to call
init_env()
before changing settings - JSDoc cleanup
- Improved the usage docs
- Changed submodule to use https so Travis etc will work
- Added tests for noConflict mode
- Updated emoji-data to 2.4.4
- Added support for aliases
- Added support for img_suffix
- Fixed minification of regexes
- Updated emoji-data to 2.4.3
- Switched to exporting a constructor class
- New build process with tests
- Skin tone support
- Dropped external CSS
- First release