Releases: AhmedLSayed9/dropdown_button2
Releases · AhmedLSayed9/dropdown_button2
v3.0.0-beta.19
What's Changed
- Release v3.0.0 beta.18 by @AhmedLSayed9 in #322
- Enhance the display of error/helper elements at DropdownButtonFormField2 by @AhmedLSayed9 in #323
- Remove unsupported helper property by @AhmedLSayed9 in #324
Full Changelog: v3.0.0-beta.18...v3.0.0-beta.19
v3.0.0-beta.18
What's Changed
- Flutter dropdown updates by @AhmedLSayed9 in #320
- Fix error border not showing for DropdownButtonFormField2 by @AhmedLSayed9 in #321
Full Changelog: v3.0.0-beta.17...v3.0.0-beta.18
v3.0.0-beta.17
What's Changed
- Bugfix for issue #285: Scroll Position not as expected when opening the dropdown menu without prior resetting the search querry by @hlvs-apps in #286
- Update golden files by @AhmedLSayed9 in #288
- Bugfix: Ink splashes got displayed over search widget by @hlvs-apps in #291
- Add dependabot by @AhmedLSayed9 in #299
- Bump actions/checkout from 3 to 4 by @dependabot in #300
- Bump flutter_lints from 2.0.3 to 4.0.0 in /packages/dropdown_button2_test by @dependabot in #302
- Bump flutter_lints from 2.0.3 to 4.0.0 by @dependabot in #301
- Add copyWith method for style data classes by @AhmedLSayed9 in #315
- Release v3.0.0 beta.17 by @AhmedLSayed9 in #316
New Contributors
- @hlvs-apps made their first contribution in #286
- @dependabot made their first contribution in #300
Full Changelog: v3.0.0-beta.16...v3.0.0-beta.17
v3.0.0-beta.15-v3.0.0-beta.16
What's Changed
- Always call on changed when tapping enabled item by @AhmedLSayed9 in #276
- Release by @AhmedLSayed9 in #277
- Fix dropdown position when window changes horizontally by @AhmedLSayed9 in #282
- Release by @AhmedLSayed9 in #283
Full Changelog: v3.0.0-beta.14...v3.0.0-beta.16
v3.0.0-beta.14
What's Changed
- Optimize scroll performance by @AhmedLSayed9 in #267
- Bump melos version by @AhmedLSayed9 in #268
- Update SDK constraints by @AhmedLSayed9 in #269
- Remove deprecated lint rules by @AhmedLSayed9 in #270
- Update workflow by @AhmedLSayed9 in #271
- Fix CI by @AhmedLSayed9 in #272
- Update deprecated members by @AhmedLSayed9 in #273
- Release by @AhmedLSayed9 in #274
Full Changelog: v3.0.0-beta.13...v3.0.0-beta.14
v3.0.0-beta.13
What's Changed
- Update programmatically open dropdown by @AhmedLSayed9 in #258
- Release by @AhmedLSayed9 in #259
Full Changelog: v3.0.0-beta.12...v3.0.0-beta.13
dropdown_button2-v3.0.0-beta.12
What's Changed
- Avoid null assertion on barrierColor by @AhmedLSayed9 in #247
- Add Dropdown builder by @AhmedLSayed9 in #253
- Release by @AhmedLSayed9 in #254
Full Changelog: dropdown_button2-v3.0.0-beta.11...v3.0.0-beta.11
dropdown_button2-v3.0.0-beta.11
What's Changed
- Fix highlight behavior by @AhmedLSayed9 in #185
- Add border radius parameter by @selsapingardi in #188
- Fix inkwell covers error message by @AhmedLSayed9 in #198
- Add support for noResultsWidget in DropdownSearchData by @chayanforyou in #195
- Enhance rendering performance when dealing with big items list by @AhmedLSayed9 in #200
- Fix isExpanded functionality by @AhmedLSayed9 in #206
- Add intrinsicHeight property to DropdownItem by @AhmedLSayed9 in #208
- Possibility to display a dropdown menu centered by @pawlowskim in #228
- Add custom barrier that doesn't cover the dropdown button by @pawlowskim in #229
- Introduce valueListenable and multiValueListenable by @AhmedLSayed9 in #245
- Release by @AhmedLSayed9 in #246
New Contributors
- @selsapingardi made their first contribution in #188
- @chayanforyou made their first contribution in #195
- @pawlowskim made their first contribution in #228
Full Changelog: v2.3.8...dropdown_button2-v3.0.0-beta.11
dropdown_button2-v3.0.0-beta.9
- Update DropdownItem to respect intrinsicHeight.
- Update added menu padding to include button icon.
dropdown_button2-v3.0.0-beta.2
- Add border radius parameter for menu item.