Skip to content

Commit 9d3c9fb

Browse files
committed
Merge branch 'feat/sfc'
2 parents 2d951d4 + 31115bd commit 9d3c9fb

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

โ€ŽCHANGELOG.mdโ€Ž

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,39 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.29.0](https://github.com/antfu/vue-i18n-ally/compare/v0.28.0...v0.29.0) (2019-07-29)
6+
7+
8+
## โš  ! BREAKING CHANGE
9+
10+
- I have reworked the internal engine and there might be some breaking bugs that tests can not cover. If you encounter any problems, feel free to raise an issue. If it's broken in your case, you can rollback to the previous version before the next fix came out.
11+
- VSCode Markplace does not support alpha/beta channels. So again, sorry for any inconvenience. Thanks for understanding.
12+
13+
### โšก Features
14+
15+
* **SFC:** Expiremental Single File Components (SFC) i18n Support, #56 ([b5d7c0c](https://github.com/antfu/vue-i18n-ally/commit/b5d7c0c))
16+
- You can opt-in the SFC support on by setting `"vue-i18n-ally.experimental.sfc": true`
17+
- SFC currently only works in READONLY mode, the other features might be landed in future release.
18+
19+
20+
### ๐Ÿž Bug Fixes
21+
22+
* config reactive ([859cc60](https://github.com/antfu/vue-i18n-ally/commit/859cc60))
23+
* redundant event fires ([af42533](https://github.com/antfu/vue-i18n-ally/commit/af42533))
24+
25+
26+
### ๐Ÿ“š Documentations
27+
28+
* **examples:** add sfc example ([da8af1f](https://github.com/antfu/vue-i18n-ally/commit/da8af1f))
29+
30+
31+
### ๐Ÿ”ฎ Refactor
32+
33+
* prepare for sfc support ([a08a5b6](https://github.com/antfu/vue-i18n-ally/commit/a08a5b6))
34+
* **sfc:** composed loadder ([d26bce4](https://github.com/antfu/vue-i18n-ally/commit/d26bce4))
35+
36+
37+
538
## [0.28.0](https://github.com/antfu/vue-i18n-ally/compare/v0.27.1...v0.28.0) (2019-07-23)
639

740

โ€Žpackage-lock.jsonโ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

โ€Žpackage.jsonโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue-i18n-ally",
33
"displayName": "%extname%",
44
"description": "๐ŸŒ Better Vue i18n experiences with VS Code",
5-
"version": "0.28.0",
5+
"version": "0.29.0",
66
"publisher": "antfu",
77
"engines": {
88
"vscode": "^1.29.0"

0 commit comments

Comments
ย (0)