1
+ ## 4.7.0
2
+
3
+ - fix: pageModuleContext = true not working
4
+ - feat: do not change navigation bar hidden status except NavigatorNavigationController
5
+
1
6
## 4.6.4
7
+
2
8
- fix: NavigatorWillPopMixin not working when pop
3
9
4
10
## 4.6.3
11
+
5
12
- fix: push url with query parameter will not get pop result
6
13
7
14
## 4.6.2
15
+
8
16
- faet: call onJsonableRegister
9
17
- style: remove paremeter final
10
18
11
19
## 4.6.1
20
+
12
21
- faet: add registerJsonable
13
22
14
23
## 4.6.0
24
+
15
25
- feat: add ModuleJsonable
16
26
17
27
## 4.5.3
28
+
18
29
- fix: StreamTransfer type error
19
30
20
31
## 4.5.2
32
+
21
33
- feat: remove on method check schema exists
22
34
23
35
## 4.5.1
36
+
24
37
- feat: add onWithNull
25
38
26
39
## 4.5.0
40
+
27
41
- refactor: The on method of ModuleContext can now return null, and remove will sink null
28
42
29
43
## 4.4.7
44
+
30
45
fix: remove transitionPage pop transition
31
46
32
47
## 4.4.6
33
- fix: push single failed on Null is not a subtype of type Future<bool >
48
+
49
+ fix: push single failed on Null is not a subtype of type Future<bool >
34
50
35
51
## 4.4.5
52
+
36
53
feat: add NavigatorPushBeginHandle api
37
54
38
55
## 4.4.3
56
+
39
57
fix: exception caused by calling canPop when the iOS native vc is at the top
40
58
41
59
## 4.4.2
60
+
42
61
feat: NavigatorWillPopMixin check on didReplace
43
62
44
63
## 4.4.1
64
+
45
65
fix: navigation future queue not working
46
66
47
67
## 4.4.0
68
+
48
69
refactor: routing method implementation of future queue
49
70
fix: NavigatorNavigationController.delegate not set correctly
50
71
51
72
## 4.3.1
73
+
52
74
fix: pop Navigator route twice
53
75
54
76
## 4.3.0
77
+
55
78
feat: add popFlutter
56
79
fix: android pop failed when activity isFinishing
57
80
58
81
## 4.2.2
82
+
59
83
fix: didDisappear last route not working for ios release
60
84
61
85
## 4.2.1
86
+
62
87
fix: duplicate call NavigatorRouteObservers selector
63
88
64
89
## 4.2.0
90
+
65
91
feat: add onModuleInitStart and onModuleInitEnd
66
- refactor: route url logic
92
+ refactor: route url logic
67
93
68
94
## 4.1.1
95
+
69
96
fix: detach FlutterView first
70
97
fix: popTo url match
71
98
fix: move reattach to FlutterFragment onStart
72
99
fix: crash on holder null
73
100
fix: FlutterEngine has been attached to by another activity
74
101
75
102
## 4.1.0
103
+
76
104
feat: support push animated
77
105
fix: ios maybe pop causes route history miss match
78
106
79
107
## 4.0.0
108
+
80
109
feat: remove lightweight engine mode and support single engine mode
81
110
82
111
## 3.16.4
112
+
83
113
fix: handler can't handled
84
114
85
115
## 3.16.3
116
+
86
117
feat: custom route handler can be handled
87
118
88
119
## 3.16.2
120
+
89
121
fix: removeBelowUntil and removeBelowUntilFirst not remove top
90
122
91
123
## 3.16.1
124
+
92
125
- fix: android hybrid navigation disabled not working
93
126
94
127
## 3.16.0
128
+
95
129
- feat: android supports whether to enable hybrid navigation
96
130
97
131
## 3.15.7
132
+
98
133
- feat: registerRouteCustomHandler template can be repeated
99
134
100
135
## 3.15.6
136
+
101
137
- fix: quickly clicking the back button of android may cause an exception
102
138
103
139
## 3.15.5
140
+
104
141
- fix: pushSingle no need to check lastRoute
105
142
106
143
## 3.15.4
144
+
107
145
- fix: ModuleContext.on called after ModuleContext.set will trigger two callbacks at the beginning
108
146
109
147
## 3.15.3
148
+
110
149
- fix: miss disappear when page pop
111
150
112
151
## 3.15.2
152
+
113
153
- fix: revert update TabBarView
114
154
115
155
## 3.15.1
156
+
116
157
- fix: no DefaultTabController.maybeOf
117
158
118
159
## 3.15.0
160
+
119
161
- feat: 适配 Flutter 3.7.6
120
162
121
163
## 3.14.9
164
+
122
165
- refactor: root page didAppear not trigger on init
123
166
- feat: add toSimpleList, toSimpleMap
124
167
125
168
## 3.14.8
169
+
126
170
- fix: NavigatorWillPop not working
127
171
- refactor: rm urls from NavigatorRoutePush
128
172
- feat: add NavigatorRoutePushMixin
@@ -143,7 +187,7 @@ fix: removeBelowUntil and removeBelowUntilFirst not remove top
143
187
144
188
## 3.14.5
145
189
146
- - fix: https://developer.apple.com/forums/thread/714608
190
+ - fix: < https://developer.apple.com/forums/thread/714608 >
147
191
- chore: add runOnce for restart button
148
192
149
193
## 3.14.4
@@ -171,7 +215,7 @@ fix: removeBelowUntil and removeBelowUntilFirst not remove top
171
215
172
216
- fix: android back click not working
173
217
- fix: NavigatorPageLifecycleMixin not working on const widget
174
- - fix: NavigatorPageLifecycleMixin first init didAppear
218
+ - fix: NavigatorPageLifecycleMixin first init didAppear
175
219
- fix: NavigatorPageLifecycleMixin still working when widget not correct dispose
176
220
- fix: observers concurrent modification during iteration
177
221
- feat: support didPopRoute in page
@@ -185,13 +229,13 @@ fix: removeBelowUntil and removeBelowUntilFirst not remove top
185
229
- feat: auto restart
186
230
- feat: support android hot restart
187
231
- fix: maybePop can not pop in some case
188
- - refactor: rm /home can be optional logic
189
- - feat: handle didUpdateWidget for NavigatorRoutePush state
232
+ - refactor: rm /home can be optional logic
233
+ - feat: handle didUpdateWidget for NavigatorRoutePush state
190
234
- feat: handle didChangeDependencies for NavigatorPageLifecycleMixin
191
- - feat: handle didUpdateWidget for NavigatorPageNotify
235
+ - feat: handle didUpdateWidget for NavigatorPageNotify
192
236
- feat: android support fragment
193
237
- fix: routeSettings for NavigatorPageView not refresh
194
- - feat: make page view lifecycle work for NavigatorPageObserver
238
+ - feat: make page view lifecycle work for NavigatorPageObserver
195
239
- feat: support root page WillPopScope
196
240
- fix: kline land not trigger WillPopScope
197
241
0 commit comments