Skip to content

Commit 97e0495

Browse files
committed
Vue 3.2 已发布!
1 parent 7b20d31 commit 97e0495

File tree

1 file changed

+32
-4
lines changed

1 file changed

+32
-4
lines changed

README.md

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,33 @@ Vue 3 中最主要的新特性:组合式 API,已经可以借助 https://gith
7575

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

78-
### [3.2.0-beta.6](https://github.com/vuejs/vue-next/compare/v3.2.0-beta.5...v3.2.0-beta.6) (2021-07-27)
78+
### [3.2.1](https://github.com/vuejs/vue-next/compare/v3.2.0...v3.2.1) (2021-08-09)
7979

8080
**Bug Fixes**
8181

82-
* **inject:** should auto unwrap injected refs ([561e210](https://github.com/vuejs/vue-next/commit/561e210157874b216efc1c17be701a6a81c4383b)), closes [#4196](https://github.com/vuejs/vue-next/issues/4196)
83-
* **runtime-core:** expose ssrUtils in esm-bundler build ([ee4cbae](https://github.com/vuejs/vue-next/commit/ee4cbaeec917362c571ce95352adccd6ec2d1f47)), closes [#4199](https://github.com/vuejs/vue-next/issues/4199)
84-
* **sfc/style-vars:** should ignore style variable bindings in comments ([#4188](https://github.com/vuejs/vue-next/issues/4188)) ([3a75d5d](https://github.com/vuejs/vue-next/commit/3a75d5d6942a1743789192dca9161f7c30a71e58)), closes [#4185](https://github.com/vuejs/vue-next/issues/4185)
82+
* **compiler-sfc:** fix import usage check for last expression ([1e1682f](https://github.com/vuejs/vue-next/commit/1e1682f060883ee11e802834adb273159d8e84cc))
83+
84+
### [3.2.0](https://github.com/vuejs/vue-next/compare/v3.2.0-beta.8...v3.2.0) (2021-08-09)
85+
86+
**Compatibility Notes**
87+
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))
85105

86106
...
87107

@@ -206,10 +226,18 @@ TODOLIST:
206226
* [你确定不了解下 2021 年 Web 开发的趋势嘛](https://zhuanlan.zhihu.com/p/344451653?content_source_url=https://github.com/vue3/vue3-News)
207227
* [前端规划:2021 前端技术战略](https://zhuanlan.zhihu.com/p/348509260?content_source_url=https://github.com/vue3/vue3-News)
208228

229+
🏆 🥇 🥈 🥉
230+
迟序之数,非出神怪,有形可检,有数可推。——祖冲之
231+
🏅 🎖 🏵
232+
233+
* [Vue 3.2 发布, <script setup> + TS + Volar = 真香](https://blog.csdn.net/mengyidan/article/details/119562143)
234+
* [尤雨溪凌晨官宣:Vue 3.2 已发布!](https://segmentfault.com/a/1190000040491409)
235+
209236
♾ 💲 💱 ™️ ©️ ®️ 〰️ ➰ ➿
210237
春天不是读书天, 夏日炎炎正好眠, 秋有蚊虫冬怕冷, 整理书包待明年.
211238
🔚 🔙 🔛 🔝 🔜
212239

240+
213241
* [【建议收藏】8张脑图快速了解Vue组件](https://juejin.cn/post/6991289524915535908?content_source_url=https://github.com/vue3/vue3-News)
214242
* [Vue DevUI 已经有10个组件成员啦~🥳😋](https://juejin.cn/post/6992233443585163300?content_source_url=https://github.com/vue3/vue3-News)
215243
* [尤雨溪国外教程:亲手带你写个简易版的Vue!](https://juejin.cn/post/6992018709439053837?content_source_url=https://github.com/vue3/vue3-News)

0 commit comments

Comments
 (0)