Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

32 lines (25 loc) · 1.06 KB

1.1.1

  • Prevent first item to be highlighted when there's no item selected on web and desktop mode (when FocusHighlightMode is set to traditional).
  • Prevent button's color to change to focusColor when selecting items on web and desktop mode (when FocusHighlightMode is set to traditional).

1.1.0

Breaking Changes:

  • Rename itemWidth to dropdownWidth for clearness.
  • Prevent items from going beyond the menu rounded border boundaries when scrolling.
  • Remove borderRadius from first and last item of the dropdown menu.
  • Change List.from to List.of "Dart lint".
  • Update README.

1.0.7

  • BoxShadow can now be added to dropdownDecoration, and if so, it will be used instead of dropdownElevation.

1.0.6

  • Update README

1.0.5

  • Change some parameters names to be more clear.
  • Add dropdown decoration as BoxDecoration parameter.
  • Add Options table to README.
  • Add "How to use DropdownButton2 with dividers" to README Examples.

1.0.2

  • Add "How to use DropdownButtonFormField2 with Form" to README Examples.

1.0.1

  • Update README

1.0.0

  • initRelease