2.0.0
- Kotlin 2.0.0
- Compose 1.6.10
- Deprecated
Emoji.all()
in favor ofEmoji.list()
. Note that Emojis are now ordered according to the unicode standard (#3).
Noto image & animation sizes are now part of Emoji details, which makesNotoImage
,NotAnimation
as well asTextWith*Emoji
directly size themselves correctly. - Added a default height to emojis, which makes the modifier optional again.