Skip to content

Commit

Permalink
v28.1.36 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Dec 23, 2024
1 parent 63091c0 commit 6285ae0
Show file tree
Hide file tree
Showing 41 changed files with 244 additions and 33 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.35 (2024-12-18)
## 28.1.36 (2024-12-24)

### Barcode

Expand Down
12 changes: 10 additions & 2 deletions components/buttons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,21 @@

## [Unreleased]

## 28.1.35 (2024-12-18)
## 28.1.36 (2024-12-24)

### Switch

#### Bug Fixes

- `#I664001`- The issue with "Form reset functionality does not work properly for the switch component when it is in a disabled state" has been resolved.

## 28.1.33 (2024-12-12)

### Switch

#### 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-angular-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 Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
10 changes: 10 additions & 0 deletions components/calendars/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Unreleased]

## 28.1.36 (2024-12-24)

### DateRangePicker

#### Bug Fixes

- `#I664732` - Fixed an issue where the overlay was displayed even when the popup was prevented from opening in mobile mode.

- `#I664735` - Removed unnecessary conditional code for adding CSS classes based on device type.

## 19.3.46 (2021-10-19)

### TimePicker
Expand Down
2 changes: 1 addition & 1 deletion components/calendars/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-calendars",
"version": "18.32.5",
"version": "28.1.35",
"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 Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
11 changes: 11 additions & 0 deletions components/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## [Unreleased]

## 28.1.36 (2024-12-24)

### Chart

#### Bug Fixes

- `#I665246` - Now, the chart point click and double-click events are working properly in the waterfall chart.
- `#I662191` - Now, zooming is restricted for the mouse wheel, similar to selection zoom.
- `#I666272` - Now, the y-axis range is set properly for the waterfall series.
- `#I666317` - The exceptions that occurred during React Jest testing have been resolved.

## 28.1.35 (2024-12-18)

### 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-angular-charts",
"version": "28.1.33",
"version": "28.1.35",
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for Angular",
"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.35 (2024-12-18)
## 28.1.36 (2024-12-24)

### Circular Gauge

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

## [Unreleased]

## 28.1.36 (2024-12-24)

### Diagram

#### Bug Fixes

- `#I662730` - The segment next to the target end of a Bezier connector now retains user-defined adjustments when the connector is moved.
- `#I662735` - The undo/redo functionality now restores intermediate connector segments.
- `#I663194` - Connectors now retain their previous state after undoing runtime source and target ID changes.
- `#I663672` - The `elementType` in the `elementDraw` event now correctly updates for `Polyline` and `Freehand` in the completed state.
- `#I663175` - The diagram page no longer flickers during pinch zoom.

## 28.1.35 (2024-12-18)

### 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-angular-diagrams",
"version": "28.1.33",
"version": "28.1.35",
"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 Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
17 changes: 17 additions & 0 deletions components/documenteditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

## [Unreleased]

## 28.1.36 (2024-12-24)

### DocumentEditor

#### Bug Fixes

- `#I664697` - Implemented image cropping for metafile images in the Document Editor.
- `#I662670` - Fixed the navigation pane issue where it moved to the start position when clicking sub-level headings. The selected heading is now properly highlighted.
- `#I653747` - Resolved the font family rendering issue for special characters when the `FontHintType` property is applied in the character format.
- `#I658305` - Corrected the updating of ordered list numbers when the list includes level overrides.
- `#I662705` - The `setDefaultCharacterFormat` API now functions correctly in the Document Editor.
- `#I652850` - Fixed cursor position updates and keyboard navigation issues for content controls in the Document Editor.
- `#I668350` - Addressed the bullet list symbol rendering issue in exported DOCX documents after inserting a bullet list in the Document Editor.
- `#I662244` - Resolved the track changes inconsistency issue in collaborative mode.
- `#I660426` - Fixed the undo issue that occurred after merging table cells.
- `#I661535` - Resolved the issue of span elements being present in comment data.

## 28.1.35 (2024-12-18)

### 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-angular-documenteditor",
"version": "28.1.33",
"version": "28.1.35",
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
22 changes: 22 additions & 0 deletions components/dropdowns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

## [Unreleased]

## 28.1.36 (2024-12-24)

### MultiSelect

#### Bug Fixes

- `#I663752` - The issue where the "No records found" template was displayed when closing and opening the popup has been resolved.

### ListBox

#### Bug Fixes

- `#I929759` - Issue with "Correction in Ctrl + A key down action for single mode selection of listbox component" has been resolved.
- `#I664408` - Changing the type of value property of ListboxChangeEvents arguments from (number | string | boolean) to (number[] | string[] | boolean[]) in listbox.

### DropDownTree

#### Bug Fixes

- `#I665182` - The issue with skipping last child items in tree navigation in Dropdown Tree when custom filtering is applied has been resolved.
- `#I659157`, `#I659195` - Resolved the change event incorrect argument value issue during the node selection in Dropdown Tree component.

## 28.1.35 (2024-12-18)

### DropDownTree
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-angular-dropdowns",
"version": "28.1.33",
"version": "28.1.35",
"description": "Essential JS 2 DropDown Components for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
15 changes: 14 additions & 1 deletion components/filemanager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,20 @@

## [Unreleased]

## 28.1.35 (2024-12-18)
## 28.1.36 (2024-12-24)

### FileManager

#### Bug Fixes

- `#I663792` - The issue with the child item's filter path during the rename operation in the File Manager component flat data has been resolved.
- `#I663788` - The issue with the incorrect filter path during the folder creation operation in the File Manager component flat data has been resolved.
- `#I663794` - The issue with the error dialog appearing during drag-and-drop operations between nested folders in the flat data File Manager component has been resolved.
- `#I663789` - The issue with drag-and-drop functionality in the navigation pane of the flat data File Manager has been resolved.
- `#I663795` - The issue with the `hasChild` property not updating during move operations in the Navigation Pane of the flat data File Manager component has been resolved.
- `#I663864` - The issue with nested-level drag and drop in the navigation pane of the File Manager component using SQL service has been resolved.

## 28.1.33 (2024-12-12)

### FileManager

Expand Down
2 changes: 1 addition & 1 deletion components/filemanager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-filemanager",
"version": "18.28.1",
"version": "28.1.33",
"description": "Essential JS 2 FileManager Component for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
22 changes: 21 additions & 1 deletion components/gantt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

## [Unreleased]

## 28.1.36 (2024-12-24)

### GanttChart

#### Bug fixes

- `#I664845`, `#I664429` - Unable to Add Dependency When Task Name Contains a Hyphen issue has been fixed.
- `#I666904` - When the resource unit is changed, the duration field is not updated issue has been fixed.
- `#I665780` - Baseline width not validated properly for less than one day issue has been fixed.
- `#I663274` - Taskbar not rendering properly with fixed work issue has been fixed.
- `#I663985` - Script error thrown when collapsing the root node with task mode set to custom and `enableMultiTaskbar` enabled issue has been fixed.
- `#I665270` - Work not calculated correctly on parent task, after child outdent issue has been fixed.
- `#I662513`, `#F195374` - Console error thrown when scrolling in virtualization sample with `allowSelection` set to false issue has been fixed.
- `#I666264` - Console error occurred while taskbar drag with null duration issue has been fixed.

- `F159354` - Issue in locale text of predecessor tooltip has been fixed.

## 28.1.35 (2024-12-18)

### GanttChart
Expand All @@ -18,7 +35,10 @@
- `#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.

- `F159354` - Issue in locale text of predecessor tooltip 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.
- `#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.

## 28.1.33 (2024-12-12)

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-angular-gantt",
"version": "28.1.33",
"version": "28.1.35",
"description": "Essential JS 2 Gantt Component for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
16 changes: 16 additions & 0 deletions components/grids/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

## [Unreleased]

## 28.1.36 (2024-12-24)

### Grid

#### Bug fixes

- `I660080` - The issue where export options were not disabled when properties were set to false has been resolved.
- `I657741` - Escape key does not function correctly for column menu filtering when the type is set to `Menu` has been resolved.
- `#FB31658` - The issue of white space appearing during full downward scroll and the occurrence of repeated data with incorrect blocks during slow upward scrolling in virtual scrolling has been resolved.
- `#I659372` - Fixed an issue where the Select All checkbox would automatically get checked after scrolling and selecting the last record when virtual scrolling was enabled.
- `#I663580` - The issue with the cell save functionality not working properly on pressing the Enter key when collapsing rows has been resolved.
- `#I662005` - Fixed an issue where the `pageSize` setting did not work as expected after updating rules using the `QueryBuilder`.
- `#I660641` - Fixed an issue where the Checkbox Filter dialog was cut off when rendering the grid inside an `Accordion component`, with `filter.type` set to `CheckBox` and `filterSettings.type` set to `Menu`.
- `#I665951` - Resolved an issue where frozen columns with `ColumnVirtualization` caused a blank space.
- `#I664685` - The script error that occurred when collapsing all records and then deleting the last record has been fixed.

## 28.1.35 (2024-12-18)

### 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-angular-grids",
"version": "28.1.33",
"version": "28.1.35",
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Angular",
"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.35 (2024-12-18)
## 28.1.36 (2024-12-24)

### HeatMap

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

## [Unreleased]

## 28.1.36 (2024-12-24)

### Kanban

#### Bug Fixes

- `#I660067` - Now, the card drop functionality works properly at the top of another column when `SwimlaneSettings` is enabled in the Kanban.

## 25.1.35 (2024-03-15)

### Kanban
Expand Down
2 changes: 1 addition & 1 deletion components/layouts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-layouts",
"version": "21.4.6",
"version": "28.1.33",
"description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person. for Angular",
"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.35 (2024-12-18)
## 28.1.36 (2024-12-24)

### 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.35 (2024-12-18)
## 28.1.36 (2024-12-24)

### Maps

Expand Down
24 changes: 23 additions & 1 deletion components/navigations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,36 @@

## [Unreleased]

## 28.1.36 (2024-12-24)

### Carousel

#### Bug Fixes

- `#I660150` - The issue with carousel slide continue to move, when mouse swiped out of the container has been resolved.

### ContextMenu

#### Bug Fixes

- `#I664457` - The issue with "The context menu does not close when the Escape key is pressed immediately after opening it with animation enabled." has been resolved.

- `#I627856` - Need to reposition the Context menu after setting the height for popup with `enableScrolling` support has been resolved.

### TreeView

#### Bug Fixes

- `FB63997` - Prevent expanded nodes from collapsing when using addNodes or moveNodes method with preventTargetExpand set to true in TreeView.

## 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`.
- `#I659692` - 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)

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-angular-navigations",
"version": "28.1.33",
"version": "28.1.35",
"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 Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
Loading

0 comments on commit 6285ae0

Please sign in to comment.