File tree Expand file tree Collapse file tree 4 files changed +25
-9
lines changed Expand file tree Collapse file tree 4 files changed +25
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ #### v7.0.0
4
+ - Added support for React 18
5
+ - Added hi.js language strings
6
+ - Added so.js language strings
7
+ - Added oc.js language strings
8
+ - Update ru.js language strings
9
+ - Fix memory leak
10
+ - Update dependencies
11
+ - Bump ansi-regex from 5.0.0 to 5.0.1
12
+ - Bump ansi-regex from 5.0.0 to 5.0.1
13
+ - Bump minimist from 1.2.5 to 1.2.6
14
+ - Bump minimist from 1.2.5 to 1.2.6
15
+ - Bump path-parse from 1.0.6 to 1.0.7
16
+ - Bump tmpl from 1.0.4 to 1.0.5
17
+ - Bump tmpl from 1.0.4 to 1.0.5
18
+
3
19
#### v6.1.0
4
20
- Added ` eslint-plugin-react-hooks ` and fixed the dependencies for hooks used in the library.
5
21
Should result in a more consistent behaviour when changing props at runtime.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-timeago" ,
3
- "version" : " 6.2.1 " ,
3
+ "version" : " 7.0.0 " ,
4
4
"description" : " A simple Time-Ago component for ReactJs" ,
5
5
"main" : " lib/index.js" ,
6
6
"module" : " es6/index.js" ,
Original file line number Diff line number Diff line change @@ -4,18 +4,18 @@ import type { L10nsStrings } from '../formatters/buildFormatter'
4
4
// Hindi (Template)
5
5
const strings : L10nsStrings = {
6
6
prefixAgo : null ,
7
- prefixFromNow : null ,
7
+ prefixFromNow : 'अब से' ,
8
8
suffixAgo : 'पहले' ,
9
- suffixFromNow : 'अभी से ' ,
9
+ suffixFromNow : 'मेे ' ,
10
10
seconds : 'एक मिनट से कम' ,
11
11
minute : 'मिनट' ,
12
- minutes : '%d मिनट्स ' ,
12
+ minutes : '%d मिनट ' ,
13
13
hour : 'करीब एक घंटा' ,
14
- hours : 'करीब %d घंटा ' ,
14
+ hours : 'करीब %d घंटे ' ,
15
15
day : 'दिन' ,
16
16
days : '%d दिन' ,
17
17
month : 'तक़रीबन एक महीना' ,
18
- months : '%d महीना ' ,
18
+ months : '%d महीने ' ,
19
19
year : 'लगभग एक साल' ,
20
20
years : '%d साल' ,
21
21
wordSeparator : ' ' ,
Original file line number Diff line number Diff line change @@ -1899,9 +1899,9 @@ camelcase@^6.0.0:
1899
1899
integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==
1900
1900
1901
1901
caniuse-lite@^1.0.30001219 :
1902
- version "1.0.30001228 "
1903
- resolved "https://registry.yarnpkg.com /caniuse-lite/-/caniuse-lite-1.0.30001228 .tgz#bfdc5942cd3326fa51ee0b42fbef4da9d492a7fa "
1904
- integrity sha512-QQmLOGJ3DEgokHbMSA8cj2a+geXqmnpyOFT0lhQV6P3/YOJvGDEwoedcwxEQ30gJIwIIunHIicunJ2rzK5gB2A ==
1902
+ version "1.0.30001352 "
1903
+ resolved "https://registry.npmjs.org /caniuse-lite/-/caniuse-lite-1.0.30001352 .tgz"
1904
+ integrity sha512-GUgH8w6YergqPQDGWhJGt8GDRnY0L/iJVQcU3eJ46GYf52R8tk0Wxp0PymuFVZboJYXGiCqwozAYZNRjVj6IcA ==
1905
1905
1906
1906
capture-exit@^2.0.0 :
1907
1907
version "2.0.0"
You can’t perform that action at this time.
0 commit comments