Releases: AhmedLSayed9/dropdown_button2
Releases · AhmedLSayed9/dropdown_button2
v3.0.0-beta.23
What's Changed
- Release v3.0.0-beta.22 by @AhmedLSayed9 in #374
- Avoid dropdown internal FocusNode listener leak when replaced by an e… by @AhmedLSayed9 in #378
- Fix incorrect dropdown position when resizing the window rapidly on web by @AhmedLSayed9 in #396
- Ensure dropdown menu state updated only when mounted by @AhmedLSayed9 in #397
Full Changelog: v3.0.0-beta.22...v3.0.0-beta.23
v3.0.0-beta.22
What's Changed
- Release v3.0.0-beta.21 by @AhmedLSayed9 in #335
- Minor renaming by @AhmedLSayed9 in #341
- Reduce analyze ci concurrency by @AhmedLSayed9 in #342
- Fix errorStyle has no effect for DropdownButtonFormField2 by @AhmedLSayed9 in #344
- DropdownRoutePage should dispose the created ScrollController [Flutte… by @AhmedLSayed9 in https://github.com//pull/345
- Remove 'must be non-null' and 'must not be null' comments [Flutter core] by @AhmedLSayed9 in #346
- Form fields onChange callback should be called on reset [Flutter core] by @AhmedLSayed9 in #347
- Implement switch expressions by @AhmedLSayed9 in #348
- Fix DropdownButtonFormField throws when onChange is null [Flutter core] by @AhmedLSayed9 in #349
- Fix memory leak in CurvedAnimation [Flutter core] by @AhmedLSayed9 in #350
- Avoid Container objects when possible for better performance [Flutter… by @AhmedLSayed9 in https://github.com//pull/351
- Minor renaming by @AhmedLSayed9 in #352
- Add semantics to dropdown menu items [Flutter core] by @AhmedLSayed9 in #353
- Support helperStyle/helperMaxLines/errorMaxLines for DropdownButtonFo… by @AhmedLSayed9 in #354
- Improve DropdownButtonFormField overlays and surroundings by @AhmedLSayed9 in #355
- Support using inputDecoration’s horizontal padding for button and menu items by @AhmedLSayed9 in #356
- Use decoration hint text as the default value for dropdown button hin… by @AhmedLSayed9 in #357
- Update CI workflow to run on stable by @AhmedLSayed9 in #359
- Migrate to formatter page width configuration by @AhmedLSayed9 in #360
- Fix DropdownButtonFormField clips text when large text scale is used … by @AhmedLSayed9 in #361
- Fix DropdownButtonFormField padding when ButtonTheme.alignedDropdown … by @AhmedLSayed9 in #362
- Revert migrating .withOpacity unto .withValues by @AhmedLSayed9 in #363
- Fix formatting by @AhmedLSayed9 in #364
- Update golden files by @AhmedLSayed9 in #366
- Add barrier dismissible to dropdown form field by @AhmedLSayed9 in #367
- Respect button/inputDecoration's borderRadius when barrierCoversButton is false by @AhmedLSayed9 in #368
- Support BorderRadiusDirectional for dropdown menu by @AhmedLSayed9 in #369
- Take InputDecoration's densityOffset into account when determining the button size by @AhmedLSayed9 in #370
- Prevent negative InputDecorationPadding by @AhmedLSayed9 in #371
- Fix dropdownButtonFormField getter by @AhmedLSayed9 in #372
- Fix ButtonRect calculation when inputDecoration.isDense is false by @AhmedLSayed9 in #373
Full Changelog: v3.0.0-beta.21...v3.0.0-beta.22
v3.0.0-beta.21
What's Changed
- Release v3.0.0 beta.20 by @AhmedLSayed9 in #331
- Fix menu limits when using searchable dropdown with separators by @AhmedLSayed9 in #334
Full Changelog: v3.0.0-beta.20...v3.0.0-beta.21
v3.0.0-beta.20
What's Changed
- Release v3.0.0 beta.19 by @AhmedLSayed9 in #325
- Remove an assert from updateSelectedIndex method by @AhmedLSayed9 in #328
- Update examples by @AhmedLSayed9 in #329
Full Changelog: v3.0.0-beta.19...v3.0.0-beta.20
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