locizify 6.1.4 → 7.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/dist/umd/locizify.js +786 -928
- package/dist/umd/locizify.min.js +2 -2
- package/locizify.js +786 -928
- package/locizify.min.js +2 -2
- package/package.json +4 -4
- package/rollup.config.js +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
### 7.0.0
|
|
2
|
+
|
|
3
|
+
- update i18next and locize dependencies to the current major versions
|
|
4
|
+
- for more information read:
|
|
5
|
+
- https://github.com/i18next/i18nextify/blob/master/CHANGELOG.md#400
|
|
6
|
+
- https://github.com/i18next/i18next/blob/master/CHANGELOG.md#2400
|
|
7
|
+
- https://github.com/i18next/i18next-http-backend/blob/master/CHANGELOG.md#300
|
|
8
|
+
- https://github.com/i18next/i18next-browser-languageDetector/blob/master/CHANGELOG.md#800
|
|
9
|
+
- https://github.com/locize/i18next-locize-backend/blob/master/CHANGELOG.md#700
|
|
10
|
+
|
|
11
|
+
### 6.1.5
|
|
12
|
+
|
|
13
|
+
- update locize script for incontext editor (improvement for firefox)
|
|
14
|
+
|
|
1
15
|
### 6.1.4
|
|
2
16
|
|
|
3
17
|
- update locize script for incontext editor (start i18next-subliminal only if popup or in iframe)
|