Skip to content

Commit

Permalink
dock: update version to 0.4.2-pre.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGong2013 committed Nov 23, 2020
1 parent 2540ed3 commit 1912362
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# 0.4.1-pre.1
# 0.4.2-pre.0

* Support activity all launch modes
* Support custom transition animation
* Support transparent background

## 0.4.1-pre.1

* Support Activity animation
* Support Fragment
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@ _Flutter **stable channel** 发布后 **一周内**适配发布对应的`g_farad
- [x] 支持所有`Navigator`特性
- [x] [页面间回调](docs/callback.md)
- [x] [iOS导航条自动隐藏/显示](docs/ios_navigation_bar.md)
- [x] iOS完美支持`push``present`
- [x] Android完美支持`Activity``Fragment`
- [ ] Android支持`FlutterView`
- [x] iOS支持`push``present`
- [x] Android支持`Activity``Fragment`
- [ ] Android`FlutterView`
- [x] `WillPopScope`拦截滑动返回(ios)或者返回按键键(android)
- [x] [发送/接收全局通知](doc/notification.md)
- [x] 支持自定义页面切换动画
- [ ] 监听页面生命周期
- [x] 完整的文档(7/10)

Expand All @@ -53,7 +54,7 @@ _Flutter **stable channel** 发布后 **一周内**适配发布对应的`g_farad
``` yaml
dependencies:
# 请确认与本地Flutter兼容的版本
g_faraday: ^0.4.1
g_faraday: ^0.4.2-pre.0
```
### Flutter 端集成
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.4.1"
version: "0.4.2-pre.0"
g_json:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: g_faraday
description: A plugin for building hybrid stack apps with flutter
version: 0.4.1
description: A very simple plugin for building hybrid stack apps with flutter
version: 0.4.2-pre.0
homepage: https://github.com/gfaraday/g_faraday

environment:
Expand Down

0 comments on commit 1912362

Please sign in to comment.