release 1.0.3

This commit is contained in:
Henry Hiles 2026-09-16 16:14:12 -04:00
commit 6b019b60f8
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
2 changed files with 8 additions and 4 deletions

View file

@ -1,15 +1,19 @@
## 1.0.0
Initial release
Initial release.
## 1.0.0+1
Fixup readme
Fixup readme.
## 1.0.1
Use `IList`s for categories. These `IList`s can be used by consumers via dot-shorthands, e.g. `.new([])`
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.