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
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,23 @@
1
+
# v6.0.0 (2024-06-07T11:13:21Z)
2
+
3
+
This changelog is generated by [GitHub Releases](https://github.com/intlify/vue-i18n-extensions/releases/tag/v6.0.0)
4
+
5
+
### 🚨 Breaking Changes
6
+
7
+
- Drop support for node v14 and v16 - by @BobbieGoede in https://github.com/intlify/vue-i18n-extensions/issues/208[<samp>(e83a7)</samp>](https://github.com/intlify/vue-i18n-extensions/commit/e83a7d2)
8
+
9
+
### 🚀 Features
10
+
11
+
- Support script setup context - by @kazupon in https://github.com/intlify/vue-i18n-extensions/issues/216[<samp>(b160a)</samp>](https://github.com/intlify/vue-i18n-extensions/commit/b160a65)
12
+
- Support safe SSR with `translationSignatures` option - by @kazupon in https://github.com/intlify/vue-i18n-extensions/issues/217[<samp>(f2d0d)</samp>](https://github.com/intlify/vue-i18n-extensions/commit/f2d0d7d)
13
+
14
+
### 🐞 Bug Fixes
15
+
16
+
- Drop preserve checking logic - by @kazupon in https://github.com/intlify/vue-i18n-extensions/issues/213[<samp>(84aa0)</samp>](https://github.com/intlify/vue-i18n-extensions/commit/84aa0c0)
17
+
18
+
##### [View changes on GitHub](https://github.com/intlify/vue-i18n-extensions/compare/v5.0.1...v6.0.0)
0 commit comments