Releases: kosi-libs/Emoji.kt
Releases · kosi-libs/Emoji.kt
2.1.0
2.0.1
- Removed forgotten debug println 😅
- Updated Lottie to 6.4.0
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.
1.5.0
- Modifier with size is now mandatory for
Noto*
composables - Added a
fixedSize
orimageFixedSize
oranimationFixedSize
parameter to prevent resize when the image or animation has downloaded (which breaks animations).
1.4.0
1.3.0
TextWithPlatformEmoji
,TextWithNotoImageEmoji
, andTextWithNotoAnimatedEmoji
inemoji-compose-m2
andemoji-compose-m3
- Kotlin 1.9.23 / Compose 1.6.1
1.2.0
1.1.0
- Compose Multiplatform 1.6.0
- Fixed a bug in sizing the placeholder of
NotoImageEmoji
&NotoAnimatedEmoji
. - Improved placeholder management of noto images & animations in texts.
- Skin toned emoji can be shown animated.
- Fallback to image if animation failed to download, before falling back to font placeholder.
1.0.0
v1.0.0 Emoji.kt & Emoji.Compose