0.6.1 (2020-06-19)
0.6.0 (2020-06-17)
0.6.0-alpha.3 (2020-06-16)
- 修复同步history和navigation的问题 (718a3ed)
0.6.0-alpha.2 (2020-06-15)
- 在开发模式下添加polyfill,为react-router-native的Link组件修正propTypes定义错误的问题。 (563e40f)
0.6.0-alpha.1 (2020-06-12)
- 修复 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)
- 支持umi define配置 (ad5d6c1)
0.5.2 (2020-05-29)
- 解决用户自定义haul.extraBundles为空时,导致haul构建错误的问题 (76700ca)
0.5.1 (2020-05-29)
- 修复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)
0.3.4 (2020-05-22)
- support haul (fa230d2)
0.3.3 (2020-05-21)
0.3.2 (2020-05-21)
0.3.1 (2020-05-20)
0.3.0 (2020-05-20)
- Windows path (a1c7801)
0.3.0-alpha.5 (2020-05-20)
0.3.0-alpha.4 (2020-05-20)
-
将
@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)
-
将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)
- Unable to resolve .umi/react-native/runtime.ts (82ac1d5)
0.3.0-alpha.0 (2020-05-20)
0.2.0-alpha.6 (2020-05-19)
0.2.0-alpha.5 (2020-05-18)
0.2.0-alpha.4 (2020-05-18)
- 替换@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-rn
和umi 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)
- add react-router-config (8775653)
0.1.0-alpha.1 (2020-05-14)
0.1.0-alpha.0 (2020-05-14)
- You need to follow the installation document to install
@ant-design/react-native
directly.
- 新增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)
- react-native#issue-26958 (549be0e)
0.0.4-alpha.0 (2020-04-29)
- 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)
- @umijs/plugin-dva (ad49ec4)
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)
- can not find haul (fbf5c13)