material_emoji_picker/CHANGELOG.md
2026-09-16 16:15:15 -04:00

19 lines
317 B
Markdown

## 1.0.0
Initial release.
## 1.0.0+1
Fixup readme.
## 1.0.1
Use `IList`s for categories. These `IList`s can be used by consumers via dot-shorthands, e.g. `.new([])`.
## 1.0.2
Publicly export EmojiController for use as needed.
## 1.0.3
Add scrollbar to category list, for more intuitive scrolling on desktop.