UNPKG
react-translate
Version:
latest (7.0.1)
7.0.1
7.0.0
6.1.0
6.0.1
6.0.0
5.0.0
4.0.0
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.0
1.2.0
1.1.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
react utilities for simple i18n
react-translate
/
HISTORY.md
11 lines
(6 loc)
•
188 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
## 7.0.0
Features:
-
New hooks API (
`useTranslate`
) Changes:
-
Requires a React version >= 16.8.0
-
Removed
`shouldComponentUpdate`
param in
`translate`
, to be replaced with
`useMemo`