Skip to content

Commit

Permalink
[bump] v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandro Lovnički committed Nov 3, 2020
1 parent bf0d81b commit 6c19cb2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.4.0] - 3.11.2020.

- expose some `State` methods for switching tabs from outside
- enable the usage of `BorderRadius` at `ContainerIndicator`, instead of just `double`
- move `tabBarPosition` and `tabBarAlignment` into `TabBarProperties`
- rename `backgroundDecoration` to `backgroundStack` and enhance usage possibilities to arbitrary `Stack` instead of just `BoxDecoration`
- implement `TabBarPosition.left` and `TabBarPosition.right`

## [0.3.2] - 1.11.2020.

- format code with `dartfmt`
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: contained_tab_bar_view
description: ContainedTabBarView encapsulates TabController, TabBar and TabBarView into a single, easy to use Widget.
version: 0.3.2
version: 0.4.0
homepage: https://github.com/slovnicki/contained_tab_bar_view
repository: https://github.com/slovnicki/contained_tab_bar_view

Expand Down

0 comments on commit 6c19cb2

Please sign in to comment.