update node modules
This commit is contained in:
53
node_modules/i18next/CHANGELOG.md
generated
vendored
53
node_modules/i18next/CHANGELOG.md
generated
vendored
@@ -1,3 +1,56 @@
|
||||
### 19.6.2
|
||||
|
||||
- fix interpolation with option skipOnVariables when there are multiple placeholders [1490](https://github.com/i18next/i18next/issues/1490)
|
||||
|
||||
### 19.6.1
|
||||
|
||||
- extend interpolation option skipOnVariables [1488](https://github.com/i18next/i18next/pull/1488)
|
||||
- typescript: Change bindStore to bindI18nStore in ReactOptions type and update default values [1489](https://github.com/i18next/i18next/pull/1489)
|
||||
|
||||
### 19.6.0
|
||||
|
||||
- fix prototype pollution
|
||||
- introduce new interpolation option skipOnVariables [1483](https://github.com/i18next/i18next/pull/1483)
|
||||
|
||||
### 19.5.6
|
||||
|
||||
- fix local usage of nsSeparator option
|
||||
|
||||
### 19.5.5
|
||||
|
||||
- fix: recursion when passing nesting to interpolated [1480](https://github.com/i18next/i18next/pull/1480)
|
||||
|
||||
### 19.5.4
|
||||
|
||||
- typescript fix: getDataByLanguage typings & test [1472](https://github.com/i18next/i18next/pull/1472)
|
||||
- typescript fix: type declarion of exposed EventEmitter#off methods [1460](https://github.com/i18next/i18next/pull/1460)
|
||||
|
||||
### 19.5.3
|
||||
|
||||
- fix Macedonian plural formula [1476](https://github.com/i18next/i18next/pull/1476)
|
||||
|
||||
### 19.5.2
|
||||
|
||||
- fix nesting interpolation with prepended namespace, fixes #1474 [1475](https://github.com/i18next/i18next/pull/1475)
|
||||
|
||||
### 19.5.1
|
||||
|
||||
- getBestMatchFromCodes: use fallbackLng if nothing found, fixes #1470 [1471](https://github.com/i18next/i18next/pull/1471)
|
||||
|
||||
### 19.5.0
|
||||
|
||||
- language detectors can return an array of languages and let i18next figure out best match
|
||||
|
||||
- rename option whitelist to supportedLngs
|
||||
- rename option nonExpicitWhitelist to nonExplicitSupportedLngs
|
||||
- rename function languageUtils.isWhitelisted to languageUtils.isSupportedCode
|
||||
|
||||
This changes are made with temporal backwards compatiblity and will warn your for deprecated usage of old terms to give users and plugin providers some time to adapt their code base.
|
||||
|
||||
The temporal backwards compatiblity will be removed in a follow up major release.
|
||||
|
||||
Learn more about why this change was made [here](https://github.com/i18next/i18next/issues/1466).
|
||||
|
||||
### 19.4.5
|
||||
|
||||
- Add store events to typings [1451](https://github.com/i18next/i18next/pull/1451)
|
||||
|
Reference in New Issue
Block a user