Skip to content

Latest commit

 

History

History
60 lines (33 loc) · 1.14 KB

CHANGELOG.md

File metadata and controls

60 lines (33 loc) · 1.14 KB

[3.3.2] - March 31, 2023

  • Add backgroundColor

[3.3.1] - May 7, 2022

  • Fix clip jank issue

[3.3.0] - March 21, 2022

  • Use SafeArea like BottomNavigationBar
  • Support 2 or less SalomonBottomBarItems

[3.2.0] - December 9, 2021

  • Add RTL text directionality support

[3.1.0] - June 17, 2021

  • You can now adjust the button shape with the itemShape constructor argument

[3.0.0] - March 9, 2021

  • Null safety

[2.0.1] - January 30, 2021

  • Add selectedColorOpacity

[2.0.0] - September 13, 2020

  • Use Material icon/primary colors automatically
  • Follow BottomNavigationBar API more closely by making currentIndex optional
  • Expose duration and curve
  • Change SBBItem to SalomonBottomBarItem

[1.0.6] - May 18, 2020

  • Match hover/highlight/splash/focus colors to selectedColor

[1.0.5] - May 18, 2020

  • Improve color transitions

[1.0.4] - May 18, 2020

  • Refactor to use TweenAnimationBuilder

[1.0.3] - May 17, 2020

  • Make default margin 8px all

[1.0.2] - May 17, 2020

  • Improve curves/duration adherance to specs.

[1.0.1] - May 17, 2020

  • Meet all Salomon specifications.
  • Mimic BottomNavigationBar semantics.