File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 5.2.1] - 2024-04-10
8+ ### Fixed
9+ - Navbar got clipped and thus didnt show a boxShadow
10+
711## [ 5.2.0] - 2024-04-03
812### Changed
913- Mark onWillPop as deprecated
@@ -551,6 +555,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
551555- Includes platform specific behavior as an option (specify it in the two navigator functions).
552556- Based on flutter's Cupertino(iOS) bottom navigation bar.
553557
558+ [ 5.2.1 ] : https://github.com/jb3rndt/PersistentBottomNavBarV2/compare/5.2.0...5.2.1
554559[ 5.2.0 ] : https://github.com/jb3rndt/PersistentBottomNavBarV2/compare/5.1.0...5.2.0
555560[ 5.1.0 ] : https://github.com/jb3rndt/PersistentBottomNavBarV2/compare/5.0.0...5.1.0
556561[ 5.0.0 ] : https://github.com/jb3rndt/PersistentBottomNavBarV2/compare/5.0.0-beta.10...5.0.0
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ packages:
166166 path: ".."
167167 relative: true
168168 source: path
169- version: "5.2.0 "
169+ version: "5.2.1 "
170170 sky_engine:
171171 dependency: transitive
172172 description: flutter
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: A highly customizable bottom navigation bar for Flutter. Includes 1
33
44homepage : https://github.com/jb3rndt/PersistentBottomNavBarV2
55repository : https://github.com/jb3rndt/PersistentBottomNavBarV2
6- version : 5.2.0
6+ version : 5.2.1
77
88environment :
99 sdk : " >=3.0.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments