Skip to content

Commit a85676e

Browse files
committed
祝大家:月圆人圆花好,事顺业顺家兴
1 parent 00bc67c commit a85676e

File tree

1 file changed

+26
-22
lines changed

1 file changed

+26
-22
lines changed

README.md

Lines changed: 26 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
-->
2020

2121
🚀 欢迎`Star`,后续会不断更新。
22-
🇨🇳 最后更新日期:2️⃣0️⃣2️⃣1️⃣`/`0️⃣8️⃣
22+
🇨🇳 最后更新日期:2️⃣0️⃣2️⃣1️⃣`/`0️⃣9️⃣
2323

2424
2021年您好,(*´▽`)ノノ*),继续前行!
2525
【2021】 ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡-------------- 【2022】
@@ -75,33 +75,22 @@ Vue 3 中最主要的新特性:组合式 API,已经可以借助 https://gith
7575

7676
![yyx990803](https://avatars2.githubusercontent.com/u/499550?s=40&v=4) yyx990803
7777

78-
### [3.2.1](https://github.com/vuejs/vue-next/compare/v3.2.0...v3.2.1) (2021-08-09)
78+
3.2.11](https://github.com/vuejs/vue-next/compare/v3.2.10...v3.2.11) (2021-09-08)
7979

8080
**Bug Fixes**
8181

82-
* **compiler-sfc:** fix import usage check for last expression ([1e1682f](https://github.com/vuejs/vue-next/commit/1e1682f060883ee11e802834adb273159d8e84cc))
82+
* **hmr:** handle possible duplicate component definitions with same id ([aa8908a](https://github.com/vuejs/vue-next/commit/aa8908a8543c5151a2cc06ed4d8fab3a1461692a))
8383

84-
### [3.2.0](https://github.com/vuejs/vue-next/compare/v3.2.0-beta.8...v3.2.0) (2021-08-09)
84+
[3.2.10](https://github.com/vuejs/vue-next/compare/v3.2.9...v3.2.10) (2021-09-07)
8585

86-
**Compatibility Notes**
86+
**Bug Fixes **
8787

88-
This release contains no public API breakage. However, there are a few compatibility related notes:
89-
90-
- Due to usage of new runtime helpers, code generated by the template compiler in >= 3.2 will not be compatible with runtime < 3.2.
91-
92-
This only affects cases where there is a version mismatch between the compiler and the runtime. The most common case is libraries that ship pre-compiled Vue components. If you are a library author and ship code pre-compiled by Vue >= 3.2, your library will be only compatible Vue >= 3.2.
93-
94-
- This release ships TypeScript typings that rely on [Template Literal Types](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-1.html#template-literal-types) and requires TS >= 4.1.
95-
96-
**Features**
97-
98-
SFC
99-
100-
- remove experimental status of `<script setup>` ([27104ea](https://github.com/vuejs/vue-next/commit/27104eaaf0f929a4c08b53877b495c5813157232)) ([Docs](https://v3.vuejs.org/api/sfc-script-setup.html)) ([RFC](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0040-script-setup.md))
101-
- remove experimental status for sfc `<style>` v-bind ([3b38c9a](https://github.com/vuejs/vue-next/commit/3b38c9ae9b08c41ee3a70c8ef94fd078f05a8925)) ([Docs](https://v3.vuejs.org/api/sfc-style.html#state-driven-dynamic-css)) ([RFC](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0043-sfc-style-variables.md))
102-
- support non-explicit type imports in `<script setup>` by avoiding exposing unused imports to template during dev ([5a3ccfd](https://github.com/vuejs/vue-next/commit/5a3ccfd9143700c7ca82d2911fe592d0658c5393)), closes [#3183](https://github.com/vuejs/vue-next/issues/3183)
103-
- support namespaced component tags when using `<script setup>` ([e5a4412](https://github.com/vuejs/vue-next/commit/e5a4412764f6db255afe01b8a7e6e40ebf707412))
104-
- **(experimental)** new ref sugar ([562bddb](https://github.com/vuejs/vue-next/commit/562bddb3ce76a0e98e499e199e96fa4271e5d1b4)) ([RFC](https://github.com/vuejs/rfcs/discussions/369))
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)
10594

10695
...
10796

@@ -230,6 +219,21 @@ TODOLIST:
230219
迟序之数,非出神怪,有形可检,有数可推。——祖冲之
231220
🏅 🎖 🏵
232221

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)
233237
* [Vue 3.2 发布, <script setup> + TS + Volar = 真香](https://blog.csdn.net/mengyidan/article/details/119562143?content_source_url=https://github.com/vue3/vue3-News)
234238
* [尤雨溪凌晨官宣:Vue 3.2 已发布!](https://segmentfault.com/a/1190000040491409?content_source_url=https://github.com/vue3/vue3-News)
235239
* [Vue3.2发布了,我激动了,实在学不动了!](https://juejin.cn/post/6995777059725246472?content_source_url=https://github.com/vue3/vue3-News)

0 commit comments

Comments
 (0)