@syncfusion/ej2-progressbar
Advanced tools
Comparing version 23.1.36 to 23.1.38
@@ -5,2 +5,8 @@ # Changelog | ||
### ProgressBar | ||
#### Bug Fixes | ||
- `#I501894` - Now, the linear progress bar label renders properly when the alignment is set to center. | ||
## 21.1.37 (2023-03-29) | ||
@@ -7,0 +13,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 23.1.36 | ||
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved. | ||
* version : 23.1.38 | ||
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved. | ||
* Use of this code is subject to the terms of our license. | ||
@@ -6,0 +6,0 @@ * A copy of the current license can be obtained at any time by e-mailing |
{ | ||
"_from": "@syncfusion/ej2-progressbar@*", | ||
"_id": "@syncfusion/ej2-progressbar@18.15.4", | ||
"_id": "@syncfusion/ej2-progressbar@23.1.36", | ||
"_inBundle": false, | ||
"_integrity": "sha512-6dvYCbgSnMC9nbXCQlQT3zT4yW+VFkvZAgRyorevit6Pkwg9CkaqZOc1LufuYDtmq4GJSMRS66IgYmAVTrTuEw==", | ||
"_integrity": "sha512-31UECSUJMyI0fFO420lEmLtQHSoI5JUYKvmcLsjv2+pqDtGpVfCR4JAoDss0UifaIM442dfgal678P959jybsg==", | ||
"_location": "/@syncfusion/ej2-progressbar", | ||
@@ -26,4 +26,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-progressbar/-/ej2-progressbar-18.15.4.tgz", | ||
"_shasum": "36b5ff3ab7660c786ceb4952c4b6ff9ef29367c0", | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-progressbar/-/ej2-progressbar-23.1.36.tgz", | ||
"_shasum": "3ace7ddf93fb9dce95811ea66495153e0692f8de", | ||
"_spec": "@syncfusion/ej2-progressbar@*", | ||
@@ -36,3 +36,3 @@ "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~23.1.36", | ||
"@syncfusion/ej2-base": "~23.1.38", | ||
"@syncfusion/ej2-data": "~23.1.36", | ||
@@ -59,5 +59,5 @@ "@syncfusion/ej2-svg-base": "~23.1.36" | ||
"typings": "index.d.ts", | ||
"version": "23.1.36", | ||
"version": "23.1.38", | ||
"sideEffects": false, | ||
"homepage": "https://www.syncfusion.com/javascript-ui-controls" | ||
} |
@@ -248,8 +248,3 @@ import { ProgressAnimation } from '../utils/progress-animation'; | ||
pos = (progress.enableRtl) ? (center <= defaultPos) : (center >= defaultPos); | ||
if (pos) { | ||
posX = center; | ||
} | ||
else { | ||
posX = defaultPos; | ||
} | ||
posX = center; | ||
} | ||
@@ -256,0 +251,0 @@ else { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1827208
12784