harrywan
|
41b843396c
|
feat: qiankun支持多页签keepalive (#117)
* fix: 判断页面权限的path统一从match中拿路由path
* fix: qiankun主应用不改rootContainer
* fix: 消除initialState为空时的warn
* refactor: modifyCreateHistroy更改为modifyCreateHistory
* fix: qiankun支持多页签keepalive
|
2022-04-20 10:35:16 +08:00 |
|
harrywan
|
94c4bb6e4f
|
* feat(plugin-layout): layout支持运行时配置menus (#113)
* feat(plugin-layout): 支持运行时配置menus
* refactor(plugin-model): 去掉provide
* refactor(plugin-layout): 优化runtimeConfig,重新实现运行时menus配置方式,修复多页时setup执行两次的bug
* feat(plugin-layout): 菜单支持配置默认展开等
* refactor: 优化
|
2022-04-11 19:40:16 +08:00 |
|
winixt
|
7fc5d63abd
|
feat: app 入口文件支持 .tsx, .jsx 后缀
|
2021-12-27 10:47:58 +08:00 |
|
winixt
|
37a303c11e
|
sdf
|
2021-12-22 20:10:38 +08:00 |
|
winixt
|
8528e24599
|
feat: 支持pnpm
|
2021-11-16 21:24:25 +08:00 |
|
winixt
|
67b74367ed
|
feat: 优化包依赖 + 优化 fes-plugin-test
|
2021-08-09 14:43:47 +08:00 |
|
harrywan
|
2097206e19
|
fix: modifyHistroy改为modifyCreateHistroy,避免执行不必要的创建初始逻辑路由
|
2021-05-31 17:03:38 +08:00 |
|
winixt
|
ee71681505
|
fix: patchRoutes 重复调用问题
|
2021-05-25 22:21:32 +08:00 |
|
harrywan
|
55f34ad746
|
fix(plugin-qiankun): beforeRender中rootElement未正确获取子应用的rootElement
|
2021-05-18 21:35:16 +08:00 |
|
万纯
|
3737195362
|
feat: memoryHistory
|
2021-04-16 18:59:27 +08:00 |
|
wanchun
|
2e893ae612
|
fix(plugin-qiankun): 修复路由切换时自应用未正确销毁
|
2021-03-28 21:22:00 +08:00 |
|
万纯
|
444ac52e93
|
fix: mountElementId改为app,不带#
|
2021-03-24 19:36:51 +08:00 |
|
万纯
|
d5c267f5d1
|
fix: 修复beforRender中loading动画未正确挂载的问题
|
2021-03-24 15:25:51 +08:00 |
|
万纯
|
170877dcb9
|
feat: plugin-qiankun完成子应用挂载逻辑、主应用提供<MicroApp />加载子应用
|
2021-03-22 16:23:02 +08:00 |
|
bac-joker
|
ea1fca1a77
|
feat: 更改npm包名
|
2021-03-05 17:03:04 +08:00 |
|
万纯
|
c82e562628
|
fix: 优化入口文件中的beforeRender的错误日志
|
2021-03-03 15:10:35 +08:00 |
|
万纯
|
766d09483d
|
fix: coreExports.tpl语法错误。。
|
2021-03-02 18:07:07 +08:00 |
|
万纯
|
fe7284f63c
|
feat: 把vue-router的所有api都暴露出来
|
2021-03-02 11:21:22 +08:00 |
|
万纯
|
bb81f11766
|
feat: plugin-layou实现从rootContainer改为在根路由插入公共布局
好处:
1、布局组件涉及到router-view,需要包裹住router-view,跟rootContainer的默认参数冲突
2、布局组件的内容应该是rootContainer的最底层,但是由于rootContainer的机制,插件循序影响dom结构层级。不能保证布局的内容属于最底层
|
2021-01-06 15:33:21 +08:00 |
|
万纯
|
6eb4bdd050
|
feat: layout支持multiTabs参数
|
2021-01-05 16:18:39 +08:00 |
|
万纯
|
aab55688be
|
feat: plugin提供share机制,重新实现layout和locale的结合
|
2021-01-05 11:16:34 +08:00 |
|
bac-joker
|
e92769aa7d
|
fix: 完善h5脚手架
|
2020-12-25 10:23:31 +08:00 |
|
bac-joker
|
442daebe6b
|
feat: 添加插件集
|
2020-12-19 15:59:38 +08:00 |
|