|
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 |
2 | 9 |
|
3 | 10 | * Fix: use `addPostFrameCallback` to avoid unnecessary frame callback.
|
4 | 11 | * The param `wantKeepAlive` in `ChildPageLifecycleWrapper` is not required now.
|
5 | 12 | * Export some mixins.
|
6 | 13 |
|
7 |
| -## [0.7.0] - 2023/04/23. |
| 14 | +## [0.7.0] - 2023/04/23 |
8 | 15 |
|
9 | 16 | * Added: `iterateRoutes()`, `removeRoute()`.
|
10 | 17 | * Deprecated: `findRoute()`, `removeNamed()`.
|
11 | 18 |
|
12 |
| -## [0.6.0] - 2022/07/01. |
| 19 | +## [0.6.0] - 2022/07/01 |
13 | 20 |
|
14 | 21 | * Fix issue #23.
|
15 | 22 |
|
16 |
| -## [0.5.0] - 2022/05/16. |
| 23 | +## [0.5.0] - 2022/05/16 |
17 | 24 |
|
18 | 25 | * Flutter 3.
|
19 | 26 |
|
20 |
| -## [0.4.4] - 2022/04/20. |
| 27 | +## [0.4.4] - 2022/04/20 |
21 | 28 |
|
22 | 29 | * issue #20. Fix error `Concurrent modification during iteration`.
|
23 | 30 |
|
24 |
| -## [0.4.3] - 2022/02/17. |
| 31 | +## [0.4.3] - 2022/02/17 |
25 | 32 |
|
26 | 33 | * issue #19.
|
27 | 34 |
|
28 |
| -## [0.4.2] - 2021/12/03. |
| 35 | +## [0.4.2] - 2021/12/03 |
29 | 36 |
|
30 | 37 | * issue #16.
|
31 | 38 |
|
32 |
| -## [0.4.1] - 2021/11/04. |
| 39 | +## [0.4.1] - 2021/11/04 |
33 | 40 |
|
34 | 41 | * Fix a null cast error.
|
35 | 42 |
|
36 |
| -## [0.4.0] - 2021/10/22. |
| 43 | +## [0.4.0] - 2021/10/22 |
37 | 44 |
|
38 | 45 | * ScrollView item lifecycle support.
|
39 | 46 | * Rename `ParentPageLifecycleWrapper` to `PageViewLifecycleWrapper` and remove required param `controller`.
|
40 | 47 |
|
41 |
| -## [0.3.4] - 2021/10/09. |
| 48 | +## [0.3.4] - 2021/10/09 |
42 | 49 |
|
43 | 50 | * Ensure that `inactive`and `invisible` occurs when single `pop` triggered.
|
44 | 51 |
|
45 |
| -## [0.3.3] - 2021/09/29. |
| 52 | +## [0.3.3] - 2021/09/29 |
46 | 53 |
|
47 | 54 | * Fix issue #9.
|
48 | 55 |
|
49 |
| -## [0.3.2] - 2021/09/23. |
| 56 | +## [0.3.2] - 2021/09/23 |
50 | 57 |
|
51 | 58 | * NEW API: `findRoute(String routeName)`.
|
52 | 59 | * Add `flutter_lints`.
|
53 | 60 |
|
54 |
| -## [0.3.1] - 2021/09/01. |
| 61 | +## [0.3.1] - 2021/09/01 |
55 | 62 |
|
56 | 63 | * Bug fixes.
|
57 | 64 | * Opt: events callback immediately when tab bar changed.
|
58 | 65 |
|
59 |
| -## [0.3.0] - 2021/08/31. |
| 66 | +## [0.3.0] - 2021/08/31 |
60 | 67 |
|
61 | 68 | **Breaking changes:**
|
62 | 69 |
|
63 | 70 | * More reasonable lifecycle events just like Android platform.
|
64 | 71 |
|
65 |
| -## [0.2.0] - 2021/04/12. |
| 72 | +## [0.2.0] - 2021/04/12 |
66 | 73 |
|
67 | 74 | * Null safety.
|
68 | 75 |
|
69 |
| -## [0.1.1+1] - 2020/12/30. |
| 76 | +## [0.1.1+1] - 2020/12/30 |
70 | 77 |
|
71 | 78 | * Fix a NPE caused by debug log.
|
72 | 79 |
|
73 |
| -## [0.1.0] - 2020/12/21. |
| 80 | +## [0.1.0] - 2020/12/21 |
74 | 81 |
|
75 | 82 | * Emit `push` after `initState` and `pop` before `dispose`.
|
76 | 83 | * Optimize events delivery in nested page view.
|
77 | 84 |
|
78 |
| -## [0.0.6] - 2020/10/28. |
| 85 | +## [0.0.6] - 2020/10/28 |
79 | 86 |
|
80 | 87 | * Bug fix.
|
81 | 88 |
|
82 |
| -## [0.0.5] - 2020/10/15. |
| 89 | +## [0.0.5] - 2020/10/15 |
83 | 90 |
|
84 | 91 | * Support usage of `Navigator` widget.
|
85 | 92 |
|
86 |
| -## [0.0.4] - 2020/09/27. |
| 93 | +## [0.0.4] - 2020/09/27 |
87 | 94 |
|
88 | 95 | * Remove the `active` event which sent manually after page view pushed.
|
89 | 96 |
|
90 |
| -## [0.0.3] - 2020/09/24. |
| 97 | +## [0.0.3] - 2020/09/24 |
91 | 98 |
|
92 | 99 | * Fix bugs in nested page view.
|
93 | 100 |
|
94 |
| -## [0.0.2] - 2020/09/23. |
| 101 | +## [0.0.2] - 2020/09/23 |
95 | 102 |
|
96 | 103 | * Support nested page view.
|
97 | 104 |
|
98 |
| -## [0.0.1] - 2020/09/23. |
| 105 | +## [0.0.1] - 2020/09/23 |
99 | 106 |
|
100 | 107 | * Initial release.
|
0 commit comments