Skip to content

Commit 48c6357

Browse files
author
pipeline
committed
v24.1.45 is released
1 parent 78881da commit 48c6357

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+280
-168
lines changed

components/barcodegenerator/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 24.1.44 (2024-01-03)
5+
## 24.1.45 (2024-01-09)
66

77
### Barcode
88

components/buttons/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 24.1.45 (2024-01-09)
6+
7+
### Switch
8+
9+
#### Bug Fixes
10+
11+
- `#I530742` - The issue with "Switch unintentionally changed when we touch the switch and drag vertically" has been resolved.
12+
513
## 24.1.41 (2023-12-18)
614

715
### RadioButton

components/calendars/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 24.1.44 (2024-01-03)
5+
## 24.1.45 (2024-01-09)
66

77
### TimePicker
88

components/charts/CHANGELOG.md

+19-5
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,31 @@
22

33
## [Unreleased]
44

5+
## 24.1.45 (2024-01-09)
6+
7+
### AccumulationChart
8+
9+
#### Bug Fixes
10+
11+
- `#I533625` - Now, the `textAlignment` property in the `titleStyle` of the accumulation chart is functioning correctly.
12+
13+
### Chart
14+
15+
#### Bug Fixes
16+
17+
- `#I536934` - Now, the `category` axis label renders properly when the x-value is provided as an empty string.
18+
519
## 24.1.44 (2024-01-03)
620

721
### Chart
822

923
#### Bug Fixes
1024

11-
- #I521819 - Improved the accuracy of the normal distribution in the histogram series.
12-
- #I528067 - Removed the multilevel label if all series are not visible.
13-
- #I185777 - Fixed the marker size issue in the scatter chart during initial loading.
14-
- #I185904 - Resolved the issue with the shared tooltip when disabling `showNearestPoint`.
15-
- #I532475 - Fixed the console error in Mozilla Firefox when zooming the bubble chart.
25+
- `#I521819` - Improved the accuracy of the normal distribution in the histogram series.
26+
- `#I528067` - Removed the multilevel label if all series are not visible.
27+
- `#I185777` - Fixed the marker size issue in the scatter chart during initial loading.
28+
- `#I185904` - Resolved the issue with the shared tooltip when disabling `showNearestPoint`.
29+
- `#I532475` - Fixed the console error in Mozilla Firefox when zooming the bubble chart.
1630

1731
## 24.1.43 (2023-12-27)
1832

components/charts/package.json

+7-18
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,30 @@
11
{
22
"name": "@syncfusion/ej2-react-charts",
3-
"version": "24.1.43",
3+
"version": "24.1.44",
44
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
77
"keywords": [
8-
"react",
9-
"reactjs",
10-
"react-charts",
11-
"react-graph",
12-
"react-stock-chart",
13-
"react-accumulation-chart",
14-
"react-rangenavigator",
15-
"react-rangeselector",
16-
"react-sparkline",
17-
"react-sparkline-chart",
18-
"react-smith-chart",
19-
"react-bullet-chart",
20-
"react-bullet-graph",
21-
"react-chart3d"
8+
"ej2",
9+
"syncfusion",
10+
"ej2-react-charts"
2211
],
2312
"repository": {
2413
"type": "git",
25-
"url": "https://github.com/syncfusion/ej2-react-ui-components.git"
14+
"url": "https://github.com/syncfusion/ej2-react-charts.git"
2615
},
2716
"main": "./dist/ej2-react-charts.umd.min.js",
2817
"module": "./index.js",
2918
"es2015": "dist/es6/ej2-react-charts.es2015.js",
3019
"readme": "ReadMe.md",
3120
"dependencies": {
21+
"awesome-typescript-loader": "^3.1.3",
22+
"source-map-loader": "^0.2.1",
3223
"@syncfusion/ej2-base": "*",
3324
"@syncfusion/ej2-react-base": "*",
3425
"@syncfusion/ej2-charts": "*"
3526
},
3627
"devDependencies": {
37-
"awesome-typescript-loader": "^3.1.3",
38-
"source-map-loader": "^0.2.1",
3928
"@types/chai": "^3.4.28",
4029
"@types/es6-promise": "0.0.28",
4130
"@types/jasmine": "2.8.22",

components/diagrams/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
## 24.1.45 (2024-01-09)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#F185764` - Now, removing bpmn text annotation dynamically is working properly.
12+
- `#I526870` - Resolved snap to lines issue when dragging shapes from palette to swimlane.
13+
- `#I526172` - The node now remains in the diagram when the ungroup action is performed.
14+
- `#FB48313` - The background color is now visible on symbol hover after rapid expand and collapse in the palette.
15+
- `#I531978` - Now, connectors rendered properly with line routing and line distribution enabled during doLayout process.
16+
517
## 24.1.43 (2023-12-27)
618

719
### Diagram

components/diagrams/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
77
"keywords": [
8-
"react",
9-
"react-diagrams",
8+
"ej2",
9+
"syncfusion",
1010
"ej2-react-diagrams"
1111
],
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/syncfusion/ej2-react-ui-components.git"
14+
"url": "https://github.com/syncfusion/ej2-react-diagrams.git"
1515
},
1616
"main": "./dist/ej2-react-diagrams.umd.min.js",
1717
"module": "./index.js",
1818
"es2015": "dist/es6/ej2-react-diagrams.es2015.js",
1919
"readme": "ReadMe.md",
2020
"dependencies": {
21+
"awesome-typescript-loader": "^3.1.3",
22+
"source-map-loader": "^0.2.1",
2123
"@syncfusion/ej2-base": "*",
2224
"@syncfusion/ej2-react-base": "*",
2325
"@syncfusion/ej2-diagrams": "*"
2426
},
2527
"devDependencies": {
26-
"awesome-typescript-loader": "^3.1.3",
27-
"source-map-loader": "^0.2.1",
2828
"@types/chai": "^3.4.28",
2929
"@types/es6-promise": "0.0.28",
3030
"@types/jasmine": "2.8.22",

components/documenteditor/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 24.1.45 (2024-01-09)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I528964` - Resolved the table border issue when exporting as docx.
12+
- `#I531058` - Resolved the reply comment sorted issue.
13+
- `#I453495` - Resolved the shape element shifting issue when pressing enter.
14+
- `#I528503` - Resolved the script error issue in server side rendering.
15+
516
## 24.1.44 (2024-01-03)
617

718
### DocumentEditor

components/documenteditor/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
22
"name": "@syncfusion/ej2-react-documenteditor",
3-
"version": "24.1.43",
3+
"version": "24.1.44",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
77
"keywords": [
8-
"react",
9-
"react-documenteditor",
8+
"ej2",
9+
"syncfusion",
1010
"ej2-react-documenteditor"
1111
],
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/syncfusion/ej2-react-ui-components.git"
14+
"url": "https://github.com/syncfusion/ej2-react-documenteditor.git"
1515
},
1616
"main": "./dist/ej2-react-documenteditor.umd.min.js",
1717
"module": "./index.js",
1818
"es2015": "dist/es6/ej2-react-documenteditor.es2015.js",
1919
"readme": "ReadMe.md",
2020
"dependencies": {
21+
"awesome-typescript-loader": "^3.1.3",
22+
"source-map-loader": "^0.2.1",
2123
"@syncfusion/ej2-base": "*",
2224
"@syncfusion/ej2-react-base": "*",
2325
"@syncfusion/ej2-documenteditor": "*"
2426
},
2527
"devDependencies": {
26-
"awesome-typescript-loader": "^3.1.3",
27-
"source-map-loader": "^0.2.1",
2828
"@types/chai": "^3.4.28",
2929
"@types/es6-promise": "0.0.28",
3030
"@types/jasmine": "2.8.22",

components/dropdowns/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 24.1.44 (2024-01-03)
5+
## 24.1.45 (2024-01-09)
66

77
### DropDownTree
88

components/filemanager/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 24.1.45 (2024-01-09)
6+
7+
### FileManager
8+
9+
#### Bug Fixes
10+
11+
- `#I536863` - The issue while creating a new folder within empty subfolder using the context menu from navigation pane selection is resolved.
12+
513
## 24.1.44 (2024-01-03)
614

715
### FileManager

components/filemanager/package.json

+7-15
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,30 @@
11
{
22
"name": "@syncfusion/ej2-react-filemanager",
3-
"version": "24.1.43",
3+
"version": "24.1.44",
44
"description": "Essential JS 2 FileManager Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
77
"keywords": [
8-
"react",
9-
"reactjs",
10-
"react-filemanager",
11-
"react-file organizer",
12-
"react-file organizing tool",
13-
"react-file picker",
14-
"react-file viewer",
15-
"react-file browser",
16-
"react-file selector",
17-
"react-directory viewer",
18-
"JavaScript"
8+
"ej2",
9+
"syncfusion",
10+
"ej2-react-filemanager"
1911
],
2012
"repository": {
2113
"type": "git",
22-
"url": "https://github.com/syncfusion/ej2-react-ui-components.git"
14+
"url": "https://github.com/syncfusion/ej2-react-filemanager.git"
2315
},
2416
"main": "./dist/ej2-react-filemanager.umd.min.js",
2517
"module": "./index.js",
2618
"es2015": "dist/es6/ej2-react-filemanager.es2015.js",
2719
"readme": "ReadMe.md",
2820
"dependencies": {
21+
"awesome-typescript-loader": "^3.1.3",
22+
"source-map-loader": "^0.2.1",
2923
"@syncfusion/ej2-base": "*",
3024
"@syncfusion/ej2-react-base": "*",
3125
"@syncfusion/ej2-filemanager": "*"
3226
},
3327
"devDependencies": {
34-
"awesome-typescript-loader": "^3.1.3",
35-
"source-map-loader": "^0.2.1",
3628
"@types/chai": "^3.4.28",
3729
"@types/es6-promise": "0.0.28",
3830
"@types/jasmine": "2.8.22",

components/gantt/CHANGELOG.md

+14-4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 24.1.45 (2024-01-09)
6+
7+
### GanttChart
8+
9+
#### Bug Fixes
10+
11+
- `#I530808` - Progress width not rendered properly in split tasks issue has been fixed.
12+
- `#F185683` - Resources are not updating properly in `actionBegin`event issue has been fixed.
13+
- `#I532918` - Baseline width not rendered properly in PDF export issue has been fixed.
14+
- `#F532918` - Issue with remote data while performing CRUD operation in various Gantt chart versions has been fixed.
15+
16+
- `#F185683` - Resources are not updating properly in `actionBegin` event issue has been fixed.
17+
- `#I532918` - Baseline width not rendered properly in PDF export issue has been fixed.
18+
519
## 24.1.44 (2024-01-03)
620

721
### GanttChart
@@ -16,10 +30,6 @@
1630

1731
## 24.1.43 (2023-12-27)
1832

19-
### GanttChart
20-
21-
#### Bug Fixes
22-
2333
- `#I527509` - Action begin event arguments not working properly issue has been fixed.
2434
- `#I517104` - Gantt component hangs whole page if timezone changed to UK(London) issue has been fixed.
2535

components/gantt/package.json

+7-9
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,30 @@
11
{
22
"name": "@syncfusion/ej2-react-gantt",
3-
"version": "24.1.43",
3+
"version": "24.1.44",
44
"description": "Essential JS 2 Gantt Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
77
"keywords": [
8-
"react",
9-
"reactjs",
10-
"react-gantt",
11-
"react-gantt-chart",
12-
"JavaScript"
8+
"ej2",
9+
"syncfusion",
10+
"ej2-react-gantt"
1311
],
1412
"repository": {
1513
"type": "git",
16-
"url": "https://github.com/syncfusion/ej2-react-ui-components.git"
14+
"url": "https://github.com/syncfusion/ej2-react-gantt.git"
1715
},
1816
"main": "./dist/ej2-react-gantt.umd.min.js",
1917
"module": "./index.js",
2018
"es2015": "dist/es6/ej2-react-gantt.es2015.js",
2119
"readme": "ReadMe.md",
2220
"dependencies": {
21+
"awesome-typescript-loader": "^3.1.3",
22+
"source-map-loader": "^0.2.1",
2323
"@syncfusion/ej2-base": "*",
2424
"@syncfusion/ej2-react-base": "*",
2525
"@syncfusion/ej2-gantt": "*"
2626
},
2727
"devDependencies": {
28-
"awesome-typescript-loader": "^3.1.3",
29-
"source-map-loader": "^0.2.1",
3028
"@types/chai": "^3.4.28",
3129
"@types/es6-promise": "0.0.28",
3230
"@types/jasmine": "2.8.22",

components/grids/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 24.1.45 (2024-01-09)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#FB49340` - Fixed an issue that occurred when resizing columns in the grid with stacked headers.
12+
- `#I520335` - Resolved an issue regarding incorrect `filterBeforeOpen requestType` naming and updated the `options` property scope as public within the `actionBegin` event argument when opening the filter menu.
13+
- `#I533690` - Script error thrown when clicking the cancel button in batch edit has been fixed.
14+
- `#FB49544` - The problem with `persistSelection` in custom data binding has been successfully resolved.
15+
516
## 24.1.44 (2024-01-03)
617

718
### Grid

0 commit comments

Comments
 (0)