You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This extension is now come to v1.x stage! From v1.x, we make it not limited to support Vue but other frameworks such as React.js, Angular and more all in one extension!
- Support for Vue, React, Angular, i18next, VSCode extension and more. Check the <ahref="https://github.com/antfu/i18n-ally#-supported-frameworks"target="__blank">Supported Frameworks List</a>
25
+
- Automatically detect what frameworks are using by reading `package.json`
22
26
27
+
## Breaking Changes
23
28
24
-
### 🐞 Bug Fixes
29
+
- Extension and Repo are renamed to `i18n-ally`
30
+
- Conguires namespace is renamed to `i18n-ally` with legacy `vue-i18n-ally` backward compatibility.
31
+
- Config `forceEnabled` is deprecated, use `enabledFrameworks` instead.
32
+
- Config `experimental.sfc` is deprecated. It will enabled automatically when you need it.
25
33
26
-
* key priority on sfc ([3a4076b](https://github.com/antfu/vue-i18n-ally/commit/3a4076bfd1ea0fb904e8800f4e4d030f8523fd22))
27
-
* trigger of completion ([84ca8e6](https://github.com/antfu/vue-i18n-ally/commit/84ca8e62242217bdae47fdede850263eb7f24cfd))
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
🎉 <spanstyle='color:#34495E'>Vue i18n Ally</span> is now <ahref="https://github.com/antfu/i18n-ally/blob/i18n-ally/docs/migration_v1.x.md"><bstyle='color:#70C9C7'>i18n Ally</b></a>!
15
15
<br>
16
16
<br>
17
-
Please check out <b><ahref="https://github.com/antfu/i18n-ally/blob/i18n-ally/docs/migration_v1.x.md">Changes and Migration</a></b> and <b><ahref="https://github.com/antfu/i18n-ally#-supported-frameworks">Supported Frameworks</a></b>
17
+
Please check out <b><ahref="https://github.com/antfu/i18n-ally/blob/master/docs/migration_v1.x.md">Changes and Migration</a></b> and <b><ahref="https://github.com/antfu/i18n-ally#-supported-frameworks">Supported Frameworks</a></b>
0 commit comments