Skip to content

Commit 895f95f

Browse files
author
pipeline
committed
v28.1.41 is released
1 parent f835c58 commit 895f95f

File tree

40 files changed

+184
-33
lines changed

40 files changed

+184
-33
lines changed

Diff for: components/barcodegenerator/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.1.39 (2024-01-14)
5+
## 28.1.41 (2025-01-21)
66

77
### Barcode
88

Diff for: components/base/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.1.39 (2024-01-14)
5+
## 28.1.41 (2025-01-21)
66

77
### Common
88

Diff for: components/buttons/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.1.39 (2024-01-14)
5+
## 28.1.41 (2025-01-21)
66

77
### Switch
88

Diff for: components/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.1.41 (2025-01-21)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I675886` - Fixed an issue where values were not updated correctly when a mask was configured.
12+
513
## 28.1.39 (2024-01-14)
614

715
### DateRangePicker

Diff for: components/calendars/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-calendars",
3-
"version": "28.1.37",
3+
"version": "28.1.39",
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",

Diff for: components/charts/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## [Unreleased]
44

5+
## 28.1.41 (2025-01-21)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I651775` - The data label position for the stacked column now renders properly.
12+
- `#F195744` - The tooltip for the stacking column series now renders properly during keyboard navigation.
13+
14+
### Bullet Chart
15+
16+
#### Bug Fixes
17+
18+
- `#I676482` - The bullet chart will render properly even when the range is set to empty.
19+
520
## 28.1.39 (2024-01-14)
621

722
### Chart

Diff for: components/charts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-charts",
3-
"version": "28.1.38",
3+
"version": "28.1.39",
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",

Diff for: components/circulargauge/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## [Unreleased]
66

7-
## 28.1.39 (2024-01-14)
7+
## 28.1.41 (2025-01-21)
88

99
### Circular Gauge
1010

Diff for: components/diagrams/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-diagrams",
3-
"version": "28.1.37",
3+
"version": "28.1.39",
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",

Diff for: components/documenteditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-documenteditor",
3-
"version": "28.1.38",
3+
"version": "28.1.39",
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",

Diff for: components/dropdowns/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.1.41 (2025-01-21)
6+
7+
### ComboBox
8+
9+
#### Bug Fixes
10+
11+
- `#I679101` - Fixed the issue where an error was encountered when filtering in the ComboBox with custom values disabled and virtualization enabled.
12+
13+
### DropDownTree
14+
15+
#### Bug Fixes
16+
17+
- `#I678070` - The issue change event is not triggered when checking SelectAll checkbox after dynamically selecting any node in the Dropdown Tree component has been resolved.
18+
19+
### MultiSelect
20+
21+
#### Bug Fixes
22+
23+
- `#I662148` - Fixed an issue where the value was not bound to the Multiselect component.
24+
525
## 28.1.39 (2024-01-14)
626

727
### ListBox

Diff for: components/dropdowns/package.json

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

Diff for: components/filemanager/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.1.39 (2024-01-14)
5+
## 28.1.41 (2025-01-21)
66

77
### FileManager
88

Diff for: components/gantt/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 28.1.41 (2025-01-21)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#I665780` - Baseline and taskbar width mismatched when using the same dates for both issue has been fixed.
12+
- `#I678186` - Decimal work value is updating, when record add issue has been fixed.
13+
- `#I679179` - Offset value was not calculated properly issue has been fixed.
14+
515
## 28.1.39 (2024-01-14)
616

717
### GanttChart

Diff for: components/gantt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-gantt",
3-
"version": "28.1.38",
3+
"version": "28.1.39",
44
"description": "Essential JS 2 Gantt Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

Diff for: components/grids/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 28.1.41 (2025-01-21)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#I676657` - Resolved an issue where two column chooser dialog were opened when the `openColumnChooser` method was called programmatically in an adaptive layout.
12+
- `#I932065` - Fixed the tooltip flickering issue when the mouse moves inside the grid header.
13+
- `#I675890` - Resolved an issue where the grid refresh action was triggered on search focus-out when performing a search for the same key.
14+
515
## 28.1.38 (2025-01-07)
616

717
### Grid

Diff for: components/imageeditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.1.41 (2025-01-21)
6+
7+
### Image Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I681174` - The issue with "Blob url not opening in image editor" has been resolved.
12+
513
## 28.1.39 (2024-01-14)
614

715
### Image Editor

Diff for: components/imageeditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-image-editor",
3-
"version": "28.1.33",
3+
"version": "28.1.39",
44
"description": "Essential JS 2 ImageEditor for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

Diff for: components/inputs/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.1.41 (2025-01-21)
6+
7+
### Signature
8+
9+
#### Bug Fixes
10+
11+
- `#I679504` - Issue with "The `getSignature` method not shown in signature component instance for VUE platforms" has been resolved.
12+
513
## 28.1.37 (2024-12-31)
614

715
### Uploader

Diff for: components/interactivechat/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.1.41 (2025-01-21)
6+
7+
### AI AssistView
8+
9+
#### Features
10+
11+
- `#I669136` - Now we have provided a new method `scrollToBottom()` to programmatically scroll the view to the bottom in the AssistView.
12+
513
## 27.1.48 (2024-09-18)
614

715
### AI AssistView

Diff for: components/lists/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.1.39 (2024-01-14)
5+
## 28.1.41 (2025-01-21)
66

77
### ListBox
88

Diff for: components/maps/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## [Unreleased]
1010

11-
## 28.1.39 (2024-01-14)
11+
## 28.1.38 (2025-01-07)
1212

1313
### Maps
1414

Diff for: components/maps/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-maps",
3-
"version": "28.1.33",
3+
"version": "28.1.38",
44
"description": "The Maps component is used to visualize the geographical data and represent the statistical data of a particular geographical area on earth with user interactivity, and provides various customizing options for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

Diff for: components/multicolumncombobox/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.1.39 (2024-01-14)
5+
## 28.1.41 (2025-01-21)
66

77
### MultiColumn ComboBox
88

Diff for: components/navigations/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.1.39 (2024-01-14)
5+
## 28.1.41 (2025-01-21)
6+
7+
### Menu
8+
9+
#### Bug Fixes
10+
11+
- `#I681943` - The issue with "Escape key closes all submenus instead of last submenu" has been resolved.
12+
13+
### ContextMenu
14+
15+
#### Bug Fixes
16+
17+
- `#I668145` - The issue with "Script error thrown while selecting the dynamically updated submenu items in the context menu" has been resolved.
18+
19+
## 28.1.37 (2024-12-31)
620

721
### Tab
822

Diff for: components/navigations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-navigations",
3-
"version": "28.1.35",
3+
"version": "28.1.39",
44
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

Diff for: components/notifications/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.1.39 (2024-01-14)
5+
## 28.1.41 (2025-01-21)
66

77
### Message
88

Diff for: components/pdfviewer/CHANGELOG.md

+16-3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,29 @@
22

33
## [Unreleased]
44

5-
## 28.1.39 (2024-01-14)
5+
## 28.1.41 (2025-01-21)
66

77
### PDF Viewer
88

99
#### Bug Fixes
1010

11-
- `#I674223` - Now, the form field alignment is correctly preserved after downloading the document in a `standalone` PDF Viewer.
12-
- `#I665085` - Now, the PDF viewer no longer crashes when loading large size digital signature document.
1311
- `#I676738` - Now, the radio button is visible on the non-rendered page when saving the document.
1412
- `#I675055`, `#678431` - Now, the script error no longer occurs when using the PDF Viewer in React with `Vite` in production.
13+
- `#I678021` - Now, the free text annotation is not missing when saving a document with Unicode text and newline characters.
14+
- `#I680495` - Now, the annotations are visible in the customer provided document.
15+
16+
#### Breaking Changes
17+
18+
- `#I676549` - In the `pageRenderComplete` event, the page number property now reflects the actual page number instead of the page index.
19+
20+
## 28.1.39 (2025-01-14)
21+
22+
### PDF Viewer
23+
24+
#### Bug Fixes
25+
26+
- `#I674223` - Now, the form field alignment is correctly preserved after downloading the document in a `standalone` PDF Viewer.
27+
- `#I665085` - Now, the PDF viewer no longer crashes when loading large size digital signature document.
1528

1629
## 28.1.38 (2025-01-07)
1730

Diff for: components/pdfviewer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-pdfviewer",
3-
"version": "28.1.38",
3+
"version": "28.1.39",
44
"description": "Essential JS 2 PDF viewer Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

Diff for: components/pivotview/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 28.1.41 (2025-01-21)
6+
7+
### Pivot Table
8+
9+
#### Bug fixes
10+
11+
- `#I657448` - Double-clicking the 'No records to display' cell for drill-through in an empty pivot table will no longer trigger an error.
12+
- `#I679703` - The Y-axis title can now be customized for the Pivot Chart when using the 'Combined' multiple axis mode.
13+
514
## 28.1.38 (2025-01-07)
615

716
### Pivot Table

Diff for: components/querybuilder/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.1.39 (2024-01-14)
5+
## 28.1.41 (2025-01-21)
66

77
### QueryBuilder
88

0 commit comments

Comments
 (0)