Skip to content

Commit

Permalink
v28.1.35 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Dec 18, 2024
1 parent 3bc757d commit 7d9020d
Show file tree
Hide file tree
Showing 44 changed files with 209 additions and 35 deletions.
2 changes: 1 addition & 1 deletion components/barcodegenerator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 28.1.33 (2024-12-12)
## 28.1.35 (2024-12-18)

### Barcode

Expand Down
2 changes: 1 addition & 1 deletion components/buttons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#### Features

- 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.
- 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.

### Chip

Expand Down
2 changes: 1 addition & 1 deletion components/buttons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-buttons",
"version": "18.64.1",
"version": "28.1.33",
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
12 changes: 12 additions & 0 deletions components/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## [Unreleased]

## 28.1.35 (2024-12-18)

### Chart

#### Bug Fixes

- `#I662154` - Axis labels are now rendered correctly in the exported PDF, even when headers and footers are included.
- `#I662546` - Tooltip highlighting functions correctly when the column series width is specified using `columnWidthInPixel`.
- `#I662277` - The intermediate sum index is no longer included in the calculation of the sum index.
- `#I663653` - Data labels are now rendered correctly when the intermediate sum index is empty.
- `#I663652` - The calculations for both sum and intermediate sum indexes have been corrected.

## 28.1.33 (2024-12-12)

### Chart
Expand Down
2 changes: 1 addition & 1 deletion components/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-charts",
"version": "20.22.1",
"version": "28.1.33",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/circulargauge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## [Unreleased]

## 28.1.33 (2024-12-12)
## 28.1.35 (2024-12-18)

### Circular Gauge

Expand Down
10 changes: 10 additions & 0 deletions components/diagrams/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Unreleased]

## 28.1.35 (2024-12-18)

### Diagram

#### Bug Fixes

- `#F63100` - The Completed event is now triggered correctly during actions, even when multiple mouse buttons are clicked simultaneously.
- `#I660681` - EJ1 diagram JSON with ports in nodes is now loading correctly in the EJ2 Diagram Builder.
- `#I660066` - The `RightToLeft` option in the Distribute function now operates correctly and independently from the `Center` option.

## 28.1.33 (2024-12-12)

### Diagram
Expand Down
2 changes: 1 addition & 1 deletion components/diagrams/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-diagrams",
"version": "19.18.0",
"version": "28.1.33",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
37 changes: 37 additions & 0 deletions components/documenteditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,43 @@

## [Unreleased]

## 28.1.35 (2024-12-18)

### DocumentEditor

#### Bug Fixes

- `#I653914` - Script error no longer thrown when drag and drop the text in document editor.
- `#I655487` - Now, table column is rendered properly when imported the exported document.
- `#I656985` - Now, oval shape is preserved properly in the document editor.
- `#I658167` - Now table row get resized properly when we resize the row fast.
- `F194125` - Now, Footnote and content does not get overlap when edit inside the document.
- `#I640675` - Resolved the document freezing issue when reject the track changes.
- `#I651428` - Now, comment get removed properly when delete the paragraph and accept the changes.
- `#I661065` - Table border is rendered properly when table cell border's line style is set as none.
- `#I658922` - Now, check box is rendered properly after change the value as checked.
- `#I651509` - Provided content change event support to notify when protect and unprotected the document.
- `#I658140` - Resolved the performance issue that occurs when performing the undo and redo functions after copy pasting multiple paragraphs within a table.
- `#I656347` - Resolved the table layout issue when opening the exported document due to an improperly added row widget during exporting.
- `#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.
- `#I653756` - Resolved the content control border rendering issue for paragraph with lists and indentation applied.

- `#I653914` - Script error no longer thrown when drag and drop the text in document editor.
- `#I655487` - Now, table column is rendered properly when imported the exported document.
- `#I656985` - Now, oval shape is preserved properly in the document editor.
- `#I658167` - Now table row get resized properly when we resize the row fast.
- `F194125` - Now, Footnote and content does not get overlap when edit inside the document.
- `#I640675` - Resolved the document freezing issue when reject the track changes.
- `#I651428` - Now, comment get removed properly when delete the paragraph and accept the changes.
- `#I661065` - Table border is rendered properly when table cell border's line style is set as none.
- `#I658922` - Now, check box is rendered properly after change the value as checked.
- `#I651509` - Provided content change event support to notify when protect and unprotected the document.
- `#I658140` - Resolved the performance issue that occurs when performing the undo and redo functions after copy pasting multiple paragraphs within a table.
- `#I656347` - Resolved the table layout issue when opening the exported document due to an improperly added row widget during exporting.
- `#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.
- `#I653756` - Resolved the content control border rendering issue for paragraph with lists and indentation applied.
Unreleased]

## 27.2.4 (2024-11-26)

### DocumentEditor
Expand Down
2 changes: 1 addition & 1 deletion components/documenteditor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-documenteditor",
"version": "27.2.4",
"version": "28.1.33",
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
15 changes: 15 additions & 0 deletions components/dropdowns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

## [Unreleased]

## 28.1.35 (2024-12-18)

### DropDownTree

#### Bug Fixes

- `#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.
- `#I662309` - Issue with inconsistent selection behavior when using `selectAll` API on Dropdown Tree component initial render has been resolved.

### ComboBox

#### Bug Fixes

- `#I660915` - Fixed an issue where an empty popup was displayed when opening the popup manually.

## 28.1.33 (2024-12-12)

### ListBox
Expand Down
2 changes: 1 addition & 1 deletion components/dropdowns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-dropdowns",
"version": "18.66.23",
"version": "28.1.33",
"description": "Essential JS 2 DropDown Components for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/filemanager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 28.1.33 (2024-12-12)
## 28.1.35 (2024-12-18)

### FileManager

Expand Down
22 changes: 22 additions & 0 deletions components/gantt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

## [Unreleased]

## 28.1.35 (2024-12-18)

### GanttChart

#### Bug fixes

- `#F195300` - AutoFocus mismatching issue between grid and chart click issue has been fixed.
- `#I660168` - Vertical scrollbar hides when resizing splitter to left or right issue has been fixed.
- `#I665389` - Splitter position changes dynamically, but when splitter is manually dragged, position does not update issue has been fixed.
- `#I663036` - Applied color do not persist in edit dialog's notes tab issue has been fixed.
- `#I658189` - Tooltip misalignment occurs when the parent element is scrolled issue has been fixed.
- `#I660498`,`#I659031` - Angular Gantt not working for `Content-Security-Policy` of meta tag issue has been fixed.
- `#I660467` - Gantt crashes when timezone is set to `berlin` issue has been fixed.
- `#I664048` - Issue in child-parent predecessor validation issue has been fixed.
- `#I664336` - Convert to task does not work for milestone task with task type as fixed work issue has been fixed.

- `#F195300` - AutoFocus mismatching issue between grid and chart click issue has been fixed.
- `#I663036` - Applied color do not persist in edit dialog's notes tab issue has been fixed.
- `#I658189` - Tooltip misalignment occurs when the parent element is scrolled issue has been fixed.
- `#I664048` - Issue in child-parent predecessor validation issue has been fixed.
- `#I664336` - Convert to task does not work for milestone task with task type as fixed work issue has been fixed.

## 28.1.33 (2024-12-12)

### GanttChart
Expand Down
2 changes: 1 addition & 1 deletion components/gantt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-gantt",
"version": "27.2.4",
"version": "28.1.33",
"description": "Essential JS 2 Gantt Component for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
12 changes: 12 additions & 0 deletions components/grids/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## [Unreleased]

## 28.1.35 (2024-12-18)

### Grid

#### Bug fixes

- `#I659877` - Fixed the issue where the `getSelectedRecords` method retained previous selections when virtual scrolling was enabled.
- `#I660588` - The issue of a script error occurring while searching for data after clearing the sorting in the hierarchy grid has been resolved.
- `#I660594` - The problem of the vertical scrollbar disappearing when frozen rows are enabled in the responsive grid has been resolved.
- `#F195226` - The issue of being unable to navigate to the `editTemplate` with the keyboard while adding a record has been resolved.
- `#I656905` - Fixed an issue where clearing filters in the grid with custom page sizes displayed all records on one page.

## 28.1.33 (2024-12-12)

### Grid
Expand Down
2 changes: 1 addition & 1 deletion components/grids/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-grids",
"version": "1.193.11",
"version": "28.1.33",
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/heatmap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 28.1.33 (2024-12-12)
## 28.1.35 (2024-12-18)

### HeatMap

Expand Down
2 changes: 1 addition & 1 deletion components/imageeditor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-image-editor",
"version": "27.1.50",
"version": "28.1.33",
"description": "Essential JS 2 ImageEditor for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/inputs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-inputs",
"version": "18.78.15",
"version": "28.1.33",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/interactivechat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-interactive-chat",
"version": "27.1.48",
"version": "28.1.33",
"description": "Essential JS 2 Component for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/kanban/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-kanban",
"version": "26.1.35",
"version": "28.1.33",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/lists/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 28.1.33 (2024-12-12)
## 28.1.35 (2024-12-18)

### ListView

Expand Down
2 changes: 1 addition & 1 deletion components/maps/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## [Unreleased]

## 28.1.33 (2024-12-12)
## 28.1.35 (2024-12-18)

### Maps

Expand Down
13 changes: 11 additions & 2 deletions components/navigations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,24 @@

## [Unreleased]

## 28.1.35 (2024-12-18)

### Accordion

#### Bug Fixes

- `#I660165` - The issue with " The accordion causing a script error when expanding it with the `expandMode` set to single" has been resolved.
- `#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`.

## 28.1.33 (2024-12-12)

### ContextMenu

#### Features

- The context menu now includes `scroller support`, improving accessibility and usability across all devices. Submenus dynamically adjust to fit the available screen space.
- 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.

- 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.
- 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.

### Menu

Expand Down
2 changes: 1 addition & 1 deletion components/navigations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-navigations",
"version": "22.42.3",
"version": "28.1.33",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/notifications/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 28.1.33 (2024-12-12)
## 28.1.35 (2024-12-18)

### Message

Expand Down
11 changes: 11 additions & 0 deletions components/pdfviewer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## [Unreleased]

## 28.1.35 (2024-12-18)

### PDF Viewer

#### Bug Fixes

- `#I63329` - Now, after the font family is changed, the default font family does not appear in the font family dropdown on the appearance tab.
- `#I646929` - Now, the typed signature appears in the signature field after being added using the custom font.
- `#I551643`, `#I664728` - Now, the script error does not occur when importing the large annotations.
- `#I663071` - Now, the `printStart` event is triggered when printing a PDF using the `Ctrl + P` shortcut.

## 28.1.33 (2024-12-12)

### PDF Viewer
Expand Down
2 changes: 1 addition & 1 deletion components/pdfviewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-pdfviewer",
"version": "27.2.2",
"version": "28.1.33",
"description": "Essential JS 2 PDF viewer Component for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/pivotview/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 28.1.33 (2024-12-12)
## 28.1.35 (2024-12-18)

### Pivot Table

Expand Down
2 changes: 1 addition & 1 deletion components/popups/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-popups",
"version": "21.6.12",
"version": "28.1.33",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
Loading

0 comments on commit 7d9020d

Please sign in to comment.