You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,20 @@ A nice Android bottom sheet dialog populated with AndroidX EmojiCompat supported
39
39
}
40
40
```
41
41
42
+
## Breaking changes of version `2.0.0`
43
+
In version `2.0.0` we migrated to [Emoji2](https://developer.android.com/jetpack/androidx/releases/emoji2).
44
+
This results in the removal of:
45
+
*`EmojiCompatUtils`
46
+
*`EmojInitListener`
47
+
*`EmojiValues` which was mostly used internally.
48
+
49
+
Initialization now happens internally via the [Emoji2](https://developer.android.com/jetpack/androidx/releases/emoji2).
50
+
If you still need an initialization listener you should use the official API as described [here](https://developer.android.com/develop/ui/views/text-and-emoji/emoji2#add-initialization-listeners).
51
+
The whole document [Support modern emoji - Android Developers](https://developer.android.com/develop/ui/views/text-and-emoji/emoji2) provides further details.
52
+
53
+
The same document will help you if you rely on AppCompat version lower than `1.4.0-alpha01` or on the [Emoji](https://developer.android.com/jetpack/androidx/releases/emoji)
54
+
library itself which provides [these custom views](https://developer.android.com/reference/kotlin/androidx/emoji/widget/package-summary) for compatibility.
55
+
42
56
## Contributing
43
57
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
0 commit comments