Skip to content

Commit 8193c50

Browse files
committed
Support route interceptor;Add RouteLifecycleState provides lifecycle management for routes; Add GlobalNavigator manages global navigation actions
1 parent e53389f commit 8193c50

File tree

90 files changed

+3204
-98
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+3204
-98
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ build/
1010

1111
# Directory created by dartdoc
1212
doc/api/
13+
.DS_Store

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 10.1.0
2+
3+
* Support route interceptor
4+
* Add `RouteLifecycleState` provides lifecycle management for routes
5+
* Add `GlobalNavigator` manages global navigation actions
6+
17
## 10.0.10
28

39
* fix issue that Unsupported operation: Cannot remove from a fixed-length list on --no-fast-mode #40

0 commit comments

Comments
 (0)