130 Commits

Author SHA1 Message Date
winixt
eba633ac69 refactor: 优化 resolver inner dep and declare type file 2022-03-28 21:03:13 +08:00
winixt
d6703f4a88 refactor: 完成运行时类型改造 2022-03-27 20:10:28 +08:00
winixt
8f59d1612f refactor: 抽离 webpack 构建 2022-03-26 20:24:14 +08:00
winixt
9c4b7b94fd fix: run vite 2022-03-26 14:58:01 +08:00
winixt
622017a5ba feat: 优化构建 2022-03-25 20:31:30 +08:00
harrywan
930541e726 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
e9406e8adc fix: 编译所有 .vue | .jsx 文件,不管是否在node_modules (#101) 2022-02-22 19:01:42 +08:00
qlin
0daa2f1a08 fix: 解决 windicss 在开发环境 css 加载顺序问题 (#95) 2022-01-26 19:34:02 +08:00
wanchun
8f4df811c5 docs: 更新文档 2022-01-17 10:15:20 +08:00
wanchun
2e0a6459d8 docs: 更新文档 2022-01-06 12:57:22 +08:00
wanchun
66494ce4b2 feat(plugin-layout): 菜单支持配置额外的匹配规则 2022-01-05 16:38:20 +08:00
wanchun
d17941ca0a feat: 当build-in版本变化时,缓存失效 2022-01-05 11:12:09 +08:00
wanchun
da7664211f docs: 更新文档 2022-01-04 17:19:16 +08:00
harrywan
52a866415f feat: 插件改为使用fes-design 2022-01-04 16:19:17 +08:00
winixt
ea95dc3496 feat: 将 ignore vue custom block logic move to preset 2021-12-27 19:11:49 +08:00
winixt
b4c74e660e feat: app 入口文件支持 .tsx, .jsx 后缀 2021-12-27 10:47:58 +08:00
winixt
bfb59ac248 sdf 2021-12-22 20:10:38 +08:00
winixt
23c6bdd97b feat: 路由生成支持 .jsx 后缀 2021-12-15 19:38:17 +08:00
harrywan
369c4bd00b Merge pull request #79 from WeBankFinTech/windi_css
Windi css
2021-11-18 16:55:54 +08:00
winixt
47aae4353f feat: windicss 2021-11-17 22:48:56 +08:00
winixt
6fec42a19b feat: 支持pnpm 2021-11-16 21:24:25 +08:00
harrywan
0c93a78b74 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
2b425a90c5 fix: vue and @vue/compiler-sfc version match problem 2021-09-14 17:00:53 +08:00
hkc452
ebf617abe1 Update generateFiles.js 2021-09-01 21:50:07 +08:00
hkc452
590dd5d091 fix:回收数组 2021-09-01 15:05:48 +08:00
hkc452
a532102e37 fix: 修复 watch 池为空 2021-09-01 14:59:04 +08:00
winixt
5c601b470c feat: 编译支持 ts 2021-08-25 16:47:52 +08:00
harrywan
2417910ecb 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