Skip to content

Commit 7865f7c

Browse files
author
pipeline
committed
v28.2.3 is released
1 parent e8d3efe commit 7865f7c

Some content is hidden

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

42 files changed

+172
-31
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.41 (2025-01-21)
5+
## 28.2.3 (2025-01-29)
66

77
### Barcode
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.1.41 (2025-01-21)
5+
## 28.2.3 (2025-01-29)
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.1.41 (2025-01-21)
5+
## 28.2.3 (2025-01-29)
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.3 (2025-01-29)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I679703` - The arguments in the `axisMultiLabelRender` event can now be modified correctly.
12+
513
## 28.1.41 (2025-01-21)
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-vue-charts",
3-
"version": "28.1.39",
3+
"version": "28.1.41",
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",

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.41 (2025-01-21)
7+
## 28.2.3 (2025-01-29)
88

99
### Circular Gauge
1010

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.1.41 (2025-01-21)
5+
## 28.1.39 (2024-01-14)
66

77
### Diagram
88

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.37",
3+
"version": "28.1.39",
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",

components/dropdowns/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.2.3 (2025-01-29)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
- `#I679387` - Fixed an issue where no records were found in the popup after selecting all items.
12+
513
## 28.1.41 (2025-01-21)
614

715
### ComboBox

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

components/filemanager/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.1.41 (2025-01-21)
5+
## 28.2.3 (2025-01-29)
6+
7+
### FileManager
8+
9+
#### Bug Fixes
10+
11+
- `#I677561` - The issue with the File Manager component's details view related to date formatting has been resolved.
12+
13+
## 28.1.39 (2024-01-14)
614

715
### FileManager
816

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

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.2.3 (2025-01-29)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#I679476` - Delay occurs when sample is loaded with the critical path issue has been fixed.
12+
- `#I679518` - Invalid dependency lines are displayed when edit settings are not enabled issue has been fixed.
13+
14+
#### Features
15+
16+
- `#I679518` - Invalid dependency lines are displayed when edit settings are not enabled issue has been fixed.
17+
518
## 28.1.41 (2025-01-21)
619

720
### GanttChart

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

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.2.3 (2025-01-29)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#I665951` - A blank space that appeared on the initial render when using frozen columns with `columnVirtualization` has been fixed.
12+
- `#I676688` - A script error that occurred during Excel export for image columns when grid column widths were not defined has been resolved.
13+
- `#I681573` - A script error that occurred when clicking the Cancel or Save button in dialog editing with grouping has been resolved.
14+
- `#I657081` - Duplicate `API` requests triggered during `virtual scrolling` in the grid have been resolved.
15+
- `#I678648` - The issue with the invalid attribute name `aria-grouped` detected in the Grid component with grouping has been fixed.
16+
- `#I679153` - A script error that occurred when destroying the grid with `virtualization` and `persistence` enabled has been fixed.
17+
18+
- `#I665951` - A blank space that appeared on the initial render when using frozen columns with `columnVirtualization` has been fixed.
19+
- `#I676688` - A script error that occurred during Excel export for image columns when grid column widths were not defined has been resolved.
20+
- `#I681573` - A script error that occurred when clicking the Cancel or Save button in dialog editing with grouping has been resolved.
21+
- `#I657081` - Duplicate `API` requests triggered during `virtualscrolling` in the grid have been resolved.
22+
- `#I678648` - The issue with the invalid attribute name `aria-grouped` detected in the Grid component with grouping has been fixed.
23+
- `#I679153` - A script error that occurred when destroying the grid with `virtualization` and `persistence` enabled has been fixed.
24+
525
## 28.1.41 (2025-01-21)
626

727
### Grid

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

components/imageeditor/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.1.41 (2025-01-21)
5+
## 28.2.3 (2025-01-29)
66

77
### Image Editor
88

components/inputs/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.2.3 (2025-01-29)
6+
7+
### Form Validator
8+
9+
#### Bug Fixes
10+
11+
- `#I677916` - Fixed an issue where validation rules for the date property were not functioning correctly in the `ar` culture.
12+
513
## 28.1.41 (2025-01-21)
614

715
### Signature

components/inputs/package.json

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

components/interactivechat/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.1.41 (2025-01-21)
5+
## 28.2.3 (2025-01-29)
66

77
### AI AssistView
88

components/lists/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.1.41 (2025-01-21)
5+
## 28.2.3 (2025-01-29)
6+
7+
### ListView
8+
9+
#### Bug Fixes
10+
11+
- `#I678111` - Handled the enableHtmlSanitizer property functionality for single level list items in the ListView component.
12+
13+
## 28.1.37 (2024-12-31)
614

715
### ListBox
816

components/lists/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-lists",
3-
"version": "28.1.33",
3+
"version": "28.1.37",
44
"description": "The listview control allows you to select an item or multiple items from a list-like interface and represents the data in interactive hierarchical structure across different layouts or views. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/maps/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010

1111
## [Unreleased]
1212

13+
## 28.2.3 (2025-01-29)
14+
15+
### Maps
16+
17+
#### New features
18+
19+
- `#I665480` - Now, the `location` property in `legendSettings` accepts percentage values for the `x` and `y` properties when the `position` property is set to **Float**, allowing the legend to be rendered relative to the Maps element.
20+
1321
## 28.1.38 (2025-01-07)
1422

1523
### Maps

components/multicolumncombobox/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.1.41 (2025-01-21)
5+
## 28.2.3 (2025-01-29)
6+
7+
### MultiColumn ComboBox
8+
9+
#### Bug Fixes
10+
11+
- `#I667643` - Now the exception raised when updating empty value in the MultiColumn ComboBox with grid batch mode enabled has been resolved.
12+
13+
## 28.1.37 (2024-12-31)
614

715
### MultiColumn ComboBox
816

components/multicolumncombobox/package.json

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

components/navigations/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.2.3 (2025-01-29)
6+
7+
### TreeView
8+
9+
#### Bug Fixes
10+
11+
- `#I677520` - The issue with TreeView is not focusable when dynamically adding a data source to an empty TreeView component has been resolved.
12+
513
## 28.1.41 (2025-01-21)
614

715
### Menu

components/navigations/package.json

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

components/notifications/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.1.41 (2025-01-21)
5+
## 28.2.3 (2025-01-29)
6+
7+
### Badge
8+
9+
#### Bug Fixes
10+
11+
- `I679114` - Resolved the styles issue for the secondary type Badge component in the material theme.
12+
13+
## 28.1.33 (2024-12-12)
614

715
### Message
816

components/notifications/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-notifications",
3-
"version": "21.5.2",
3+
"version": "28.1.33",
44
"description": "A package of Essential JS 2 notification components such as Toast and Badge which used to notify important information to end-users. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pdfviewer/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.2.3 (2025-01-29)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#I679527` - Now, the annotations no longer disappear when programmatically selecting annotations on a non-rendered page.
12+
- `#I678021` - Now, the order of annotations is properly preserved if the document contains stamp annotations.
13+
514
## 28.1.41 (2025-01-21)
615

716
### 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-vue-pdfviewer",
3-
"version": "28.1.39",
3+
"version": "28.1.41",
44
"description": "Essential JS 2 PDF viewer Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pivotview/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-pivotview",
3-
"version": "28.1.38",
3+
"version": "28.1.41",
44
"description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/popups/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.1.39 (2024-01-14)
6+
7+
### Dialog
8+
9+
#### Bug Fixes
10+
11+
- `#I674340` - Fixed an issue where the Dialog primary button click event was triggered even when the button was disabled.
12+
513
## 28.1.38 (2025-01-07)
614

715
### Tooltip

components/popups/package.json

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

0 commit comments

Comments
 (0)