Skip to content

Releases: drinking-code/openmoji-for-react

v0.5.2

10 Dec 17:20
8ed3f14
Compare
Choose a tag to compare

Improvements:

  • fixed a bug, where (unnecessary) namespace attributes were not getting removed (#11; thanks @laem)
  • emoji replacing works now for some more concatenated emojis (e.g. ❤️‍🔥, 👩‍❤️‍💋‍👩, and 🏳️‍⚧️)

v0.5.1

23 May 19:07
8f09489
Compare
Choose a tag to compare

Improvements:

  • emoji replacing works now for
    • emojis with component/s and gender (e.g. 👩🏽‍🦰)
    • more concatenated emojis (e.g. 👩🏽‍🤝‍👨🏻, and 👩‍👩‍👦‍👦)
  • fixed a bug where reactReplaceEmojis would duplicate elements

v0.5.0

22 May 00:55
a1e01a8
Compare
Choose a tag to compare

Improvements:

  • installing the package works again
  • using the package is faster than ever
  • additional bugfixes; should run without warnings now

New Features:

  • default styling:
    • by default openmojis are now the same size as normal emojis
    • openmojis are properly aligned in text

v0.4.0

06 Jul 15:01
37cd616
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

New Features:

  • Modules now use the latest icons from the Openmoji package
  • size attribute / option added: sets size of emojis
  • outline attribute / option added: uses the colourless version of the emojis
  • Enabled the replaceEmojis() function (solely for use with strings)

v0.3.0

15 Apr 20:22
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Module is basically working. It is quite slow though as it contains over 3,000 emojis. The automatic replacement may not work on specific emojis and in specific situations.