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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,31 @@
1
+
# v9.6.0 (2023-10-26T03:36:13Z)
2
+
3
+
This changelog is generated by [GitHub Releases](https://github.com/intlify/vue-i18n-next/releases/tag/v9.6.0)
4
+
5
+
<!-- Release notes generated using configuration in .github/release.yml at v9.6.0 -->
6
+
7
+
## What's Changed
8
+
9
+
### 🌟 Features
10
+
11
+
- feat!: support resource schema type definition for `@intlfy/core-base` (`@intlify/core`) by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1594
12
+
13
+
### 🐛 Bug Fixes
14
+
15
+
- fix(examples): remove `@vite-ignore` magic comment by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1590
16
+
- fix: cannot resolve flatjson messages when use `setLocaleMessage` by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1601
17
+
- fix: strictly key exsisting with `te` by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1602
18
+
19
+
### ⚡ Improvement Features
20
+
21
+
- fix: locale detector type definition by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1591
22
+
23
+
### 📝️ Documentations
24
+
25
+
- docs: add example link by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1608
0 commit comments