Skip to content

Commit

Permalink
Version 5.0.0-beta.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jb3rndt committed Mar 13, 2024
1 parent 738c744 commit c9473fa
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.2.8] - 2023-03-27
## [5.0.0-beta.10] - 2024-03-13
### Changed
- Rename ItemConfig color attributes

### Fixed
- Remove label padding in simple style
- Check if context is non-null before popping all screens
- Make PersistentTabConfig.noScreen onPressed mandatory

## [5.0.0-beta.9] - 2024-03-04
## [5.0.0-beta.8] - 2024-01-15
Expand All @@ -30,6 +31,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Tab slide animation no longer shows intermediate tabs in the slide animation when switching to non adjacent tabs

## [4.2.8] - 2023-03-27
### Fixed
- Remove label padding in simple style
- Check if context is non-null before popping all screens

## [5.0.0-beta.5] - 2023-02-27
### Added
- Tab history when using android back button
Expand Down Expand Up @@ -516,11 +522,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Includes platform specific behavior as an option (specify it in the two navigator functions).
- Based on flutter's Cupertino(iOS) bottom navigation bar.

[4.2.8]: https://github.com/jb3rndt/PersistentBottomNavBarV2/compare/4.2.7...4.2.8
[5.0.0-beta.10]: https://github.com/jb3rndt/PersistentBottomNavBarV2/compare/5.0.0-beta.9...5.0.0-beta.10
[5.0.0-beta.9]: https://github.com/jb3rndt/PersistentBottomNavBarV2/compare/5.0.0-beta.8...5.0.0-beta.9
[5.0.0-beta.8]: https://github.com/jb3rndt/PersistentBottomNavBarV2/compare/5.0.0-beta.7...5.0.0-beta.8
[5.0.0-beta.7]: https://github.com/jb3rndt/PersistentBottomNavBarV2/compare/5.0.0-beta.6...5.0.0-beta.7
[5.0.0-beta.6]: https://github.com/jb3rndt/PersistentBottomNavBarV2/compare/5.0.0-beta.5...5.0.0-beta.6
[4.2.8]: https://github.com/jb3rndt/PersistentBottomNavBarV2/compare/4.2.7...4.2.8
[5.0.0-beta.5]: https://github.com/jb3rndt/PersistentBottomNavBarV2/compare/5.0.0-beta.4...5.0.0-beta.5
[5.0.0-beta.4]: https://github.com/jb3rndt/PersistentBottomNavBarV2/compare/5.0.0-beta.3...5.0.0-beta.4
[5.0.0-beta.3]: https://github.com/jb3rndt/PersistentBottomNavBarV2/compare/5.0.0-beta.2...5.0.0-beta.3
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ packages:
path: ".."
relative: true
source: path
version: "5.0.0-beta.9"
version: "5.0.0-beta.10"
sky_engine:
dependency: transitive
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A highly customizable bottom navigation bar for Flutter. It is ship

homepage: https://github.com/jb3rndt/PersistentBottomNavBarV2
repository: https://github.com/jb3rndt/PersistentBottomNavBarV2
version: 5.0.0-beta.9
version: 5.0.0-beta.10

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down

0 comments on commit c9473fa

Please sign in to comment.