@syncfusion/ej2-react-progressbar 24.2.5 → 25.1.35
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
CHANGED
|
@@ -6,6 +6,14 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I558909` - The progress bar label now renders properly when setting the `textAlignment` as center.
|
|
10
|
+
|
|
11
|
+
## 24.2.5 (2024-02-13)
|
|
12
|
+
|
|
13
|
+
### ProgressBar
|
|
14
|
+
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
9
17
|
- `#I548132` - Optimized the inline style of the progress bar.
|
|
10
18
|
|
|
11
19
|
## 23.2.6 (2023-11-28)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-progressbar.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 25.1.35
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-progressbar.umd.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 25.1.35
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"_from": "@syncfusion/ej2-react-progressbar@*",
|
|
3
3
|
"_id": "@syncfusion/ej2-react-progressbar@24.2.3",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-y3fMvIzI/7YSnlCvx+ayoD+FMN+5tzWtsO5TsUqmuz7mrwHf+db1/8ihD301baABojQOEe+F+Pv+OSNCFq0oBg==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-progressbar",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-react-progressbar/-/ej2-react-progressbar-24.2.3.tgz",
|
|
23
|
+
"_shasum": "e337a633e92d21d5f540a23e963fa42d42deb482",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-progressbar@*",
|
|
25
|
-
"_where": "/jenkins/workspace/elease-
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -31,11 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~
|
|
35
|
-
"@syncfusion/ej2-progressbar": "
|
|
36
|
-
"@syncfusion/ej2-react-base": "~
|
|
37
|
-
"awesome-typescript-loader": "^3.1.3",
|
|
38
|
-
"source-map-loader": "^0.2.1"
|
|
34
|
+
"@syncfusion/ej2-base": "~25.1.35",
|
|
35
|
+
"@syncfusion/ej2-progressbar": "25.1.35",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~25.1.35"
|
|
39
37
|
},
|
|
40
38
|
"deprecated": false,
|
|
41
39
|
"description": "Essential JS 2 ProgressBar Component for React",
|
|
@@ -53,8 +51,8 @@
|
|
|
53
51
|
"name": "@syncfusion/ej2-react-progressbar",
|
|
54
52
|
"repository": {
|
|
55
53
|
"type": "git",
|
|
56
|
-
"url": "
|
|
54
|
+
"url": "https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
57
55
|
},
|
|
58
|
-
"version": "
|
|
56
|
+
"version": "25.1.35",
|
|
59
57
|
"sideEffects": false
|
|
60
58
|
}
|