1
0
Fork 0

Changed stuff, added filter for statistics module

This commit is contained in:
Techognito 2025-09-02 16:37:06 +02:00
parent 4a91ae2bf9
commit fe87374e47
251 changed files with 3295 additions and 1705 deletions

View file

@ -1,3 +1,20 @@
### 15.7.3
- exports TransSelectorProps [1862](https://github.com/i18next/react-i18next/pull/1862) to address [1861](https://github.com/i18next/react-i18next/issues/1861)
### 15.7.2
- update i18next dependency
### 15.7.1
- Fix: \_EnableSelector type (for compatibility, enableSelector does not exist in TypeOptions) [1858](https://github.com/i18next/react-i18next/pull/1858)
### 15.7.0
- add new selector API to improve TypeScript IDE performance [1852](https://github.com/i18next/react-i18next/pull/1852)
- read more about it [here](https://github.com/i18next/i18next/blob/master/CHANGELOG.md#2540)
### 15.6.1
avoid exception when passing bindI18n: false [1856](https://github.com/i18next/react-i18next/pull/1856)