Skip to content

Commit 78881da

Browse files
author
pipeline
committed
v24.1.44 is released
1 parent f1974ff commit 78881da

40 files changed

+275
-45
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.43 (2023-12-27)
5+
## 24.1.44 (2024-01-03)
66

77
### Barcode
88

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.1.44 (2024-01-03)
6+
7+
### TimePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I529252` - Fixed issue where changing the time in `EEE hh:mm a` format was affecting the day.
12+
513
## 24.1.43 (2023-12-27)
614

715
### DateTimePicker

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": "18.32.2",
3+
"version": "24.1.43",
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/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 24.1.44 (2024-01-03)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
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.
16+
517
## 24.1.43 (2023-12-27)
618

719
### Chart

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.41",
3+
"version": "24.1.43",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-circulargauge",
3-
"version": "24.1.41",
3+
"version": "24.1.43",
44
"description": "Essential JS 2 CircularGauge Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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.41",
3+
"version": "24.1.43",
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/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 24.1.44 (2024-01-03)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I523857` - Resolved the performance issue while updating the field in document.
12+
- `#I526974` - Resolved control freeze issue while pasting content inside table.
13+
- `#I526633` - Resolved the issue in rendering of shape element.
14+
515
## 24.1.43 (2023-12-27)
616

717
### DocumentEditor

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.41",
3+
"version": "24.1.43",
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/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,36 @@
22

33
## [Unreleased]
44

5+
## 24.1.44 (2024-01-03)
6+
7+
### DropDownTree
8+
9+
#### Bug Fixes
10+
11+
- `#I536388` - The issue with the `selectAll` method in the Dropdown Tree component has been resolved.
12+
13+
### DropdownList
14+
15+
#### Bug Fixes
16+
17+
- `#F49252` - Fixed the issue where the dropdown list width was not the same as the dropdown control.
18+
- `#I531994` - Fixed the issue where pressing the space key after focusing on a dropdown list would cause an unexpected page scroll.
19+
20+
### Mention
21+
22+
#### Bug Fixes
23+
24+
- `#I530713` - Fixed issue where users were unable to access the popup after pressing Shift + Enter.
25+
- `#I8411` - Fixed an issue where list values were displayed immediately after typing instead of waiting the minimum length was reached.
26+
527
## 24.1.43 (2023-12-27)
628

729
### ListBox
830

931
#### Bug Fixes
1032

1133
- `#I520132` - Issue with "The listbox value was not updated properly while filtering the data source when we place within form" has been resolved.
34+
- `#I522090` - Issue with "Keyboard action is not working properly in the ListBox filter" has been resolved.
1235

1336
### DropdownList
1437

0 commit comments

Comments
 (0)