Skip to content

Commit ee7f80f

Browse files
author
pipeline
committed
v28.1.36 is released
1 parent 9861b83 commit ee7f80f

40 files changed

+230
-34
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.35 (2024-12-18)
5+
## 28.1.36 (2024-12-24)
66

77
### Barcode
88

Diff for: components/buttons/CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,21 @@
22

33
## [Unreleased]
44

5-
## 28.1.35 (2024-12-18)
5+
## 28.1.36 (2024-12-24)
6+
7+
### Switch
8+
9+
#### Bug Fixes
10+
11+
- `#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.
12+
13+
## 28.1.33 (2024-12-12)
614

715
### Switch
816

917
#### Features
1018

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.
19+
- 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.
1220

1321
### Chip
1422

Diff for: components/buttons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

Diff for: components/calendars/CHANGELOG.md

+13-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22

33
## [Unreleased]
44

5-
## 28.1.35 (2024-12-18)
5+
## 28.1.36 (2024-12-24)
66

77
### DateRangePicker
88

99
#### Bug Fixes
1010

11-
- `#F171486` - Issue with "performance delay in the popup open while entering invalid start or end date value" has been resolved.
11+
- `#I664732` - Fixed an issue where the overlay was displayed even when the popup was prevented from opening in mobile mode.
12+
13+
- `#I664735` - Removed unnecessary conditional code for adding CSS classes based on device type.
1214

1315
## 19.3.46 (2021-10-19)
1416

@@ -1285,7 +1287,15 @@ TimePicker component is the pre-filled dropdown list with the time values 12/24
12851287

12861288
- **StrictMode** - Allows to entering the only valid time in a textbox.
12871289

1288-
- **Accessibility** - Provided with built-in accessibility support which helps to access all the TimePicker component features through the keyboard, screen readers, or other assistive technology devices.## 19.1.56 (2021-04-13)
1290+
- **Accessibility** - Provided with built-in accessibility support which helps to access all the TimePicker component features through the keyboard, screen readers, or other assistive technology devices.## 28.1.35 (2024-12-18)
1291+
1292+
### DateRangePicker
1293+
1294+
#### Bug Fixes
1295+
1296+
- `#F171486` - Issue with "performance delay in the popup open while entering invalid start or end date value" has been resolved.
1297+
1298+
## 19.1.56 (2021-04-13)
12891299

12901300
### DateRangePicker
12911301

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-vue-calendars",
3-
"version": "18.32.5",
3+
"version": "28.1.35",
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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

Diff for: components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.1.36 (2024-12-24)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I665246` - Now, the chart point click and double-click events are working properly in the waterfall chart.
12+
- `#I662191` - Now, zooming is restricted for the mouse wheel, similar to selection zoom.
13+
- `#I666272` - Now, the y-axis range is set properly for the waterfall series.
14+
- `#I666317` - The exceptions that occurred during React Jest testing have been resolved.
15+
516
## 28.1.35 (2024-12-18)
617

718
### 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-vue-charts",
3-
"version": "28.1.33",
3+
"version": "28.1.35",
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 Vue",
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.35 (2024-12-18)
7+
## 28.1.36 (2024-12-24)
88

99
### Circular Gauge
1010

Diff for: components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.1.36 (2024-12-24)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I662730` - The segment next to the target end of a Bezier connector now retains user-defined adjustments when the connector is moved.
12+
- `#I662735` - The undo/redo functionality now restores intermediate connector segments.
13+
- `#I663194` - Connectors now retain their previous state after undoing runtime source and target ID changes.
14+
- `#I663672` - The `elementType` in the `elementDraw` event now correctly updates for `Polyline` and `Freehand` in the completed state.
15+
- `#I663175` - The diagram page no longer flickers during pinch zoom.
16+
517
## 28.1.35 (2024-12-18)
618

719
### Diagram

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-vue-diagrams",
3-
"version": "28.1.33",
3+
"version": "28.1.35",
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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

Diff for: components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.1.36 (2024-12-24)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I664697` - Implemented image cropping for metafile images in the Document Editor.
12+
- `#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.
13+
- `#I653747` - Resolved the font family rendering issue for special characters when the `FontHintType` property is applied in the character format.
14+
- `#I658305` - Corrected the updating of ordered list numbers when the list includes level overrides.
15+
- `#I662705` - The `setDefaultCharacterFormat` API now functions correctly in the Document Editor.
16+
- `#I652850` - Fixed cursor position updates and keyboard navigation issues for content controls in the Document Editor.
17+
- `#I668350` - Addressed the bullet list symbol rendering issue in exported DOCX documents after inserting a bullet list in the Document Editor.
18+
- `#I662244` - Resolved the track changes inconsistency issue in collaborative mode.
19+
- `#I660426` - Fixed the undo issue that occurred after merging table cells.
20+
- `#I661535` - Resolved the issue of span elements being present in comment data.
21+
522
## 28.1.35 (2024-12-18)
623

724
### DocumentEditor

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-vue-documenteditor",
3-
"version": "28.1.33",
3+
"version": "28.1.35",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

Diff for: components/dropdowns/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.1.36 (2024-12-24)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
- `#I663752` - The issue where the "No records found" template was displayed when closing and opening the popup has been resolved.
12+
13+
### ListBox
14+
15+
#### Bug Fixes
16+
17+
- `#I929759` - Issue with "Correction in Ctrl + A key down action for single mode selection of listbox component" has been resolved.
18+
- `#I664408` - Changing the type of value property of ListboxChangeEvents arguments from (number | string | boolean) to (number[] | string[] | boolean[]) in listbox.
19+
20+
### DropDownTree
21+
22+
#### Bug Fixes
23+
24+
- `#I665182` - The issue with skipping last child items in tree navigation in Dropdown Tree when custom filtering is applied has been resolved.
25+
- `#I659157`, `#I659195` - Resolved the change event incorrect argument value issue during the node selection in Dropdown Tree component.
26+
527
## 28.1.35 (2024-12-18)
628

729
### DropDownTree

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

Diff for: components/filemanager/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.1.35 (2024-12-18)
5+
## 28.1.36 (2024-12-24)
6+
7+
### FileManager
8+
9+
#### Bug Fixes
10+
11+
- `#I663792` - The issue with the child item's filter path during the rename operation in the File Manager component flat data has been resolved.
12+
- `#I663788` - The issue with the incorrect filter path during the folder creation operation in the File Manager component flat data has been resolved.
13+
- `#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.
14+
- `#I663789` - The issue with drag-and-drop functionality in the navigation pane of the flat data File Manager has been resolved.
15+
- `#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.
16+
- `#I663864` - The issue with nested-level drag and drop in the navigation pane of the File Manager component using SQL service has been resolved.
17+
18+
## 28.1.33 (2024-12-12)
619

720
### FileManager
821

Diff for: components/filemanager/package.json

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

Diff for: components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.1.36 (2024-12-24)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#I664845`, `#I664429` - Unable to Add Dependency When Task Name Contains a Hyphen issue has been fixed.
12+
- `#I666904` - When the resource unit is changed, the duration field is not updated issue has been fixed.
13+
- `#I665780` - Baseline width not validated properly for less than one day issue has been fixed.
14+
- `#I663274` - Taskbar not rendering properly with fixed work issue has been fixed.
15+
- `#I663985` - Script error thrown when collapsing the root node with task mode set to custom and `enableMultiTaskbar` enabled issue has been fixed.
16+
- `#I665270` - Work not calculated correctly on parent task, after child outdent issue has been fixed.
17+
- `#I662513`, `#F195374` - Console error thrown when scrolling in virtualization sample with `allowSelection` set to false issue has been fixed.
18+
- `#I666264` - Console error occurred while taskbar drag with null duration issue has been fixed.
19+
520
## 28.1.35 (2024-12-18)
621

722
### 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-vue-gantt",
3-
"version": "28.1.33",
3+
"version": "28.1.35",
44
"description": "Essential JS 2 Gantt Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

Diff for: components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.1.36 (2024-12-24)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `I660080` - The issue where export options were not disabled when properties were set to false has been resolved.
12+
- `I657741` - Escape key does not function correctly for column menu filtering when the type is set to `Menu` has been resolved.
13+
- `#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.
14+
- `#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.
15+
- `#I663580` - The issue with the cell save functionality not working properly on pressing the Enter key when collapsing rows has been resolved.
16+
- `#I662005` - Fixed an issue where the `pageSize` setting did not work as expected after updating rules using the `QueryBuilder`.
17+
- `#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`.
18+
- `#I665951` - Resolved an issue where frozen columns with `ColumnVirtualization` caused a blank space.
19+
- `#I664685` - The script error that occurred when collapsing all records and then deleting the last record has been fixed.
20+
521
## 28.1.35 (2024-12-18)
622

723
### Grid

Diff for: components/grids/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-grids",
3-
"version": "28.1.33",
3+
"version": "28.1.35",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

Diff for: 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.35 (2024-12-18)
5+
## 28.1.36 (2024-12-24)
66

77
### HeatMap
88

Diff for: components/kanban/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.1.36 (2024-12-24)
6+
7+
### Kanban
8+
9+
#### Bug Fixes
10+
11+
- `#I660067` - Now, the card drop functionality works properly at the top of another column when `SwimlaneSettings` is enabled in the Kanban.
12+
513
## 25.1.35 (2024-03-15)
614

715
### Kanban

Diff for: components/layouts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-layouts",
3-
"version": "21.4.6",
3+
"version": "28.1.33",
44
"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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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

77
### ListView
88

Diff for: components/maps/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
## [Unreleased]
1212

13-
## 28.1.35 (2024-12-18)
13+
## 28.1.36 (2024-12-24)
1414

1515
### Maps
1616

Diff for: components/navigations/CHANGELOG.md

+23-1
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,36 @@
22

33
## [Unreleased]
44

5+
## 28.1.36 (2024-12-24)
6+
7+
### Carousel
8+
9+
#### Bug Fixes
10+
11+
- `#I660150` - The issue with carousel slide continue to move, when mouse swiped out of the container has been resolved.
12+
13+
### ContextMenu
14+
15+
#### Bug Fixes
16+
17+
- `#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.
18+
19+
- `#I627856` - Need to reposition the Context menu after setting the height for popup with `enableScrolling` support has been resolved.
20+
21+
### TreeView
22+
23+
#### Bug Fixes
24+
25+
- `FB63997` - Prevent expanded nodes from collapsing when using addNodes or moveNodes method with preventTargetExpand set to true in TreeView.
26+
527
## 28.1.35 (2024-12-18)
628

729
### Accordion
830

931
#### Bug Fixes
1032

1133
- `#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`.
34+
- `#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`.
1335

1436
## 28.1.33 (2024-12-12)
1537

0 commit comments

Comments
 (0)