|
19 | 19 | -->
|
20 | 20 |
|
21 | 21 | 🚀 欢迎`Star`,后续会不断更新。
|
22 |
| -🇨🇳 最后更新日期:2️⃣0️⃣2️⃣1️⃣`/`0️⃣9️⃣ |
| 22 | +🇨🇳 最后更新日期:2️⃣0️⃣2️⃣1️⃣`/`1️⃣0️⃣ |
| 23 | +🇨🇳🇨🇳🇨🇳🇨🇳🇨🇳🇨🇳🇨🇳🇨🇳🇨🇳🇨🇳🇨🇳🇨🇳🇨🇳🇨🇳🇨🇳 |
23 | 24 |
|
24 | 25 | 2021年您好,(*´▽`)ノノ*),继续前行!
|
25 | 26 | 【2021】 ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡-------------- 【2022】
|
@@ -75,22 +76,15 @@ Vue 3 中最主要的新特性:组合式 API,已经可以借助 https://gith
|
75 | 76 |
|
76 | 77 |  yyx990803
|
77 | 78 |
|
78 |
| -3.2.11](https://github.com/vuejs/vue-next/compare/v3.2.10...v3.2.11) (2021-09-08) |
| 79 | +[3.2.19](https://github.com/vuejs/vue-next/compare/v3.2.18...v3.2.19) (2021-09-25) |
79 | 80 |
|
80 |
| -**Bug Fixes** |
| 81 | +* **compiler-core:** should treat attribute key as expression ([#4658](https://github.com/vuejs/vue-next/issues/4658)) ([7aa0ea0](https://github.com/vuejs/vue-next/commit/7aa0ea06c822d84a1d43b40cf5643b983aae6d36)) |
| 82 | +* **server-renderer:** respect compilerOptions during runtime template compilation ([#4631](https://github.com/vuejs/vue-next/issues/4631)) ([50d9d34](https://github.com/vuejs/vue-next/commit/50d9d3436079419f91231351f20f69062a01505c)) |
81 | 83 |
|
82 |
| -* **hmr:** handle possible duplicate component definitions with same id ([aa8908a](https://github.com/vuejs/vue-next/commit/aa8908a8543c5151a2cc06ed4d8fab3a1461692a)) |
| 84 | +[3.2.18](https://github.com/vuejs/vue-next/compare/v3.2.17...v3.2.18) (2021-09-24) |
| 85 | +[3.2.17](https://github.com/vuejs/vue-next/compare/v3.2.16...v3.2.17) (2021-09-24) |
83 | 86 |
|
84 |
| -[3.2.10](https://github.com/vuejs/vue-next/compare/v3.2.9...v3.2.10) (2021-09-07) |
85 |
| - |
86 |
| -**Bug Fixes ** |
87 |
| - |
88 |
| -* **build:** build vue-compat in default exports mode ([#4460](https://github.com/vuejs/vue-next/issues/4460)) ([7575733](https://github.com/vuejs/vue-next/commit/7575733b8c1345ebdfb010bd4c4e8cf4ed49f5cf)) |
89 |
| -* **compiler-core:** avoid runtime dependency on @babel/types ([1045590](https://github.com/vuejs/vue-next/commit/1045590d4bbaf4a2b05311f11b22a0b3d22cf609)), closes [#4531](https://github.com/vuejs/vue-next/issues/4531) |
90 |
| -* **compiler-core:** pick last char when dynamic directive doesn't close ([#4507](https://github.com/vuejs/vue-next/issues/4507)) ([5d262e0](https://github.com/vuejs/vue-next/commit/5d262e08d5d5fb29f48ba5fa5b97a9a3e34b9d4b)) |
91 |
| -* **compiler:** condense whitespaces in static class attributes ([#4432](https://github.com/vuejs/vue-next/issues/4432)) ([b8653d3](https://github.com/vuejs/vue-next/commit/b8653d390a555e1ee3f92a1c49cfd8800c67e46a)), closes [#4251](https://github.com/vuejs/vue-next/issues/4251) |
92 |
| -* **runtime-dom:** style patching shoud always preserve v-show display property ([d534515](https://github.com/vuejs/vue-next/commit/d53451583684c37bda7d30bff912216e1a58126f)), closes [#4424](https://github.com/vuejs/vue-next/issues/4424) |
93 |
| -* **type:** fix prop type infer ([#4530](https://github.com/vuejs/vue-next/issues/4530)) ([4178d5d](https://github.com/vuejs/vue-next/commit/4178d5d7d9549a0a1d19663bc2f92c8ac6a731b2)), closes [#4525](https://github.com/vuejs/vue-next/issues/4525) |
| 87 | +* **build:** avoid importing @babel/parser in esm-bundler build ([fc85ad2](https://github.com/vuejs/vue-next/commit/fc85ad28ae55ea9483c923f7d40373cbe27080fe)), closes [#4665](https://github.com/vuejs/vue-next/issues/4665) |
94 | 88 |
|
95 | 89 | ...
|
96 | 90 |
|
@@ -219,21 +213,34 @@ TODOLIST:
|
219 | 213 | 迟序之数,非出神怪,有形可检,有数可推。——祖冲之
|
220 | 214 | 🏅 🎖 🏵
|
221 | 215 |
|
222 |
| -* [Vue3核心Typescript类解析](https://baijiahao.baidu.com/s?id=1710976906766128791&wfr=spider&for=pc) |
223 |
| -* [vue3实用工具mini-vue|阮一峰推荐](https://zhuanlan.zhihu.com/p/404116228) |
224 |
| -* [Vue3 + TS 最佳实践](https://juejin.cn/post/7001897686567747598) |
225 |
| -* [我们团队在 Vue 3 Dev Tools 的帮助下,调试效率有了质的飞跃!](https://baijiahao.baidu.com/s?id=1710204002665953320&wfr=spider&for=pc) |
226 |
| -* [【建议收藏】101张脑图,从零开始学完Vue3(包括Vue3.2最新语法)](https://juejin.cn/post/7007710727725121566) |
227 |
| -* [Vue3.2 setup语法糖、Composition API归纳总结](https://juejin.cn/post/7006108454028836895) |
228 |
| -* [Vue3.2中reactivity的优化](https://juejin.cn/post/7005892927389958157) |
229 |
| -* [vue3+typescript 实现一个中秋RPG游戏](https://juejin.cn/post/7007011750746783757) |
230 |
| -* [还不会Vue3?一篇笔记带你快速入门](https://juejin.cn/post/7006518993385160711) |
231 |
| -* [Vue3 与 Vue2 的Props、全局组件的异同点!](https://segmentfault.com/a/1190000040640951) |
232 |
| -* [Vue3 Ref 语法糖,告别 .value 的写法](https://segmentfault.com/a/1190000040685876) |
233 |
| -* [大概几集下饭剧时间就能懂的VUE3原理](https://segmentfault.com/a/1190000040611431) |
234 |
| -* [Vue 更新到 3.2 版本了,你还学得动吗?](https://segmentfault.com/a/1190000040619654) |
235 |
| -* [我们团队在 Vue 3 Dev Tools 的帮助下,调试效率有了质的飞跃!](https://developer.51cto.com/art/202108/679422.htm) |
236 |
| -* [基于 Vue3 + Typescript + Vite2 打造一款网易云音乐播放器 (🍕Vue3和Vite2 你学了吗)](https://segmentfault.com/a/1190000040590559) |
| 216 | + |
| 217 | +* [花60秒给Vue3提的PR,竟然被尤大亲自Merge了~](https://juejin.cn/post/7012449788255813669?content_source_url=https://github.com/vue3/vue3-News) |
| 218 | +* [Vant 3 - 有赞出品的开源移动UI组件库,基于 Vue3 重构发布](https://blog.csdn.net/weixin_45583710/article/details/120036172?content_source_url=https://github.com/vue3/vue3-News) |
| 219 | +* [【持续更新】梳理 Vue3 相比于 Vue2 的有哪些 “与众不同” ?](https://juejin.cn/post/7011372376969445413?content_source_url=https://github.com/vue3/vue3-News) |
| 220 | +* [使用 Chrome 调试 Vue3 的 TypeScript 源码](https://juejin.cn/post/7012581204343914532?content_source_url=https://github.com/vue3/vue3-News) |
| 221 | +* [最近风靡一时的 “No DomDiff”潮流是怎么回事?Virtual Dom不香了?](https://juejin.cn/post/7009575427731636232?content_source_url=https://github.com/vue3/vue3-News) |
| 222 | +* [vue + vue-print-nb 实现pc端打印功能,包含vue2和vue3两种引用方式](https://blog.csdn.net/qq_42386231/article/details/120061884?content_source_url=https://github.com/vue3/vue3-News) |
| 223 | +* [如何阅读源码 —— 以 Vetur 为例](https://segmentfault.com/a/1190000040686256?content_source_url=https://github.com/vue3/vue3-News) |
| 224 | +* [建立和维护大型Vue.js项目的10个最佳实践](https://segmentfault.com/a/1190000040712187?content_source_url=https://github.com/vue3/vue3-News) |
| 225 | +* [[总结🔥]学习vue3都需要会哪些typescript的知识点?中秋🌕回家🚆的路上学会ts.](https://segmentfault.com/a/1190000040706798?content_source_url=https://github.com/vue3/vue3-News) |
| 226 | +* [TypeScript系列🔥, 通过vue3实例说说declare module语法怎么用[🦕模块声明篇]](https://segmentfault.com/a/1190000040699170?content_source_url=https://github.com/vue3/vue3-News) |
| 227 | +* [【Vue3更新】Vue事件处理指南](https://segmentfault.com/a/1190000040597692?content_source_url=https://github.com/vue3/vue3-News) |
| 228 | +* [新的Vue 3 应用程序初始化代码的好处](https://segmentfault.com/a/1190000040583442?content_source_url=https://github.com/vue3/vue3-News) |
| 229 | +* [Vue3核心Typescript类解析](https://baijiahao.baidu.com/s?id=1710976906766128791&wfr=spider&for=pc?content_source_url=https://github.com/vue3/vue3-News) |
| 230 | +* [vue3实用工具mini-vue|阮一峰推荐](https://zhuanlan.zhihu.com/p/404116228?content_source_url=https://github.com/vue3/vue3-News) |
| 231 | +* [Vue3 + TS 最佳实践](https://juejin.cn/post/7001897686567747598?content_source_url=https://github.com/vue3/vue3-News) |
| 232 | +* [我们团队在 Vue 3 Dev Tools 的帮助下,调试效率有了质的飞跃!](https://baijiahao.baidu.com/s?id=1710204002665953320&wfr=spider&for=pc?content_source_url=https://github.com/vue3/vue3-News) |
| 233 | +* [【建议收藏】101张脑图,从零开始学完Vue3(包括Vue3.2最新语法)](https://juejin.cn/post/7007710727725121566?content_source_url=https://github.com/vue3/vue3-News) |
| 234 | +* [Vue3.2 setup语法糖、Composition API归纳总结](https://juejin.cn/post/7006108454028836895?content_source_url=https://github.com/vue3/vue3-News) |
| 235 | +* [Vue3.2中reactivity的优化](https://juejin.cn/post/7005892927389958157?content_source_url=https://github.com/vue3/vue3-News) |
| 236 | +* [vue3+typescript 实现一个中秋RPG游戏](https://juejin.cn/post/7007011750746783757?content_source_url=https://github.com/vue3/vue3-News) |
| 237 | +* [还不会Vue3?一篇笔记带你快速入门](https://juejin.cn/post/7006518993385160711?content_source_url=https://github.com/vue3/vue3-News) |
| 238 | +* [Vue3 与 Vue2 的Props、全局组件的异同点!](https://segmentfault.com/a/1190000040640951?content_source_url=https://github.com/vue3/vue3-News) |
| 239 | +* [Vue3 Ref 语法糖,告别 .value 的写法](https://segmentfault.com/a/1190000040685876?content_source_url=https://github.com/vue3/vue3-News) |
| 240 | +* [大概几集下饭剧时间就能懂的VUE3原理](https://segmentfault.com/a/1190000040611431?content_source_url=https://github.com/vue3/vue3-News) |
| 241 | +* [Vue 更新到 3.2 版本了,你还学得动吗?](https://segmentfault.com/a/1190000040619654?content_source_url=https://github.com/vue3/vue3-News) |
| 242 | +* [我们团队在 Vue 3 Dev Tools 的帮助下,调试效率有了质的飞跃!](https://developer.51cto.com/art/202108/679422.htm?content_source_url=https://github.com/vue3/vue3-News) |
| 243 | +* [基于 Vue3 + Typescript + Vite2 打造一款网易云音乐播放器 (🍕Vue3和Vite2 你学了吗)](https://segmentfault.com/a/1190000040590559?content_source_url=https://github.com/vue3/vue3-News) |
237 | 244 | * [Vue 3.2 发布, <script setup> + TS + Volar = 真香](https://blog.csdn.net/mengyidan/article/details/119562143?content_source_url=https://github.com/vue3/vue3-News)
|
238 | 245 | * [尤雨溪凌晨官宣:Vue 3.2 已发布!](https://segmentfault.com/a/1190000040491409?content_source_url=https://github.com/vue3/vue3-News)
|
239 | 246 | * [Vue3.2发布了,我激动了,实在学不动了!](https://juejin.cn/post/6995777059725246472?content_source_url=https://github.com/vue3/vue3-News)
|
|
0 commit comments