Skip to content

Releases: kosi-libs/Emoji.kt

2.0.1

03 Jun 12:11
Compare
Choose a tag to compare
  • Removed forgotten debug println 😅
  • Updated Lottie to 6.4.0

2.0.0

29 May 20:17
Compare
Choose a tag to compare
  • Kotlin 2.0.0
  • Compose 1.6.10
  • Deprecated Emoji.all() in favor of Emoji.list(). Note that Emojis are now ordered according to the unicode standard (#3).
    Noto image & animation sizes are now part of Emoji details, which makes NotoImage , NotAnimation as well as TextWith*Emoji directly size themselves correctly.
  • Added a default height to emojis, which makes the modifier optional again.

1.5.0

22 May 20:33
Compare
Choose a tag to compare
  • Modifier with size is now mandatory for Noto* composables
  • Added a fixedSize or imageFixedSize or animationFixedSize parameter to prevent resize when the image or animation has downloaded (which breaks animations).

1.4.0

08 May 07:16
Compare
Choose a tag to compare
  • #2 Fix: Noto flag emojis exceed bounds by @cbruegg
  • Added parameters iterations, stopAt, & speed to animations

1.3.0

22 Mar 19:29
Compare
Choose a tag to compare
  • TextWithPlatformEmoji, TextWithNotoImageEmoji, and TextWithNotoAnimatedEmoji in emoji-compose-m2 and emoji-compose-m3
  • Kotlin 1.9.23 / Compose 1.6.1

1.2.0

09 Mar 12:42
Compare
Choose a tag to compare

1.1.0

06 Mar 13:41
Compare
Choose a tag to compare
  • 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

03 Mar 12:08
Compare
Choose a tag to compare
v1.0.0

Emoji.kt & Emoji.Compose