Skip to content

Commit

Permalink
发布 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
listenzz committed Jun 2, 2021
1 parent 1f9dc7a commit 3bc6f8f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 1.7.0

### BreakChanges

- 路由 Handler 现在返回一个 Promise,这是为了可以将 Result 派发到正确的页面

- 重新设计 Result 相关实现,移除了 `requestCode` 参数,受影响的 API 有 `useResult``present``showModal`

### Android specific

- 添加 `scrimAlphaAndroid` 属性,用于配置侧滑返回的遮罩效果

- 动画文件名称变更

## 1.6.4

- 处理 stack 路由存在的问题
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hybrid-navigation",
"description": "React Native Navigation that supports seamless navigation between Native and React.",
"version": "1.6.5",
"version": "1.7.0",
"keywords": [
"react-native",
"navigation",
Expand Down

0 comments on commit 3bc6f8f

Please sign in to comment.