Skip to content

Latest commit

 

History

History
418 lines (139 loc) · 14.7 KB

CHANGELOG.md

File metadata and controls

418 lines (139 loc) · 14.7 KB

(2020-06-19)

0.6.1 (2020-06-19)

0.6.0 (2020-06-17)

0.6.0-alpha.3 (2020-06-16)

Bug 修复

  • 修复同步history和navigation的问题 (718a3ed)

0.6.0-alpha.2 (2020-06-15)

Bug 修复

  • 在开发模式下添加polyfill,为react-router-native的Link组件修正propTypes定义错误的问题。 (563e40f)

0.6.0-alpha.1 (2020-06-12)

Bug 修复

  • 修复 onReactNavigationStateChange 传参错误的问题。 (d33de18)

新功能

  • 双向同步history、navigation状态,支持使用 history 或者 navigation 进行命令式跳转。 (3b75b8b)

0.6.0-alpha.0 (2020-06-10)

回滚

  • "docs: change example url to absolute" (c1401ec)

  • "docs: use relative url" (8b37e0b)

  • commit 4f4c006b (f1687d5)

新功能

0.5.2 (2020-05-29)

Bug 修复

  • 解决用户自定义haul.extraBundles为空时,导致haul构建错误的问题 (76700ca)

0.5.1 (2020-05-29)

Bug 修复

  • 修复umi-renderer-react-navigation route path 转换 screen name 时,错误了添加了父级路径的问题 (beda6ea)

0.5.0 (2020-05-29)

新功能

  • 支持在umi配置中,通过haul.extraBundles字段增加用户工程自定义分包;支持在app.[tj]s中,通过运行时配置自定义页面转场过渡动画。 (affdfcc)

  • 支持添加自定义的分包,支持自定义页面转场过渡动画 (fded536)

0.4.2 (2020-05-26)

0.4.1 (2020-05-26)

新功能

  • ios multibundle supporting (9666ab4)

0.4.0 (2020-05-26)

新功能

  • support multiply bundles (0c0c366)

  • 支持使用haul切分多bundle (c45623e)

0.3.4 (2020-05-22)

新功能

0.3.3 (2020-05-21)

0.3.2 (2020-05-21)

0.3.1 (2020-05-20)

Bug 修复

  • 解决umi@3.1.x中api.modifyPaths不生效,absTmpPath的alias依然被设置为'.umi'的问题 (7e394c9)

0.3.0 (2020-05-20)

Bug 修复

0.3.0-alpha.5 (2020-05-20)

新功能

0.3.0-alpha.4 (2020-05-20)

Bug 修复

  • @umijs/runtime 加入 dependencies。 (9fe342d)

    @umijs/runtime必须安装到用户 RN 工程的 node_modules 中,否则 umi 会使用 @umijs/preset-built-in/node_modules 目录中的@umijs/runtime,导致 RN Haste Module 无法加载。

0.3.0-alpha.3 (2020-05-20)

Bug 修复

  • 将umi默认的临时文件目录由.umi修改为:tmp. (8cd3fd4)

    解决:metro/issues/325 这个问题很诡异,直接使用React Native CLI时没问题;但换用expo确加载不到文件。

0.3.0-alpha.2 (2020-05-20)

0.3.0-alpha.1 (2020-05-20)

Bug 修复

  • Unable to resolve .umi/react-native/runtime.ts (82ac1d5)

0.3.0-alpha.0 (2020-05-20)

新功能

  • add NotFound Screen (c4d59ac)

  • support mutiply bundlers: react-native-cli, haul, expo (b9368d2)

0.2.0-alpha.6 (2020-05-19)

0.2.0-alpha.5 (2020-05-18)

0.2.0-alpha.4 (2020-05-18)

Bug 修复

  • 替换@umijs/renderer-react,解决RN Fast Refresh 触发时 umi runtime plugin: rootContainer 未执行的问题 (2cbf82a)

0.2.0-alpha.3 (2020-05-18)

新功能

  • React Naitve CLI hooks supporting (3065d12)

0.2.0-alpha.2 (2020-05-18)

⚠ 破坏性改动

  • 移除子命令:umi watch

重构

  • 扩展umi generate子命令,新增RN Generator:umi g rn。 (3386006)

    • umi g rn --dev:在 NODE_ENV=development 模式下,启动watch进程,监听源码文件变动并重新生成中间代码临时文件。
    • umi g rn:在 NODE_ENV=production 模式下,生成中间代码临时文件。

0.2.0-alpha.1 (2020-05-16)

0.2.0-alpha.0 (2020-05-16)

⚠ 破坏性改动

  • 去除umi dev-rnumi dev-build命令,不再支持chainWebpack配置。新增umi watch命令。

重构

  • 去除第三方haul打包器,换为 RN 官方的 metro。 (c2f1435)

    原因:haul 不支持 Fast Refresh、Live Reloading功能。

0.1.0-alpha.3 (2020-05-15)

新功能

  • Work with HOC: withRouter. (d9f0d49)

0.1.0-alpha.2 (2020-05-14)

Bug 修复

  • add react-router-config (8775653)

0.1.0-alpha.1 (2020-05-14)

0.1.0-alpha.0 (2020-05-14)

⚠ 破坏性改动

新功能

  • 新增umi-preset-react-navigation包,支持使用react-navigation替换react-router。 (9411fd9)

重构

  • remove package: umi-plugin-antd-react-native (018b426)

    Some peer dependencies of @ant-design/react-native were excluded after 4.0.0.

0.0.4-alpha.1 (2020-05-06)

Bug 修复

  • react-native#issue-26958 (549be0e)

0.0.4-alpha.0 (2020-04-29)

Bug 修复

  • use api.modifyConfig to set mountElementId and history as RN's except (ab9349b)

0.0.3-alpha.0 (2020-04-29)

新功能

  • support custom haul configuration (a1552d0)

0.0.2 (2020-04-29)

新功能

  • umi-plugin-antd-react-native (c5d63d1)

  • 支持下列umi配置: (edff808)

    • chainWebpack
    • extraBabelPlugins
    • extraBabelPresets

新增umi-plugin-antd-react-native用于集成@ant-design/react-native

0.0.2-alpha.0 (2020-04-28)

新功能

0.0.1 (2020-04-28)

0.0.1-alpha.2 (2020-04-28)

0.0.1-alpha.1 (2020-04-28)

0.0.1-alpha.0 (2020-04-28)

Bug 修复

新功能