From 6b019b60f8e6970c0ec93130f86bd6e66b69943c Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Wed, 16 Sep 2026 16:14:12 -0400 Subject: [PATCH] release 1.0.3 --- CHANGELOG.md | 10 +++++++--- pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe21f8d..a7fb966 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/pubspec.yaml b/pubspec.yaml index 26b5baa..99398c4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: material_emoji_picker description: A generic but configurable emoji picker for Flutter -version: 1.0.2 +version: 1.0.3 repository: https://git.federated.nexus/Henry-Hiles/material_emoji_picker issue_tracker: https://git.federated.nexus/Henry-Hiles/material_emoji_picker/issues