EmojiText

😃 Render Custom Emoji in Text

APACHE-2.0 License

Stars
63

Bot releases are hidden (Show)

EmojiText - 4.1.0 Latest Release

Published by divadretlaw 2 months ago

What's Changed

  • Add EmojiProvider by @divadretlaw in #26
  • Fix Dynamic Type Scaling #27

Full Changelog: https://github.com/divadretlaw/EmojiText/compare/4.0.0...4.1.0

EmojiText - 4.0.0

Published by divadretlaw 9 months ago

What's Changed

  • Refactored Emoji Rendering
  • Now uses Swift Markdown to inject emojis in Markdown
  • LocalEmoji now supports overriding the color
  • Further default placeholder improvements
  • Swift Concurrency Improvements
  • Removed Support for Swift 5.8 or older
  • Minor API changes
    • Removed deprecations introduced in older version
    • Added deprecations where possible to migrate to new API

Full Changelog: https://github.com/divadretlaw/EmojiText/compare/3.6.0...4.0.0

EmojiText - 3.6.0

Published by divadretlaw 9 months ago

What's Changed

  • Fix emoji text height (#23)
  • Refactored Emoji Rendering

Full Changelog: https://github.com/divadretlaw/EmojiText/compare/3.5.2...3.6.0

EmojiText - 3.5.2

Published by divadretlaw 9 months ago

What's Changed

  • Try to load remote emoji from cache instead of setting a placeholder (#21)

Full Changelog: https://github.com/divadretlaw/EmojiText/compare/3.5.1...3.5.2

EmojiText - 3.5.1

Published by divadretlaw 9 months ago

What's Changed

  • Fix multiple instances of the same emoji in Markdown (#22)
  • Re-render when display scale changes (#21)
  • Improve emoji render pipeline

Full Changelog: https://github.com/divadretlaw/EmojiText/compare/3.4.0...3.5.1

EmojiText - 3.4.0

Published by divadretlaw 9 months ago

  • Render emoji based on display scale
  • Improve default placeholder

Full Changelog: https://github.com/divadretlaw/EmojiText/compare/3.3.0...3.4.0

EmojiText - 3.3.0

Published by divadretlaw 10 months ago

What's Changed

  • New render approach for Markdown that now supports emoji within markdown formatted text
  • Remove long deprecated methods

Full Changelog: https://github.com/divadretlaw/EmojiText/compare/3.2.1...3.3.0

EmojiText - 3.2.1

Published by divadretlaw 10 months ago

What's Changed

  • Reduce Text Concatenation that may have happened if there are a lot of emojis
  • Improve rendered emoji handling
  • Reduce memory footprint

Full Changelog: https://github.com/divadretlaw/EmojiText/compare/3.1.0...3.2.1

EmojiText - 3.1.0

Published by divadretlaw 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/divadretlaw/EmojiText/compare/3.0.2...3.1.0

EmojiText - 3.0.2

Published by divadretlaw about 1 year ago

What's Changed

Full Changelog: https://github.com/divadretlaw/EmojiText/compare/3.0.1...3.0.2

EmojiText - 3.0.1

Published by divadretlaw about 1 year ago

  • Disable animated Emoji when AnimatedEmojiMode.never is set (Thank you @mironal)
  • Redraw emoji when @Environment(\.emojiSize) changes (Thank you @mironal)
EmojiText - 3.0.0

Published by divadretlaw about 1 year ago

  • Beta: Support for animated emoji (Opt-In)