Skip to content

Commit abcfe27

Browse files
author
pipeline
committed
v24.2.3 is released
1 parent b6bc88e commit abcfe27

File tree

34 files changed

+197
-61
lines changed

34 files changed

+197
-61
lines changed

components/barcodegenerator/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 24.1.47 (2024-01-23)
5+
## 24.2.3 (2024-01-31)
66

77
### Barcode
88

components/buttons/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 24.2.3 (2024-01-31)
6+
7+
### Switch
8+
9+
#### Bug Fixes
10+
11+
- `#I547814` - The issue with "Script error thrown when using toggle in angular platform" has been resolved.
12+
513
## 24.1.46 (2024-01-17)
614

715
### Checkbox

components/calendars/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 24.2.3 (2024-01-31)
6+
7+
### DateTimePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I541657` - Fixed an issue where the change event in the DateTimePicker was firing after the first time losing focus when milliseconds were included.
12+
513
## 24.1.47 (2024-01-23)
614

715
### DateRangePicker

components/calendars/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-calendars",
3-
"version": "24.1.44",
3+
"version": "24.1.47",
44
"description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-charts",
3-
"version": "24.1.46",
3+
"version": "24.1.47",
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",

components/circulargauge/package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,26 @@
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
77
"keywords": [
8-
"react",
9-
"reactjs",
10-
"react-circulargauge",
8+
"ej2",
9+
"syncfusion",
1110
"ej2-react-circulargauge"
1211
],
1312
"repository": {
1413
"type": "git",
15-
"url": "https://github.com/syncfusion/ej2-react-ui-components.git"
14+
"url": "https://github.com/syncfusion/ej2-react-circulargauge.git"
1615
},
1716
"main": "./dist/ej2-react-circulargauge.umd.min.js",
1817
"module": "./index.js",
1918
"es2015": "dist/es6/ej2-react-circulargauge.es2015.js",
2019
"readme": "ReadMe.md",
2120
"dependencies": {
21+
"awesome-typescript-loader": "^3.1.3",
22+
"source-map-loader": "^0.2.1",
2223
"@syncfusion/ej2-base": "*",
2324
"@syncfusion/ej2-react-base": "*",
2425
"@syncfusion/ej2-circulargauge": "*"
2526
},
2627
"devDependencies": {
27-
"awesome-typescript-loader": "^3.1.3",
28-
"source-map-loader": "^0.2.1",
2928
"@types/chai": "^3.4.28",
3029
"@types/es6-promise": "0.0.28",
3130
"@types/jasmine": "2.8.22",

components/diagrams/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
## [Unreleased]
44

5+
## 24.2.3 (2024-01-31)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I533824` - Now, textAlign Justify is working correctly.
12+
- `#I539121` - Now, oldValue & newValue argument of size change event updated properly while resize the nodes.
13+
- `#FB50125` - Now, symbols are rendered properly in symbol palette.
14+
15+
## 24.1.47 (2024-01-23)
16+
17+
### Diagram
18+
19+
#### Bug Fixes
20+
21+
- `#I538596` - Now, resizing group node with pivot point works fine.
22+
- `#FB49421` - Now, selector renders at initial for multiselect tool.
23+
- `#I534426` - Now, Complex hierarchical tree layout is working fine while injecting line routing.
24+
- `#F186044` - Now, swimlane phase properties are dynamically updated during drag and drop operations.
25+
- `#F185333` - Now, swimlane header properties are dynamically updated during drag and drop operations.
26+
527
## 24.1.46 (2024-01-17)
628

729
### Diagram

components/diagrams/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-diagrams",
3-
"version": "24.1.46",
3+
"version": "24.1.47",
44
"description": "Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-documenteditor",
3-
"version": "24.1.46",
3+
"version": "24.1.47",
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",

components/dropdowns/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-dropdowns",
3-
"version": "24.1.46",
3+
"version": "24.1.47",
44
"description": "Essential JS 2 DropDown Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)