Releases: Fintasys/emoji_picker_flutter
Releases · Fintasys/emoji_picker_flutter
v4.0.0-dev.2
What's Changed
Full Changelog: v3.1.0...v4.0.0-dev.2
v3.1.0
What's Changed
- feat: Add 2 emoji by @everypizza1 in #216
- feat: add config option to reorder items in emoji picker by @coder-with-a-bushido in #215
New Contributors
- @everypizza1 made their first contribution in #216
- @coder-with-a-bushido made their first contribution in #215
Full Changelog: v3.0.0...v3.1.0
v3.0.0
What's Changed
- Search with the emoji itself too by @Shawn-sudo in #206
- Upgraded web to version 1.0.0, along with all of the other dependencies. by @diegotori in #208
- Improve customization for backspace and search button by @Fintasys in #210
- Fix for Linux ScrollController issue by @Fintasys in #211
- [Bug] Fix issue with dark mode and improve customization for search view by @Fintasys in #212
New Contributors
- @Shawn-sudo made their first contribution in #206
- @diegotori made their first contribution in #208
Full Changelog: v2.2.0...v3.0.0
v2.2.0
What's Changed
- Downgrade Kotlin to 1.7.10
- Migrate to DSL syntax for gradle setup
- Switch from
dart:html
topackage:web
by @GleammerRay in #198 - Minimum Flutter version
3.19.3
Full Changelog: v2.1.1...v2.2.0
v2.1.1
What's Changed
- Address Inconsistent JVM-target compatibility. by @GleammerRay in #192
- Fix issue with ScrollController have no clients
New Contributors
- @GleammerRay made their first contribution in #192
Full Changelog: v2.1.0...v2.1.1
v2.1.0
v2.0.0
- Better customization
- Better support for emoji and custom font
- Restructure of configurations
- Added Search View feature
- Update examples (Also added WhatsApp example)
- Add auto-scroll support
- Add long-press backspace support
- Improve SkinTone Overlay
- Updated Readme
- Update License to MIT
- Add tests