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

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.41",
3+
"version": "24.1.43",
44
"description": "Essential JS 2 DropDown Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/CHANGELOG.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,22 @@
22

33
## [Unreleased]
44

5+
## 24.1.44 (2024-01-03)
6+
7+
### FileManager
8+
9+
#### Bug Fixes
10+
11+
- `#I536115` - The issue of adding an unnecessary `<ul>` element under the large icons view while using `enableVirtualization` property in the FileManager component has been resolved.
12+
513
## 24.1.43 (2023-12-27)
614

715
### FileManager
816

917
#### Bug Fixes
1018

1119
- `#I527570` - The issue with auto scroll during drag and drop operation in the FileManager component has been resolved.
12-
13-
- `#I531559`, `#I529731` - The file selection issue for the duplicate folders with different parents in the navigation pane of File Manager has been resolved.
20+
- `#I531559`, `#I529731` - The file selection issue for the duplicate folders with different parents in the navigation pane of FileManager has been resolved.
1421

1522
## 24.1.41 (2023-12-18)
1623

@@ -402,21 +409,24 @@
402409

403410
- The `beforeFileLoad` event’s `module` argument values have been changed as follows:
404411

405-
|Argument Name|Old Value|New Value|
406-
|----|----|----|
407-
|module|navigationpane|NavigationPane|
408-
|module|Grid|DetailsView|
409-
|module|LargeIcon|LargeIconView|
412+
| Argument Name | Old Value | New Value |
413+
|---|---|---|
414+
| module | navigationpane | NavigationPane |
415+
| module | Grid | DetailsView |
416+
| module | LargeIcon | LargeIconView |
410417

411418
## 17.1.32-beta (2019-03-13)
412419

413420
### FileManager
414421

415422
The `FileManager` is a graphical user interface component used to manage the file system. It enables the user to perform common file operations such as accessing, editing, uploading, downloading, and sorting files and folders. This component also allows easy navigation for browsing or selecting a file or folder from the file system.
416423

424+
417425
- **Different Views** - Provides detailed and large icon views.
418426
- **Context menu support** - Provides detailed and large icon views.
419427
- **Custom toolbar support** - Customize the toolbar to provide only necessary features.
420428
- **Multiple file selection** - Select multiple files simultaneously.
421429
- **Accessibility** - Features built-in accessibility support that makes all features accessible through keyboard interaction, screen readers, or other assistive technology devices.
422430
- **Localization** - Translate file names to any supported language.
431+
432+

components/filemanager/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-filemanager",
3-
"version": "24.1.41",
3+
"version": "24.1.43",
44
"description": "Essential JS 2 FileManager Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/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+
### GanttChart
8+
9+
#### Bug Fixes
10+
11+
`#I531670` - When adding record by method before saving, if the task ID is changed after taskbar hover exception thrown issue has been fixed.
12+
13+
14+
`#I531670` - When adding a record by method before saving, if the task ID is changed after taskbar hover exception thrown issue has been fixed.
15+
16+
517
## 24.1.43 (2023-12-27)
618

719
### GanttChart

components/gantt/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-gantt",
3-
"version": "24.1.41",
3+
"version": "24.1.43",
44
"description": "Essential JS 2 Gantt Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 24.1.44 (2024-01-03)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#I527253` - The issue of displaying data in date format when it's provided as a string for the string column in the grid has been resolved.
12+
- `#I525816` - The problem of losing focus in the Grid when scrolling down using the down arrow key while focusing on the template has been resolved.
13+
- `#I525124` - The issue where Datamanager arguments were null when unchecking 15 or more items in the filter dialog has been resolved.
14+
- `#I528688` - Fixed an issue with keyboard navigation when the grid contains hidden columns.
15+
516
## 24.1.43 (2023-12-27)
617

718
### Grid

components/grids/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-grids",
3-
"version": "24.1.41",
3+
"version": "24.1.43",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/heatmap/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
### HeatMap
88

components/imageeditor/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+
### Image Editor
8+
9+
#### Bug Fixes
10+
11+
- The issue with "Image alignment issue in rotated state" has been resolved.
12+
513
## 24.1.43 (2023-12-27)
614

715
### Image Editor

components/imageeditor/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-image-editor",
3-
"version": "24.1.41",
3+
"version": "24.1.43",
44
"description": "Essential JS 2 ImageEditor for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/kanban/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 24.1.43 (2023-12-27)
6-
7-
### Kanban
8-
9-
#### Bug Fixes
10-
11-
- `#I525892` - Now, when using the column template in Kanban, the card count is updated properly.
12-
135
## 24.1.41 (2023-12-18)
146

157
### Kanban
@@ -495,3 +487,11 @@ The Kanban component is an efficient way to visually depict work at various stag
495487
- **RTL**: Display the control contents from right to left.
496488

497489

490+
## 24.1.43 (2023-12-27)
491+
492+
### Kanban
493+
494+
#### Bug Fixes
495+
496+
- `#I525892` - Now, when using the column template in Kanban, the card count is updated properly.
497+

components/kanban/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-kanban",
3-
"version": "24.1.41",
3+
"version": "24.1.43",
44
"description": "The Kanban board is an efficient way to visualize the workflow at each stage along its path to completion. The most important features available are Swim lane, filtering, and editing. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/lists/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
### ListView
88

components/maps/CHANGELOG.md

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

1212
## [Unreleased]
1313

14-
## 24.1.43 (2023-12-27)
14+
## 24.1.44 (2024-01-03)
1515

1616
### Maps
1717

components/pdfviewer/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 24.1.44 (2024-01-03)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#I529607` - Now, the formatting is not applying to extraneous line spacing in freetext annotation for PDF Viewer and downloaded document.
12+
13+
## 24.1.43 (2023-12-27)
14+
15+
### PDF Viewer
16+
17+
#### Bug Fixes
18+
19+
- `#I499403` - Now, the import functionality is working for the given custom stamp annotation.
20+
- `#I525379` - Now, the PDF pages are rendered properly when zooming in the provided PDF document on the client-side rendering.
21+
- `#I529609` - Now, the annotation time does not change in the comment panel without making any changes.
22+
- `#F185745` - Now, the calibrate distance annotations is not flip when downloading the document and opening it in the other viewers.
23+
- `#I529723` - Now, the radio button size does not enlarge when copied, pasted, or dragged.
24+
- `#I529705` - Now, the annotations are displayed after importing XFDF file.
25+
526
## 24.1.41 (2023-12-18)
627

728
### PDF Viewer

components/pdfviewer/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-pdfviewer",
3-
"version": "24.1.41",
3+
"version": "24.1.43",
44
"description": "Essential JS 2 PDF viewer Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pivotview/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+
### PivotTable
8+
9+
#### Bug fixes
10+
11+
- The script error caused by multiple cell selection mode when clicking specific cells has been resolved.
12+
513
## 24.1.43 (2023-12-27)
614

715
### PivotTable

0 commit comments

Comments
 (0)