1.2.4 (2018-5-29)

Bug Fixes #

  • 修复当 Route 关闭动画(animate="none")时,返回不刷新页面的问题

1.2.3 (2018-4-26)

Features #

  • 增加 dist

1.2.2 (2018-3-5)

Features #

  • 将异常抛出,便于捕获和收集

1.2.1 (2018-2-2)

Features #

  • 兼容 Qreact

1.2.0 (2018-1-5)

Breaking Changes! #

  • 升级 react 版本至 ^16.2.0,不再支持 react@15。 (c20baf066)

由于本次升级需配置 yo 一起升级,详细说明请查看升级说明

1.1.8 (2017-12-29)

Bug Fixes #

  • withRouter: 修复 componentWillUnmount 中 this 指向不对的 bug (8562d9298)

1.1.7 (2017-05-02)

Bug Fixes #

  • history: 修复 exit 在 native 获取页面堆栈有问题时不生效的 bug (87f00f713)

1.1.6 (2017-03-03)

Features #

  • 新增 withFetch 装饰器,经过装饰的组件将会获得 fetch 方法,它的使用方式与原生的 fetchAPI 十分相似,区别在于在组件Unmount的时候会自动abort掉 正在发送的请求,以及拥有 abort 方法,详情请参考 withFetch 文档。
  • 删除代码中的 ReactTestUtils 依赖,以适配 qreact

1.1.5 (2017-02-13)

Features #

  • 抛出 router 渲染过程中产生的异常 (ceac551)
  • history: 增加渲染导致的异常 (def5fb9)

1.1.5-beta.0 (2017-01-24)

Features #

  • 支持 EnvView no-wrapper 的 hidden 模式 (cd8e54d)
  • 添加 noZIndex 属性,支持不给 view 写 zIndex 属性 (91c8ef6)

1.1.4 (2017-01-24)

Bug Fixes #

  • 统一动画类名为 view (7f9870d)

1.1.4-beta.0 (2017-01-20)

Bug Fixes #

  • history: 修复 exit 和 goBack 在安卓下回退异常的问题 (e6c4425)
  • history: 修复刷新导航太晚的,导致业务刷新失效的问题 (8264f68)

1.1.3 (2017-01-18)

Bug Fixes #

  • history: 修复多个 query 失效的问题 (2bce088)

1.1.2 (2017-01-18)

1.1.2-beta.1 (2017-01-17)

Bug Fixes #

  • hack hysdk 所有参数必须传空对象的问题 (78ffc34)
  • history: 记录单页历史,修复刷新后过场动画问题 (79240f5)
  • router: 修改动画获取方式 (bc5f3db)
  • router: 弃用 transitionGroup,手动处理动画 (044c175)
  • 修复 exit 在安卓下的问题 (3a098b1)
  • 修正 ios 导航监听的 bug (99871b0)

Features #

  • history: 添加 exit 方法直接退出历史 (19eb09e)
  • router: 将样式整合到 class 中 (8df00a7)

1.1.1 (2017-01-12)

Bug Fixes #

  • hack hysdk 所有参数必须传空对象的问题 (6729f96)

1.1.0 (2017-01-09)

1.1.0-beta.0 (2017-01-04)

Bug Fixes #

  • 修复 wechat/hy 下没有历史回退无反应的 bug (ad0cc05)

1.0.7 (2016-12-26)

Bug Fixes #

  • 修复 hash 在 hy 下没有传递数据的 bug (c085ac1)

1.0.6 (2016-12-20)

Bug Fixes #

  • 修复 hy 下 hash 历史没有 query 的 bug (9318e7c)

1.0.5 (2016-12-19)

1.0.4 (2016-12-19)

Features #

  • 修改 router 基础 zIndex,添加 zIndexGap 的配置 (760ad70)

1.0.3 (2016-12-16)

1.0.2 (2016-12-15)

Bug Fixes #

  • history: 仅提供强制单页模式,不自动检测单页 (7aa2416)
  • history: 修改 promise 的补丁 (818a4bc)
  • history: 修改页面动画的 bug (d1ef3d3)
  • Router: 修改 hybridId 为 uniqueKey (adfe31f)

1.0.0 (2016-11-28)

1.0.0-alpha.7 (2016-11-25)

Bug Fixes #

  • history: 修复拼写错误,删除无用代码 (44fe362)
  • router: 修复单页生命周期会移除本组件的 bug (6b63305)

Features #

  • navigator: 添加对 touchable 的模拟支持 (2711006)
  • router: 比较完美的解决了单页里生命周期的问题 (47490b7)

1.0.0-alpha.6 (2016-11-22)

Bug Fixes #

  • history: 提升 hy 环境历史优先级 (1195aeb)
  • history: 调整 goto 为清栈前进 (17df592)
  • Router: 修复动画回退 bug (c2d40e3)

Features #

  • Router: 添加 ViewStack 控制 (29c6388)

1.0.0-alpha5 (2016-11-18)

Bug Fixes #

  • Pass transition hook's arguments correctly (#4123) (70a4272)
  • history: 修复 postfix 截取问题 (ead783b)

Features #

  • cancel pending enter/change hooks on location change (#4063) (684248e)