Skip to content

Commit bbe1775

Browse files
committed
Update CHANGELOG
1 parent 1508aa3 commit bbe1775

File tree

2 files changed

+31
-24
lines changed

2 files changed

+31
-24
lines changed

.pubignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ pubspec.lock
1919
.pub/
2020
build/
2121

22-
example/
22+
# example/

CHANGELOG.md

+30-23
Original file line numberDiff line numberDiff line change
@@ -1,100 +1,107 @@
1-
## [0.8.0] - 2023/08/23.
1+
# Changelog
2+
3+
## [0.9.0] - 2024/09/04
4+
5+
* Fix issue #26: both onVisible and onInvisible were not called on web platform.
6+
* Bump flutter version to 3.13.0.
7+
8+
## [0.8.0] - 2023/08/23
29

310
* Fix: use `addPostFrameCallback` to avoid unnecessary frame callback.
411
* The param `wantKeepAlive` in `ChildPageLifecycleWrapper` is not required now.
512
* Export some mixins.
613

7-
## [0.7.0] - 2023/04/23.
14+
## [0.7.0] - 2023/04/23
815

916
* Added: `iterateRoutes()`, `removeRoute()`.
1017
* Deprecated: `findRoute()`, `removeNamed()`.
1118

12-
## [0.6.0] - 2022/07/01.
19+
## [0.6.0] - 2022/07/01
1320

1421
* Fix issue #23.
1522

16-
## [0.5.0] - 2022/05/16.
23+
## [0.5.0] - 2022/05/16
1724

1825
* Flutter 3.
1926

20-
## [0.4.4] - 2022/04/20.
27+
## [0.4.4] - 2022/04/20
2128

2229
* issue #20. Fix error `Concurrent modification during iteration`.
2330

24-
## [0.4.3] - 2022/02/17.
31+
## [0.4.3] - 2022/02/17
2532

2633
* issue #19.
2734

28-
## [0.4.2] - 2021/12/03.
35+
## [0.4.2] - 2021/12/03
2936

3037
* issue #16.
3138

32-
## [0.4.1] - 2021/11/04.
39+
## [0.4.1] - 2021/11/04
3340

3441
* Fix a null cast error.
3542

36-
## [0.4.0] - 2021/10/22.
43+
## [0.4.0] - 2021/10/22
3744

3845
* ScrollView item lifecycle support.
3946
* Rename `ParentPageLifecycleWrapper` to `PageViewLifecycleWrapper` and remove required param `controller`.
4047

41-
## [0.3.4] - 2021/10/09.
48+
## [0.3.4] - 2021/10/09
4249

4350
* Ensure that `inactive`and `invisible` occurs when single `pop` triggered.
4451

45-
## [0.3.3] - 2021/09/29.
52+
## [0.3.3] - 2021/09/29
4653

4754
* Fix issue #9.
4855

49-
## [0.3.2] - 2021/09/23.
56+
## [0.3.2] - 2021/09/23
5057

5158
* NEW API: `findRoute(String routeName)`.
5259
* Add `flutter_lints`.
5360

54-
## [0.3.1] - 2021/09/01.
61+
## [0.3.1] - 2021/09/01
5562

5663
* Bug fixes.
5764
* Opt: events callback immediately when tab bar changed.
5865

59-
## [0.3.0] - 2021/08/31.
66+
## [0.3.0] - 2021/08/31
6067

6168
**Breaking changes:**
6269

6370
* More reasonable lifecycle events just like Android platform.
6471

65-
## [0.2.0] - 2021/04/12.
72+
## [0.2.0] - 2021/04/12
6673

6774
* Null safety.
6875

69-
## [0.1.1+1] - 2020/12/30.
76+
## [0.1.1+1] - 2020/12/30
7077

7178
* Fix a NPE caused by debug log.
7279

73-
## [0.1.0] - 2020/12/21.
80+
## [0.1.0] - 2020/12/21
7481

7582
* Emit `push` after `initState` and `pop` before `dispose`.
7683
* Optimize events delivery in nested page view.
7784

78-
## [0.0.6] - 2020/10/28.
85+
## [0.0.6] - 2020/10/28
7986

8087
* Bug fix.
8188

82-
## [0.0.5] - 2020/10/15.
89+
## [0.0.5] - 2020/10/15
8390

8491
* Support usage of `Navigator` widget.
8592

86-
## [0.0.4] - 2020/09/27.
93+
## [0.0.4] - 2020/09/27
8794

8895
* Remove the `active` event which sent manually after page view pushed.
8996

90-
## [0.0.3] - 2020/09/24.
97+
## [0.0.3] - 2020/09/24
9198

9299
* Fix bugs in nested page view.
93100

94-
## [0.0.2] - 2020/09/23.
101+
## [0.0.2] - 2020/09/23
95102

96103
* Support nested page view.
97104

98-
## [0.0.1] - 2020/09/23.
105+
## [0.0.1] - 2020/09/23
99106

100107
* Initial release.

0 commit comments

Comments
 (0)