127 Commits

Author SHA1 Message Date
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
harrywan
5b1553ef58
feat: 页面支持tsx,提供defineRoute配置tsx和jsx的route (#106)
* feat: 页面支持tsx,提供defineRoute配置tsx和jsx的route

* .vue文件也支持defineRouteMeta

* feat: 改回声明用法
2022-03-09 10:27:11 +08:00
qlin
1e033d488f
fix: 编译所有 .vue | .jsx 文件,不管是否在node_modules (#101) 2022-02-22 19:01:42 +08:00
qlin
2981a66218
fix: 解决 windicss 在开发环境 css 加载顺序问题 (#95) 2022-01-26 19:34:02 +08:00
wanchun
2489b9baae docs: 更新文档 2022-01-17 10:15:20 +08:00
wanchun
14a5516c6a docs: 更新文档 2022-01-06 12:57:22 +08:00
wanchun
c998c39559 feat(plugin-layout): 菜单支持配置额外的匹配规则 2022-01-05 16:38:20 +08:00
wanchun
1bfb4b1c1a feat: 当build-in版本变化时,缓存失效 2022-01-05 11:12:09 +08:00
wanchun
955fc633ec docs: 更新文档 2022-01-04 17:19:16 +08:00
harrywan
700b0f9747
feat: 插件改为使用fes-design 2022-01-04 16:19:17 +08:00
winixt
5e5efb276a feat: 将 ignore vue custom block logic move to preset 2021-12-27 19:11:49 +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
7f305bc74b feat: 路由生成支持 .jsx 后缀 2021-12-15 19:38:17 +08:00
harrywan
cca8c79e5f
Merge pull request #79 from WeBankFinTech/windi_css
Windi css
2021-11-18 16:55:54 +08:00
winixt
895e47c857 feat: windicss 2021-11-17 22:48:56 +08:00
winixt
8528e24599 feat: 支持pnpm 2021-11-16 21:24:25 +08:00
harrywan
7a1db0259f
Merge branch 'master' into vue3 2021-11-12 14:33:12 +08:00
harrywan
0f0c646ced feat: 优化按路由导出多html的title逻辑 2021-11-09 20:00:25 +08:00
harrywan
bd4eba275f Merge branch 'vue3' of https://github.com/WeBankFinTech/fes.js into vue3 2021-11-03 14:50:19 +08:00
harrywan
04a33d2c68 feat: 支持按路由编译出.html文件 2021-11-03 14:45:44 +08:00
winixt
57e77d54d4 fix: vue and @vue/compiler-sfc version match problem 2021-09-14 17:00:53 +08:00
hkc452
06fc778bf9
Update generateFiles.js 2021-09-01 21:50:07 +08:00
hkc452
111451a3d2 fix:回收数组 2021-09-01 15:05:48 +08:00
hkc452
0d1c71767a fix: 修复 watch 池为空 2021-09-01 14:59:04 +08:00
winixt
37ab86c7b3 feat: 编译支持 ts 2021-08-25 16:47:52 +08:00
harrywan
8e39dcf2c2 fix: 检测vue和@vue/compiler-sfc的版本,保证一致 2021-08-18 14:23:37 +08:00
winixt
876cac7b9d feat: 优化源码测试 2021-08-13 17:58:13 +08:00
winixt
67b74367ed feat: 优化包依赖 + 优化 fes-plugin-test 2021-08-09 14:43:47 +08:00
harrywan
b4fe951859 feat: patchRoutes延后,放在createRouter之前执行 2021-06-25 15:43:04 +08:00
harrywan
ce68e83aa6 fix: 修复一些小问题 2021-06-23 10:16:35 +08:00
harrywan
bcdccf02db feat: 支持css modules 2021-06-08 14:49:00 +08:00
harrywan
2dd7207abf fix: 3.0的css-minimizer-webpack-plugin不提供sourcemap配置 2021-05-31 20:13:25 +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
winixt
5fa3df704d feat: router name 优化 2021-05-12 20:16:40 +08:00
harrywan
daab4a1b5b feat: 新增plugin-sass 2021-04-23 14:49:00 +08:00
harrywan
ffc88ab656 feat(qiankun): 支持memoryHistory模式,嵌套子应用任意路由页面路由 2021-04-19 20:04:18 +08:00
万纯
3737195362 feat: memoryHistory 2021-04-16 18:59:27 +08:00
万纯
ba3016105d fix: 修复proxy丢失body和fallbackIndex影响proxy的bug 2021-04-09 11:12:23 +08:00
aringlai
182b4820c4 style: update fes-preset-built-in 2021-04-02 12:35:53 +08:00
aringlai
212a761590 style: update fes-preset-built-in 2021-04-02 12:24:46 +08:00
aringlai
80cc0dd491 fix: 文件复制,目标文件夹不存在 2021-04-02 11:35:27 +08:00
万纯
19108db7ce feat: 支持history模式下请求html文件404时fallback到/index.html 2021-03-29 10:48:09 +08:00
wanchun
2e893ae612 fix(plugin-qiankun): 修复路由切换时自应用未正确销毁 2021-03-28 21:22:00 +08:00
wanchun
6b7dc0324a feat: 提供getHistory获取history 2021-03-27 23:39:16 +08:00
wanchun
6e27828b9f fix: 指定webpack-dev-server的socket参数 2021-03-27 13:14:37 +08:00
万纯
619acae65d fix: base默认应该是空字符串 2021-03-25 21:37:16 +08:00