We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here's the Weekly Digest for umijs/umi:
Last week 28 issues were created. Of these, 19 issues have been closed and 9 issues are still open.
💚 #2433 [Feature Request] method to hook the router and prevent default behavior, by ccckblaze 💚 #2431 antd/umi/dva打包之后路由404怎么搞?base有配置的, by wujunwen1997 💚 #2428 Feat/add ssr without demo, by zhangyuang 💚 #2427 Feat/add ssr, by zhangyuang 💚 #2425 yarn create umi失败 文件名、目录名或卷标语法不正确, by FredaMJ95 💚 #2424 mock 数据在rest里包含queryString不工作, by zxs2162 💚 #2419 执行umi -v,会运行项目中已使用的所有的插件, by xiaohuoni 💚 #2412 [Feature Request] Improve conventional router for complex project: only read index.js, by yutingzhao1991 💚 #2409 区块添加的宏替换能否支持文件名的替换, by astonishqft
❤️ #2432 feat: install dependencies in sub blocks, by yutingzhao1991 ❤️ #2430 feat: export router in @tmp/router, by ikobe ❤️ #2429 fix: umi-build-dev add esprima-extract-comments denpendency, by soolx ❤️ #2426 pages 目录下可以放 services 吗?, by superchow ❤️ #2423 doc: fix uglifyJSOptions e.g., by soolx ❤️ #2422 更新umi的个人建议!!, by li2215890610 ❤️ #2421 prompt cannot block router change, by Lynn0108 ❤️ #2420 fix: Add query to RouterTypes, by yesmeck ❤️ #2418 feat: support block dependencies, by yutingzhao1991 ❤️ #2417 fix: addUmiExports error in hmr, by sorrycc ❤️ #2416 feat(umi-plugin-react): support use string[] in scripts and headScripts configuration, by ycjcl868 ❤️ #2415 难道没有这样的需求在输出的js后面添加参数的?, by JayenLee ❤️ #2414 开发过程中,开发一段时间后,会导致电脑卡顿, by xiaohuoni ❤️ #2413 Model的state没有按照预想的初始化., by CodeloveCode ❤️ #2411 chore: remove esprima and use babal parser for block wirte routes, by yutingzhao1991 ❤️ #2410 fix(umi-types): lost definitions for api.writeTmpFile and config.disableGlobalVariabls, by sorrycc ❤️ #2408 dev环境缓存, by shawn-play ❤️ #2407 feat: insert block import code with babel parser, by yutingzhao1991 ❤️ #2405 yaml语法配置权限路由不生效, by YuetTusi
👍 #2414 开发过程中,开发一段时间后,会导致电脑卡顿, by xiaohuoni It received 👍 x1, 😄 x0, 🎉 x0 and ❤️ x0.
🔈 #2414 开发过程中,开发一段时间后,会导致电脑卡顿, by xiaohuoni It received 12 comments.
Last week, 17 pull requests were created, updated or merged.
Last week, 1 pull request was opened. 💚 #2428 Feat/add ssr without demo, by zhangyuang
Last week, 3 pull requests were updated. 💛 #2427 Feat/add ssr, by zhangyuang 💛 #2227 [WIP] feat(locale): createMockWrapper, by imhele 💛 #1279 fix: modify global-css plugin to make high priority of global css than others (#1002), by dilidili
Last week, 13 pull requests were merged. 💜 #2432 feat: install dependencies in sub blocks, by yutingzhao1991 💜 #2430 feat: export router in @tmp/router, by ikobe 💜 #2429 fix: umi-build-dev add esprima-extract-comments denpendency, by soolx 💜 #2423 doc: fix uglifyJSOptions e.g., by soolx 💜 #2418 feat: support block dependencies, by yutingzhao1991 💜 #2417 fix: addUmiExports error in hmr, by sorrycc 💜 #2416 feat(umi-plugin-react): support use string[] in scripts and headScripts configuration, by ycjcl868 💜 #2411 chore: remove esprima and use babal parser for block wirte routes, by yutingzhao1991 💜 #2410 fix(umi-types): lost definitions for api.writeTmpFile and config.disableGlobalVariabls, by sorrycc 💜 #2407 feat: insert block import code with babel parser, by yutingzhao1991 💜 #2386 feat: pass port to api.afterDevServer, by xiaohuoni 💜 #2355 New setLang function, by chenshuai2144 💜 #2311 feature: umi block v2, by focus7eleven
Last week there were 12 commits. 🛠️ Publish - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] by sorrycc 🛠️ [feature: umi block v2 (#2311) * feat: 支持重复添加区块,修改区块添加逻辑
fix: remove yarn-error
fix: rename exported container name in block entry
feat: read specVersion for compatible old version block (feat: read specVersion for compatible old version block #2367)
feat: 支持重复添加区块,修改区块添加逻辑
rename pkgName to blockName and add blockConfig
feat: read specVersion for compatible old version block
feat: insert block import code with babel parser (feat: insert block import code with babel parser #2407)
improve insertComponent to support more scene
remove babylon
update document
update blockentry tpl
feat: add wrap arg and add comfirm when create a new entry
feat: support block dependencies (feat: support block dependencies #2418)
test: add more test case for improve test coverage
feat: support block config
fix test case for ci
fix: update --no-wrap tip for block
feat: install dependencies in sub blocks (feat: install dependencies in sub blocks #2432)](21701f4) by focus7eleven 🛠️ feat: export router in @tmp/router (#2430) by ikobe 🛠️ fix: umi-build-dev add esprima-extract-comments denpendency (#2429) by soolx 🛠️ doc: fix uglifyJSOptions e.g. (#2423) by soolx 🛠️ feat: pass port to api.afterDevServer (#2386) by xiaohuoni 🛠️ fix: addUmiExports error in hmr (#2417) by sorrycc 🛠️ [feat(umi-plugin-react): support use string[] in scripts and headScripts configuration (feat(umi-plugin-react): support use string[] in scripts and headScripts configuration #2416) * feat: scripts support string Array
doc: scripts](6ed5ecf) by ycjcl868 🛠️ Update .gitignore ignore path like packages/umi-plugin-dva/demo/node_modules by xiaohuoni 🛠️ fix(umi-types): lost definitions for api.writeTmpFile and config.disableGlobalVariabls (#2410) by sorrycc 🛠️ chore: remove esprima use and babal parser for block wirte routes (#2411) by yutingzhao1991 🛠️ [New setLang function (New setLang function #2355) * base use
feat: don't use window.reload
remove umi-plugin-react
fix review waring](2cbd595) by chenshuai2144
Last week there were 8 contributors. 👤 sorrycc 👤 focus7eleven 👤 ikobe 👤 soolx 👤 xiaohuoni 👤 ycjcl868 👤 yutingzhao1991 👤 chenshuai2144
Last week there were 97 stagazers. ⭐ niqingyang ⭐ EuniceShaw ⭐ cocopiza ⭐ vedatkamer ⭐ wilomgfx ⭐ yyolk ⭐ mjroson ⭐ Harperjenn74 ⭐ suckli ⭐ HadiChen ⭐ weisuoke ⭐ CodeloveCode ⭐ zcyberhck ⭐ chuDaxin ⭐ thiennhan2310 ⭐ 3610cn ⭐ ccf19881030 ⭐ WangJM001 ⭐ starrykai ⭐ raymondSeger ⭐ ismailtasdelen ⭐ chengsluo ⭐ HZongLin ⭐ tudou527 ⭐ fuqi1001 ⭐ zyhong ⭐ angeliski ⭐ cuihairu ⭐ szwebsite ⭐ CukeShy ⭐ adkkarlsen ⭐ judithhuang ⭐ soqt ⭐ PureLinda ⭐ icezohu ⭐ pwk901204 ⭐ geek-prince ⭐ billschen ⭐ Monchi ⭐ kyusupov33 ⭐ xg4 ⭐ bernovikes ⭐ fumihumi ⭐ Ryuurock ⭐ RAJESHW ⭐ tchaguitos ⭐ hxuanhung ⭐ bekice ⭐ HongYangHT ⭐ pavelShen ⭐ crazyaguai ⭐ raymondsze ⭐ qhhsy ⭐ gatspy ⭐ chengjingfeng ⭐ zhaohongyan ⭐ moonrailgun ⭐ victorbordo ⭐ zeeonx ⭐ Tillitgone ⭐ luoxiongyu ⭐ WinfredWang ⭐ smk0621 ⭐ uestcNaldo ⭐ Cphayim ⭐ gee1k ⭐ neo-yuanyanjun ⭐ fucbill ⭐ junhey ⭐ ltian7 ⭐ distance321 ⭐ y1sifer ⭐ WangGuangCheng2018 ⭐ onepenny ⭐ frankedout ⭐ idcunyu ⭐ xiaminggen ⭐ ecstAsy ⭐ Southhill ⭐ xiaohuoni ⭐ Ahaaaaaa ⭐ haiercdboy ⭐ lw604217818 ⭐ lucianonooijen ⭐ wyj0208 ⭐ huyibin ⭐ leeboya ⭐ wenlisu ⭐ PeckZeg ⭐ xorob0 ⭐ jserz ⭐ Sua-Park ⭐ rhks5095 ⭐ YaliixxG ⭐ sandin ⭐ tanwei-cc ⭐ csh980717 You all are the stars! 🌟
Last week there was 1 release. 🚀 [email protected]
That's all for last week, please 👀 Watch and ⭐ Star the repository umijs/umi to receive next weekly updates. 😃
You can also view all Weekly Digests by clicking here.
Your Weekly Digest bot. 📆
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here's the Weekly Digest for umijs/umi:
ISSUES
Last week 28 issues were created.
Of these, 19 issues have been closed and 9 issues are still open.
OPEN ISSUES
💚 #2433 [Feature Request] method to hook the router and prevent default behavior, by ccckblaze
💚 #2431 antd/umi/dva打包之后路由404怎么搞?base有配置的, by wujunwen1997
💚 #2428 Feat/add ssr without demo, by zhangyuang
💚 #2427 Feat/add ssr, by zhangyuang
💚 #2425 yarn create umi失败 文件名、目录名或卷标语法不正确, by FredaMJ95
💚 #2424 mock 数据在rest里包含queryString不工作, by zxs2162
💚 #2419 执行umi -v,会运行项目中已使用的所有的插件, by xiaohuoni
💚 #2412 [Feature Request] Improve conventional router for complex project: only read index.js, by yutingzhao1991
💚 #2409 区块添加的宏替换能否支持文件名的替换, by astonishqft
CLOSED ISSUES
❤️ #2432 feat: install dependencies in sub blocks, by yutingzhao1991
❤️ #2430 feat: export router in @tmp/router, by ikobe
❤️ #2429 fix: umi-build-dev add esprima-extract-comments denpendency, by soolx
❤️ #2426 pages 目录下可以放 services 吗?, by superchow
❤️ #2423 doc: fix uglifyJSOptions e.g., by soolx
❤️ #2422 更新umi的个人建议!!, by li2215890610
❤️ #2421 prompt cannot block router change, by Lynn0108
❤️ #2420 fix: Add query to RouterTypes, by yesmeck
❤️ #2418 feat: support block dependencies, by yutingzhao1991
❤️ #2417 fix: addUmiExports error in hmr, by sorrycc
❤️ #2416 feat(umi-plugin-react): support use string[] in scripts and headScripts configuration, by ycjcl868
❤️ #2415 难道没有这样的需求在输出的js后面添加参数的?, by JayenLee
❤️ #2414 开发过程中,开发一段时间后,会导致电脑卡顿, by xiaohuoni
❤️ #2413 Model的state没有按照预想的初始化., by CodeloveCode
❤️ #2411 chore: remove esprima and use babal parser for block wirte routes, by yutingzhao1991
❤️ #2410 fix(umi-types): lost definitions for api.writeTmpFile and config.disableGlobalVariabls, by sorrycc
❤️ #2408 dev环境缓存, by shawn-play
❤️ #2407 feat: insert block import code with babel parser, by yutingzhao1991
❤️ #2405 yaml语法配置权限路由不生效, by YuetTusi
LIKED ISSUE
👍 #2414 开发过程中,开发一段时间后,会导致电脑卡顿, by xiaohuoni
It received 👍 x1, 😄 x0, 🎉 x0 and ❤️ x0.
NOISY ISSUE
🔈 #2414 开发过程中,开发一段时间后,会导致电脑卡顿, by xiaohuoni
It received 12 comments.
PULL REQUESTS
Last week, 17 pull requests were created, updated or merged.
OPEN PULL REQUEST
Last week, 1 pull request was opened.
💚 #2428 Feat/add ssr without demo, by zhangyuang
UPDATED PULL REQUEST
Last week, 3 pull requests were updated.
💛 #2427 Feat/add ssr, by zhangyuang
💛 #2227 [WIP] feat(locale): createMockWrapper, by imhele
💛 #1279 fix: modify global-css plugin to make high priority of global css than others (#1002), by dilidili
MERGED PULL REQUEST
Last week, 13 pull requests were merged.
💜 #2432 feat: install dependencies in sub blocks, by yutingzhao1991
💜 #2430 feat: export router in @tmp/router, by ikobe
💜 #2429 fix: umi-build-dev add esprima-extract-comments denpendency, by soolx
💜 #2423 doc: fix uglifyJSOptions e.g., by soolx
💜 #2418 feat: support block dependencies, by yutingzhao1991
💜 #2417 fix: addUmiExports error in hmr, by sorrycc
💜 #2416 feat(umi-plugin-react): support use string[] in scripts and headScripts configuration, by ycjcl868
💜 #2411 chore: remove esprima and use babal parser for block wirte routes, by yutingzhao1991
💜 #2410 fix(umi-types): lost definitions for api.writeTmpFile and config.disableGlobalVariabls, by sorrycc
💜 #2407 feat: insert block import code with babel parser, by yutingzhao1991
💜 #2386 feat: pass port to api.afterDevServer, by xiaohuoni
💜 #2355 New setLang function, by chenshuai2144
💜 #2311 feature: umi block v2, by focus7eleven
COMMITS
Last week there were 12 commits.
🛠️ Publish - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] by sorrycc
🛠️ [feature: umi block v2 (#2311) * feat: 支持重复添加区块,修改区块添加逻辑
fix: remove yarn-error
fix: rename exported container name in block entry
feat: read specVersion for compatible old version block (feat: read specVersion for compatible old version block #2367)
feat: 支持重复添加区块,修改区块添加逻辑
rename pkgName to blockName and add blockConfig
feat: read specVersion for compatible old version block
feat: insert block import code with babel parser (feat: insert block import code with babel parser #2407)
improve insertComponent to support more scene
remove babylon
update document
update blockentry tpl
feat: add wrap arg and add comfirm when create a new entry
feat: support block dependencies (feat: support block dependencies #2418)
test: add more test case for improve test coverage
feat: support block config
fix test case for ci
fix: update --no-wrap tip for block
feat: install dependencies in sub blocks (feat: install dependencies in sub blocks #2432)](21701f4) by focus7eleven
🛠️ feat: export router in @tmp/router (#2430) by ikobe
🛠️ fix: umi-build-dev add esprima-extract-comments denpendency (#2429) by soolx
🛠️ doc: fix uglifyJSOptions e.g. (#2423) by soolx
🛠️ feat: pass port to api.afterDevServer (#2386) by xiaohuoni
🛠️ fix: addUmiExports error in hmr (#2417) by sorrycc
🛠️ [feat(umi-plugin-react): support use string[] in scripts and headScripts configuration (feat(umi-plugin-react): support use string[] in scripts and headScripts configuration #2416) * feat: scripts support string Array
doc: scripts](6ed5ecf) by ycjcl868
🛠️ Update .gitignore ignore path like packages/umi-plugin-dva/demo/node_modules by xiaohuoni
🛠️ fix(umi-types): lost definitions for api.writeTmpFile and config.disableGlobalVariabls (#2410) by sorrycc
🛠️ chore: remove esprima use and babal parser for block wirte routes (#2411) by yutingzhao1991
🛠️ [New setLang function (New setLang function #2355) * base use
feat: don't use window.reload
remove umi-plugin-react
fix review waring](2cbd595) by chenshuai2144
CONTRIBUTORS
Last week there were 8 contributors.
👤 sorrycc
👤 focus7eleven
👤 ikobe
👤 soolx
👤 xiaohuoni
👤 ycjcl868
👤 yutingzhao1991
👤 chenshuai2144
STARGAZERS
Last week there were 97 stagazers.
⭐ niqingyang
⭐ EuniceShaw
⭐ cocopiza
⭐ vedatkamer
⭐ wilomgfx
⭐ yyolk
⭐ mjroson
⭐ Harperjenn74
⭐ suckli
⭐ HadiChen
⭐ weisuoke
⭐ CodeloveCode
⭐ zcyberhck
⭐ chuDaxin
⭐ thiennhan2310
⭐ 3610cn
⭐ ccf19881030
⭐ WangJM001
⭐ starrykai
⭐ raymondSeger
⭐ ismailtasdelen
⭐ chengsluo
⭐ HZongLin
⭐ tudou527
⭐ fuqi1001
⭐ zyhong
⭐ angeliski
⭐ cuihairu
⭐ szwebsite
⭐ CukeShy
⭐ adkkarlsen
⭐ judithhuang
⭐ soqt
⭐ PureLinda
⭐ icezohu
⭐ pwk901204
⭐ geek-prince
⭐ billschen
⭐ Monchi
⭐ kyusupov33
⭐ xg4
⭐ bernovikes
⭐ fumihumi
⭐ Ryuurock
⭐ RAJESHW
⭐ tchaguitos
⭐ hxuanhung
⭐ bekice
⭐ HongYangHT
⭐ pavelShen
⭐ crazyaguai
⭐ raymondsze
⭐ qhhsy
⭐ gatspy
⭐ chengjingfeng
⭐ zhaohongyan
⭐ moonrailgun
⭐ victorbordo
⭐ zeeonx
⭐ Tillitgone
⭐ luoxiongyu
⭐ WinfredWang
⭐ smk0621
⭐ uestcNaldo
⭐ Cphayim
⭐ gee1k
⭐ neo-yuanyanjun
⭐ fucbill
⭐ junhey
⭐ ltian7
⭐ distance321
⭐ y1sifer
⭐ WangGuangCheng2018
⭐ onepenny
⭐ frankedout
⭐ idcunyu
⭐ xiaminggen
⭐ ecstAsy
⭐ Southhill
⭐ xiaohuoni
⭐ Ahaaaaaa
⭐ haiercdboy
⭐ lw604217818
⭐ lucianonooijen
⭐ wyj0208
⭐ huyibin
⭐ leeboya
⭐ wenlisu
⭐ PeckZeg
⭐ xorob0
⭐ jserz
⭐ Sua-Park
⭐ rhks5095
⭐ YaliixxG
⭐ sandin
⭐ tanwei-cc
⭐ csh980717
You all are the stars! 🌟
RELEASES
Last week there was 1 release.
🚀 [email protected]
That's all for last week, please 👀 Watch and ⭐ Star the repository umijs/umi to receive next weekly updates. 😃
You can also view all Weekly Digests by clicking here.
The text was updated successfully, but these errors were encountered: