- Add backgroundColor
- Fix clip jank issue
- Use SafeArea like BottomNavigationBar
- Support 2 or less SalomonBottomBarItems
- Add RTL text directionality support
- You can now adjust the button shape with the itemShape constructor argument
- Null safety
- Add selectedColorOpacity
- Use Material icon/primary colors automatically
- Follow BottomNavigationBar API more closely by making currentIndex optional
- Expose duration and curve
- Change SBBItem to SalomonBottomBarItem
- Match hover/highlight/splash/focus colors to selectedColor
- Improve color transitions
- Refactor to use TweenAnimationBuilder
- Make default margin 8px all
- Improve curves/duration adherance to specs.
- Meet all Salomon specifications.
- Mimic
BottomNavigationBar
semantics.