Skip to content

Commit d956314

Browse files
author
pipeline
committed
v28.2.5 is released
1 parent c1f315b commit d956314

Some content is hidden

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

46 files changed

+203
-43
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-
## 28.2.4 (2025-02-04)
5+
## 28.2.5 (2025-02-11)
66

77
### Barcode
88

components/base/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.2.4 (2025-02-04)
5+
## 28.2.5 (2025-02-11)
66

77
### Common
88

components/buttons/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.2.4 (2025-02-04)
5+
## 28.2.5 (2025-02-11)
66

77
### Switch
88

components/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.2.4 (2025-02-04)
5+
## 28.2.5 (2025-02-11)
66

77
### DatePicker
88

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.2.5 (2025-02-11)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I687354` - The chart with the primary and secondary axes is now working properly even when no series is bound.
12+
513
## 28.2.4 (2025-02-04)
614

715
### Chart

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

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

55
## [Unreleased]
66

7-
## 28.2.4 (2025-02-04)
7+
## 28.2.5 (2025-02-11)
88

99
### Circular Gauge
1010

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.39",
3+
"version": "28.2.3",
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

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

33
## [Unreleased]
44

5+
## 28.2.5 (2025-02-11)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I683467` - Improved performance by optimizing bookmark manipulation during text insertion.
12+
- `#I684634` - Fixed an issue where focus moved to the document editor when selecting a tracked revision.
13+
- `#I684435` - Resolved a freezing issue when accepting all tracked changes.
14+
- `#I686056` - Fixed an issue where the background color was not updating properly in the properties pane.
15+
- `#I679707` - Corrected the continuation of page numbers after restarting page numbering.
16+
- `#I680995` - Fixed font rendering issues when applying the theme font to text.
17+
- `#I687189` - Resolved caret height inconsistencies in collaborative editing.
18+
- `#I682585` - Fixed incorrect list indentation when performing an undo action.
19+
- `#F195801` - Resolved an issue where the content change event was triggered twice when applying a paragraph style.
20+
521
## 28.2.4 (2025-02-04)
622

723
### DocumentEditor

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.2.3",
3+
"version": "28.2.4",
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

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

33
## [Unreleased]
44

5+
## 28.2.5 (2025-02-11)
6+
7+
### ComboBox
8+
9+
#### Bug Fixes
10+
11+
- `#I685229` - Fixed the issue where an extra space appears when using the allowResize with height properties.
12+
13+
### DropDownTree
14+
15+
#### Bug Fixes
16+
17+
- `#I684184` - An issue when using value property as two way binding and selecting a filtered node has been resolved.
18+
19+
- `#I681976` - An issue with value property when updating a data source dynamically in Dropdown Tree component has been resolved.
20+
21+
- `#I682748` - An issue Tab focus occurs when navigating a disabled Dropdown Tree component has been resolved.
22+
23+
- `#I682703` - An Focusing issues in Dropdown Tree component when `showSelectAll` property is true has been resolved.
24+
525
## 28.2.4 (2025-02-04)
626

727
### DropDownTree

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

components/filemanager/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.2.5 (2025-02-11)
6+
7+
### FileManager
8+
9+
#### Bug Fixes
10+
11+
- `#I676641` - The issue with the details View column and selection when dynamically changing the view in the File Manager component has been resolved.
12+
- `#I681088`, `#FB628089` - Provided `enableMenuItems` API method support to enable the menu items in the File Manager component.
13+
514
## 28.2.4 (2025-02-04)
615

716
### FileManager

components/filemanager/package.json

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

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.2.5 (2025-02-11)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#I678529` - When row drag and drop is used, the issue where modified records were not updating properly in the actionComplete event has been fixed.
12+
- `#I683525` - Resolved a script error that occurred during cell editing of the Resource field when the resource collection was modified through column editing.
13+
14+
## 28.2.4 (2025-02-04)
15+
16+
### GanttChart
17+
18+
#### Bug fixes
19+
20+
- `#I678529` - Fixed issues where the Work column value was not updating correctly when one resource unit was set to 0 and another to 100. Additionally, resolved an issue in Fixed Duration mapping, where the Work value did not update to 0 when the resource unit was set to 0.
21+
- `#I682615`,`#I684467` - Duration updated incorrectly while updating record via method issue has been fixed.
22+
- `#I674922` - Taskbar Drag Issues When Overlapping on the Same Date issue has been fixed.
23+
24+
- `#I678529` - Fixed issues where the Work column value was not updating correctly when one resource unit was set to 0 and another to 100. Additionally, resolved an issue in Fixed Duration mapping, where the Work value did not update to 0 when the resource unit was set to 0.
25+
- `#I674922` - Taskbar Drag Issues When Overlapping on the Same Date issue has been fixed.
26+
527
## 28.2.3 (2025-01-29)
628

729
### GanttChart

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

components/grids/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## [Unreleased]
44

5+
## 28.2.5 (2025-02-11)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#I679470` - The issue of the missing focus border on grid cells after adding rows has been resolved.
12+
- `#I679056` - The problem of a script error occurring when updating the dataSource with a frozen column and the `All` option in the pager dropdown has been resolved.
13+
- `#I682856` - Resolved an issue where pressing `ESC` or the cancel button in the toolbar did not properly restore a row after editing.
14+
- `#I687968` - Fixed an issue where virtual scrolling did not function correctly when frozen columns were enabled.
15+
- `#I679046` - Resolved an issue where infinite scrolling not loading correctly in Firefox at specific resolutions.
16+
- `#I682690` - The issue where the `DropDownList popup` does not opening with `Alt + Down Arrow` in the Grid for remote data binding has been resolved.
17+
518
## 28.2.4 (2025-02-04)
619

720
### Grid

components/grids/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-grids",
3-
"version": "28.2.3",
3+
"version": "28.2.4",
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/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-heatmap",
3-
"version": "28.1.33",
3+
"version": "28.2.3",
44
"description": "Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/imageeditor/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.2.4 (2025-02-04)
5+
## 28.1.41 (2025-01-21)
66

77
### Image Editor
88

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

components/inputs/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.2.4 (2025-02-04)
5+
## 28.2.3 (2025-01-29)
66

77
### Form Validator
88

components/inputs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-inputs",
3-
"version": "28.1.41",
3+
"version": "28.2.3",
44
"description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/interactivechat/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.2.4 (2025-02-04)
5+
## 28.2.5 (2025-02-11)
6+
7+
### AI AssistView
8+
9+
#### Bug Fixes
10+
11+
- `#I686430` - Now the issue with scrollbar position when loaded initially using the `messageTemplate` and `loadOnDemand` property enabled has been resolved.
12+
13+
## 28.1.41 (2025-01-21)
614

715
### AI AssistView
816

components/interactivechat/package.json

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

components/layouts/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.2.4 (2025-02-04)
5+
## 28.2.5 (2025-02-11)
66

77
### Dashboard Layout
88

components/lists/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.2.4 (2025-02-04)
5+
## 28.2.5 (2025-02-11)
66

77
### ListView
88

components/maps/CHANGELOG.md

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

99
## [Unreleased]
1010

11-
## 28.2.4 (2025-02-04)
11+
## 28.2.5 (2025-02-11)
12+
13+
### Maps
14+
15+
#### Bug fixes
16+
17+
- `#I681991` - Now, the marker will not be translated for the maximum zoomed-out layers.
18+
- `#I686422` - Now, the marker cluster expands properly when clicked.
19+
20+
## 28.2.3 (2025-01-29)
1221

1322
### Maps
1423

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.38",
3+
"version": "28.2.3",
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",

components/multicolumncombobox/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.2.4 (2025-02-04)
5+
## 28.2.5 (2025-02-11)
66

77
### MultiColumn ComboBox
88

components/navigations/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.2.5 (2025-02-11)
6+
7+
### Tab
8+
9+
#### Bug Fixes
10+
11+
- `#I686179` - An issue where the Tab content not loaded properly while switching the tabs has been fixed.
12+
13+
### TreeView
14+
15+
#### Bug Fixes
16+
17+
- `#I686187` - The expand animation issue, which occurred when adding and removing nodes inside the TreeView component's expanding event handler, has been resolved.
18+
519
## 28.2.4 (2025-02-04)
620

721
### TreeView

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.2.3",
3+
"version": "28.2.4",
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",

components/notifications/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.2.4 (2025-02-04)
5+
## 28.2.5 (2025-02-11)
66

77
### Badge
88

0 commit comments

Comments
 (0)