Skip to content

Commit 7d9020d

Browse files
author
pipeline
committed
v28.1.35 is released
1 parent 3bc757d commit 7d9020d

Some content is hidden

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

44 files changed

+209
-35
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.1.33 (2024-12-12)
5+
## 28.1.35 (2024-12-18)
66

77
### Barcode
88

components/buttons/CHANGELOG.md

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

99
#### Features
1010

11-
- The Switch component now includes a `beforeChange` event, allowing users to intercept and manage state changes before they occur, such as for validation or cancellation.
11+
- The Switch component now includes a `beforeChange` event, which enables users to intercept and manage state changes before they occur. This feature supports custom logic, such as validation or cancellation, thereby offering greater flexibility.
1212

1313
### Chip
1414

components/buttons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-buttons",
3-
"version": "18.64.1",
3+
"version": "28.1.33",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.1.35 (2024-12-18)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I662154` - Axis labels are now rendered correctly in the exported PDF, even when headers and footers are included.
12+
- `#I662546` - Tooltip highlighting functions correctly when the column series width is specified using `columnWidthInPixel`.
13+
- `#I662277` - The intermediate sum index is no longer included in the calculation of the sum index.
14+
- `#I663653` - Data labels are now rendered correctly when the intermediate sum index is empty.
15+
- `#I663652` - The calculations for both sum and intermediate sum indexes have been corrected.
16+
517
## 28.1.33 (2024-12-12)
618

719
### 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": "20.22.1",
3+
"version": "28.1.33",
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.1.33 (2024-12-12)
7+
## 28.1.35 (2024-12-18)
88

99
### Circular Gauge
1010

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.1.35 (2024-12-18)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#F63100` - The Completed event is now triggered correctly during actions, even when multiple mouse buttons are clicked simultaneously.
12+
- `#I660681` - EJ1 diagram JSON with ports in nodes is now loading correctly in the EJ2 Diagram Builder.
13+
- `#I660066` - The `RightToLeft` option in the Distribute function now operates correctly and independently from the `Center` option.
14+
515
## 28.1.33 (2024-12-12)
616

717
### Diagram

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": "19.18.0",
3+
"version": "28.1.33",
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

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

33
## [Unreleased]
44

5+
## 28.1.35 (2024-12-18)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I653914` - Script error no longer thrown when drag and drop the text in document editor.
12+
- `#I655487` - Now, table column is rendered properly when imported the exported document.
13+
- `#I656985` - Now, oval shape is preserved properly in the document editor.
14+
- `#I658167` - Now table row get resized properly when we resize the row fast.
15+
- `F194125` - Now, Footnote and content does not get overlap when edit inside the document.
16+
- `#I640675` - Resolved the document freezing issue when reject the track changes.
17+
- `#I651428` - Now, comment get removed properly when delete the paragraph and accept the changes.
18+
- `#I661065` - Table border is rendered properly when table cell border's line style is set as none.
19+
- `#I658922` - Now, check box is rendered properly after change the value as checked.
20+
- `#I651509` - Provided content change event support to notify when protect and unprotected the document.
21+
- `#I658140` - Resolved the performance issue that occurs when performing the undo and redo functions after copy pasting multiple paragraphs within a table.
22+
- `#I656347` - Resolved the table layout issue when opening the exported document due to an improperly added row widget during exporting.
23+
- `#I645286`, `#I647203` - Handled the logic to combine text ranges with the same character formatting in the paragraph when exporting as SFDT to resolve performance issues.
24+
- `#I653756` - Resolved the content control border rendering issue for paragraph with lists and indentation applied.
25+
26+
- `#I653914` - Script error no longer thrown when drag and drop the text in document editor.
27+
- `#I655487` - Now, table column is rendered properly when imported the exported document.
28+
- `#I656985` - Now, oval shape is preserved properly in the document editor.
29+
- `#I658167` - Now table row get resized properly when we resize the row fast.
30+
- `F194125` - Now, Footnote and content does not get overlap when edit inside the document.
31+
- `#I640675` - Resolved the document freezing issue when reject the track changes.
32+
- `#I651428` - Now, comment get removed properly when delete the paragraph and accept the changes.
33+
- `#I661065` - Table border is rendered properly when table cell border's line style is set as none.
34+
- `#I658922` - Now, check box is rendered properly after change the value as checked.
35+
- `#I651509` - Provided content change event support to notify when protect and unprotected the document.
36+
- `#I658140` - Resolved the performance issue that occurs when performing the undo and redo functions after copy pasting multiple paragraphs within a table.
37+
- `#I656347` - Resolved the table layout issue when opening the exported document due to an improperly added row widget during exporting.
38+
- `#I645286`, `#I647203` - Handled the logic to combine text ranges with the same character formatting in the paragraph when exporting as SFDT to resolve performance issues.
39+
- `#I653756` - Resolved the content control border rendering issue for paragraph with lists and indentation applied.
40+
Unreleased]
41+
542
## 27.2.4 (2024-11-26)
643

744
### 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": "27.2.4",
3+
"version": "28.1.33",
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

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

33
## [Unreleased]
44

5+
## 28.1.35 (2024-12-18)
6+
7+
### DropDownTree
8+
9+
#### Bug Fixes
10+
11+
- `#I660279` - The issue of being unable to close the parent Dropdown Tree using the document click action after dynamically removing the child Dropdown Tree component has been resolved.
12+
- `#I662309` - Issue with inconsistent selection behavior when using `selectAll` API on Dropdown Tree component initial render has been resolved.
13+
14+
### ComboBox
15+
16+
#### Bug Fixes
17+
18+
- `#I660915` - Fixed an issue where an empty popup was displayed when opening the popup manually.
19+
520
## 28.1.33 (2024-12-12)
621

722
### ListBox

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

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.33 (2024-12-12)
5+
## 28.1.35 (2024-12-18)
66

77
### FileManager
88

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.1.35 (2024-12-18)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#F195300` - AutoFocus mismatching issue between grid and chart click issue has been fixed.
12+
- `#I660168` - Vertical scrollbar hides when resizing splitter to left or right issue has been fixed.
13+
- `#I665389` - Splitter position changes dynamically, but when splitter is manually dragged, position does not update issue has been fixed.
14+
- `#I663036` - Applied color do not persist in edit dialog's notes tab issue has been fixed.
15+
- `#I658189` - Tooltip misalignment occurs when the parent element is scrolled issue has been fixed.
16+
- `#I660498`,`#I659031` - Angular Gantt not working for `Content-Security-Policy` of meta tag issue has been fixed.
17+
- `#I660467` - Gantt crashes when timezone is set to `berlin` issue has been fixed.
18+
- `#I664048` - Issue in child-parent predecessor validation issue has been fixed.
19+
- `#I664336` - Convert to task does not work for milestone task with task type as fixed work issue has been fixed.
20+
21+
- `#F195300` - AutoFocus mismatching issue between grid and chart click issue has been fixed.
22+
- `#I663036` - Applied color do not persist in edit dialog's notes tab issue has been fixed.
23+
- `#I658189` - Tooltip misalignment occurs when the parent element is scrolled issue has been fixed.
24+
- `#I664048` - Issue in child-parent predecessor validation issue has been fixed.
25+
- `#I664336` - Convert to task does not work for milestone task with task type as fixed work issue has been fixed.
26+
527
## 28.1.33 (2024-12-12)
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": "27.2.4",
3+
"version": "28.1.33",
44
"description": "Essential JS 2 Gantt Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.1.35 (2024-12-18)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#I659877` - Fixed the issue where the `getSelectedRecords` method retained previous selections when virtual scrolling was enabled.
12+
- `#I660588` - The issue of a script error occurring while searching for data after clearing the sorting in the hierarchy grid has been resolved.
13+
- `#I660594` - The problem of the vertical scrollbar disappearing when frozen rows are enabled in the responsive grid has been resolved.
14+
- `#F195226` - The issue of being unable to navigate to the `editTemplate` with the keyboard while adding a record has been resolved.
15+
- `#I656905` - Fixed an issue where clearing filters in the grid with custom page sizes displayed all records on one page.
16+
517
## 28.1.33 (2024-12-12)
618

719
### 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": "1.193.11",
3+
"version": "28.1.33",
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

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

33
## [Unreleased]
44

5-
## 28.1.33 (2024-12-12)
5+
## 28.1.35 (2024-12-18)
66

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

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

components/kanban/package.json

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

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

33
## [Unreleased]
44

5-
## 28.1.33 (2024-12-12)
5+
## 28.1.35 (2024-12-18)
66

77
### ListView
88

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.33 (2024-12-12)
11+
## 28.1.35 (2024-12-18)
1212

1313
### Maps
1414

components/navigations/CHANGELOG.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,24 @@
22

33
## [Unreleased]
44

5+
## 28.1.35 (2024-12-18)
6+
7+
### Accordion
8+
9+
#### Bug Fixes
10+
11+
- `#I660165` - The issue with " The accordion causing a script error when expanding it with the `expandMode` set to single" has been resolved.
12+
- `#I924619` - Added `cancel` support to the Accordion component's click event. This allows users to programmatically restrict the toggle behaviour expand or collapse by setting `cancel` as `true`.
13+
514
## 28.1.33 (2024-12-12)
615

716
### ContextMenu
817

918
#### Features
1019

11-
- The context menu now includes `scroller support`, improving accessibility and usability across all devices. Submenus dynamically adjust to fit the available screen space.
20+
- The context menu now features `Scroller support`, enhancing accessibility and usability across all devices. Submenus dynamically adjust to the available screen space, ensuring a smooth and user-friendly navigation experience. This update makes accessing all menu items more efficient and intuitive.
1221

13-
- The context menu now includes `Template Support`, enabling the embedding of custom layouts, controls, or components for seamless integration of text, buttons, images, and icons.
22+
- The context menu now supports `Template Support`, embedding custom layouts, controls, or components, allowing for flexible integration of text, buttons, images, and icons to enhance user-friendliness.
1423

1524
### Menu
1625

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": "22.42.3",
3+
"version": "28.1.33",
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.1.33 (2024-12-12)
5+
## 28.1.35 (2024-12-18)
66

77
### Message
88

components/pdfviewer/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.1.35 (2024-12-18)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#I63329` - Now, after the font family is changed, the default font family does not appear in the font family dropdown on the appearance tab.
12+
- `#I646929` - Now, the typed signature appears in the signature field after being added using the custom font.
13+
- `#I551643`, `#I664728` - Now, the script error does not occur when importing the large annotations.
14+
- `#I663071` - Now, the `printStart` event is triggered when printing a PDF using the `Ctrl + P` shortcut.
15+
516
## 28.1.33 (2024-12-12)
617

718
### PDF Viewer

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

components/pivotview/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.1.33 (2024-12-12)
5+
## 28.1.35 (2024-12-18)
66

77
### Pivot Table
88

components/popups/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-popups",
3-
"version": "21.6.12",
3+
"version": "28.1.33",
44
"description": "A package of Essential JS 2 popup components such as Dialog and Tooltip that is used to display information or messages in separate pop-ups. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)