Skip to content

Commit 6afabfb

Browse files
author
pipeline
committed
v27.1.51 is released
1 parent e904de7 commit 6afabfb

Some content is hidden

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

49 files changed

+222
-33
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-
## 27.1.50 (2024-09-24)
5+
## 27.1.51 (2024-09-30)
66

77
### Barcode
88

Diff for: components/buttons/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 27.1.51 (2024-09-30)
6+
7+
### Checkbox
8+
9+
#### Bug Fixes
10+
11+
- `#I909049` - The issue with "Need to set the aria-label attribute for the checkbox input element and not to the wrapper element" has been resolved.
12+
13+
### RadioButton
14+
15+
#### Bug Fixes
16+
17+
- The issue with "Background color issue for disabled unselect radio button in bootstrap5 theme" has been resolved.
18+
519
## 26.1.35 (2024-06-11)
620

721
### Floating Action Button

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": "27.1.48",
3+
"version": "27.1.50",
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

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

33
## [Unreleased]
44

5+
## 27.1.51 (2024-09-30)
6+
7+
### DateTimePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I628891` - Resolved the issue where the "DateTimePicker Mask" was not functioning correctly after deletion using the keyboard.
12+
513
## 27.1.50 (2024-09-24)
614

715
### DatePicker

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": "27.1.50",
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/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": "27.1.48",
3+
"version": "27.1.50",
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-
## 27.1.50 (2024-09-24)
7+
## 27.1.51 (2024-09-30)
88

99
### Circular Gauge
1010

Diff for: components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 27.1.51 (2024-09-30)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I637400` - Now, the Fixed user handle visibility works properly.
12+
- `#I629696` - Now, the image node is exported properly with every export region settings.
13+
- `#F194390` - Now, Annotation will render based on its width if defined.
14+
515
## 27.1.50 (2024-09-24)
616

717
### 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": "27.1.48",
3+
"version": "27.1.50",
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

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

33
## [Unreleased]
44

5+
## 27.1.51 (2024-09-30)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I630170` - Resolved the paragraph shifting issue when pasting text content.
12+
- `#I626306` - Resolved the font family and page content is not rendered properly.
13+
514
## 27.1.50 (2024-09-24)
615

716
### 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": "27.1.48",
3+
"version": "27.1.50",
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

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

33
## [Unreleased]
44

5+
## 27.1.51 (2024-09-30)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
- `#I633820` - Resolved the issue where the change event was not triggered when removing the selected value.
12+
13+
### ComboBox
14+
15+
#### Bug Fixes
16+
17+
- `#I631481` - The issue where the “aria-disabled” attribute value did not update properly when dynamically enabling and disabling the ComboBox has been resolved.
18+
519
## 27.1.50 (2024-09-24)
620

721
### 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": "27.1.48",
3+
"version": "27.1.50",
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

+17
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,27 @@
22

33
## [Unreleased]
44

5+
## 27.1.51 (2024-09-30)
6+
7+
### FileManager
8+
9+
#### Bug Fixes
10+
11+
- `#I633879` - Improved error handling and null value management in File Manager component file operations.
12+
513
## 27.1.50 (2024-09-24)
614

715
### FileManager
816

17+
#### Bug Fixes
18+
19+
- `#I629895` - The issue with drag and drop action in the File Manager component with virtualization has been resolved.
20+
- `#FB61054` - The issue with navigation pane update while performing drag and drop action in the File Manager component has been resolved.
21+
22+
## 27.1.48 (2024-09-18)
23+
24+
### FileManager
25+
926
#### Features
1027

1128
- The Backspace key navigation support is provided for File Manager to navigate to the previous path in File Manager. To navigate to the previous path programmatically, you can use the [traverseBackward](https://ej2.syncfusion.com/documentation/api/file-manager/#traversebackward) method.

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": "27.1.50",
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

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

33
## [Unreleased]
44

5+
## 27.1.51 (2024-09-30)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#I632186` - Custom column not refreshed properly while indent and outdent issue has been fixed.
12+
- `#I631776` - Dates given in the data source are not displayed same as segment data source issue has been fixed.
13+
- `#I633422` - Incorrect start date updated using `updateRecordByID` issue has been fixed.
14+
515
## 27.1.50 (2024-09-24)
616

717
### 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": "27.1.48",
3+
"version": "27.1.50",
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

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

33
## [Unreleased]
44

5+
## 27.1.51 (2024-09-30)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#I629864` - The `CSP` issue when using `CustomDataAdaptor` has been resolved.
12+
- `#I631247` - The issue with delete icon is disabled in toolbar when the grid `dataSource` is empty with Batch edit has been resolved.
13+
- `#I630777` - The issue where Virtualization not working properly with specific `pageSize` values has been resolved.
14+
- `#I634165` - The issue with the Grid auto-saving the cell while using the `uploader` component with batch editing has been resolved.
15+
516
## 27.1.50 (2024-09-24)
617

718
### 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": "27.1.48",
3+
"version": "27.1.50",
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-
## 27.1.50 (2024-09-24)
5+
## 27.1.51 (2024-09-30)
66

77
### HeatMap
88

Diff for: components/imageeditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 27.1.51 (2024-09-30)
6+
7+
### Image Editor
8+
9+
#### Bug Fixes
10+
11+
- The issue with "undo-redo collection updated multiple times while customizing arrow annotation" has been resolved.
12+
- The issue with "Image Editor arrow intersection point is improper" has bee resolved.
13+
514
## 27.1.50 (2024-09-24)
615

716
### Image Editor

Diff for: components/imageeditor/package.json

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

Diff for: components/inputs/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 27.1.50 (2024-09-24)
5+
## 27.1.51 (2024-09-30)
66

77
### ColorPicker
88

Diff for: components/interactivechat/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 27.1.50 (2024-09-24)
5+
## 27.1.48 (2024-09-18)
66

77
### AI AssistView
88

Diff for: components/interactivechat/package.json

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

Diff for: components/layouts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 27.1.51 (2024-09-30)
6+
7+
### Timeline
8+
9+
- `#I631862` - An alignment issue while utilizing `content` or `oppositeContent` property as template in Timeline component has been resolved.
10+
511
## 25.1.35 (2024-03-15)
612

713
### Timeline

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": "27.1.50",
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-
## 27.1.50 (2024-09-24)
5+
## 27.1.48 (2024-09-18)
66

77
### ListView
88

Diff for: 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": "18.23.1",
3+
"version": "27.1.50",
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",

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-
## 27.1.50 (2024-09-24)
13+
## 27.1.51 (2024-09-30)
1414

1515
### Maps
1616

Diff for: components/multicolumncombobox/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 27.1.50 (2024-09-24)
5+
## 27.1.51 (2024-09-30)
66

77
### MultiColumn ComboBox
88

Diff for: components/navigations/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 27.1.51 (2024-09-30)
6+
7+
### TreeView
8+
9+
#### Bug Fixes
10+
11+
- `#I636879` - Resolved the console error that occurred when dragging tree items in the TreeView component while using the Firefox browser.
12+
513
## 27.1.50 (2024-09-24)
614

715
### TreeView

Diff for: 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": "27.1.48",
3+
"version": "27.1.50",
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",

Diff for: components/notifications/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 27.1.50 (2024-09-24)
5+
## 27.1.51 (2024-09-30)
66

77
### Message
88

0 commit comments

Comments
 (0)