Skip to content

Commit 31b6e5b

Browse files
author
pipeline
committed
v26.2.10 is released
1 parent 15d9133 commit 31b6e5b

File tree

78 files changed

+243
-219
lines changed

Some content is hidden

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

78 files changed

+243
-219
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-
## 26.2.9 (2024-08-13)
5+
## 26.2.10 (2024-08-20)
66

77
### Barcode
88

Diff for: components/buttons/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 26.2.9 (2024-08-13)
5+
## 26.2.10 (2024-08-20)
66

77
### Switch
88

Diff for: components/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 26.2.10 (2024-08-20)
6+
7+
### DateRangePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I189705` - Resolved an issue that caused a console error on mobile devices when utilizing the `maxDays` property in the `DateRangePicker`.
12+
13+
- `#I607606` - Fixed the issue where the TimePicker popup was not opening at the center on mobile devices.
14+
15+
- `#I613304` - Resolved an issue where toggling the visibility of the date range picker caused a memory leak.
16+
517
## 26.2.8 (2024-08-06)
618

719
### DatePicker

Diff for: components/calendars/node_modules/aws-sdk/README.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: components/calendars/node_modules/libphonenumber-js/README.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: components/calendars/node_modules/playwright-core/bin/socks-certs/README.md

-11
This file was deleted.

Diff for: components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 26.2.9 (2024-08-13)
5+
## 26.2.10 (2024-08-20)
66

77
### Chart
88

Diff for: components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 26.2.9 (2024-08-13)
5+
## 26.2.10 (2024-08-20)
66

77
### Diagram
88

Diff for: components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 26.2.10 (2024-08-20)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I613623` - Resolved the script error occurs while copy pasting the content from Word when enabling spellcheck.
12+
- `#I616511` - Resolved the problem with selecting and editing text after the comment inserted.
13+
- `#I616207` - Resolved the table left margin issue when opening attached document.
14+
- `#I616276` - Resolved the can edit and can delete values in content control are bound inversely.
15+
- `#I620559` - Resolved the issue that Ctrl + H opens the Find option instead of replace option.
16+
- `#I613766` - Resolved the single page content expanded into 13 pages issue in Document Editor.
17+
- `#I616846` - Resolved the overlapping issue when updating table of contents field.
18+
519
## 26.2.9 (2024-08-13)
620

721
### DocumentEditor

Diff for: components/documenteditor/node_modules/aws-sdk/README.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: components/documenteditor/node_modules/libphonenumber-js/README.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: components/documenteditor/node_modules/playwright-core/bin/socks-certs/README.md

-11
This file was deleted.

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": "26.2.8",
3+
"version": "26.2.9",
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

+17-4
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,46 @@
22

33
## [Unreleased]
44

5+
## 26.2.10 (2024-08-20)
6+
7+
### DropDownTree
8+
9+
#### Bug Fixes
10+
11+
- `#I618290` - The issue with keyboard actions and the focus-related issue in the Dropdown Tree component have been resolved.
12+
513
## 26.2.9 (2024-08-13)
614

715
### ListBox
816

917
#### Bug Fixes
1018

19+
- `#I898586` - Issue with "Script error thrown in listbox while changing `allowDragAndDrop` and dataSource property" has been resolved.
1120
- `#I897366` - Issue with "Listbox double scroll appears issue while enabling the filtering option." has been resolved.
1221

13-
### AutoComplete
22+
### MultiSelect
23+
24+
#### Bug fixes
25+
26+
- `#I615841` - Fixed the issue where preselected values were not bound to the component with RemoteData when enableVirtualization was enabled.
1427

1528
#### Bug Fixes
1629

1730
- `#612401` - Resolved the issue with the `noRecordsTemplate` and `actionFailureTemplate` in dropdowns, ensuring they function correctly.
1831

19-
### ComboBox
32+
### AutoComplete
2033

2134
#### Bug Fixes
2235

2336
- `#612401` - Resolved the issue with the `noRecordsTemplate` and `actionFailureTemplate` in dropdowns, ensuring they function correctly.
2437

25-
### DropDownList
38+
### ComboBox
2639

2740
#### Bug Fixes
2841

2942
- `#612401` - Resolved the issue with the `noRecordsTemplate` and `actionFailureTemplate` in dropdowns, ensuring they function correctly.
3043

31-
### MultiSelect
44+
### DropDownList
3245

3346
#### Bug Fixes
3447

Diff for: components/dropdowns/node_modules/aws-sdk/README.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: components/dropdowns/node_modules/libphonenumber-js/README.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "26.2.8",
3+
"version": "26.2.9",
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

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

33
## [Unreleased]
44

5+
## 26.2.10 (2024-08-20)
6+
7+
### FileManager
8+
9+
#### Bug Fixes
10+
11+
- `#I620476` - Improved error handling and null value management in File Manager component file operations.
12+
513
## 26.2.7 (2024-07-30)
614

715
### FileManager

Diff for: components/filemanager/node_modules/aws-sdk/README.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: components/filemanager/node_modules/libphonenumber-js/README.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 26.2.10 (2024-08-20)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#I621276` - Connector lines rendered in wrong position with `enableTimelineVirtualization` and `enableRtl` issue has been fixed.
12+
- `#I616825` - Timeline not updated properly while using `setSplitterPosition` issue has been fixed.
13+
- `#I618909`,`#I607695` - PDF export exception thrown when using different font style issue has been fixed.
14+
- `#I618061` - Updating `selectedRowIndex` and `dataSource` dynamically only updates the data, `selectedRowIndex` does not work issue has been fixed.
15+
- `#I620597` - `getSelectedRecords` method not return selected records when `persistSelection` is set to true issue has been fixed.
16+
- `#I617142` - Left value miscalculated for taskbar while duration in decimals issue has been fixed.
17+
518
## 26.2.9 (2024-08-13)
619

720
### GanttChart

Diff for: components/gantt/node_modules/aws-sdk/README.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: components/gantt/node_modules/libphonenumber-js/README.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: components/gantt/node_modules/playwright-core/bin/socks-certs/README.md

-11
This file was deleted.

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": "26.2.8",
3+
"version": "26.2.9",
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,21 @@
22

33
## [Unreleased]
44

5+
## 26.2.10 (2024-08-20)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#I616688` - The issue with Programmatic open column chooser dialog not opening with `OK` and `Cancel` buttons on adaptive vertical view has been resolved.
12+
- `#I615860` - The issue where invoking the `getPersistData` method in the `dataBound` event of the Grid removed the `groupCaptionTemplate` has been resolved.
13+
- `#I614425` - Resolved the issue with the inconsistent `isCountRequired` query in the Excel-like filter when using the `ODataV4Adaptor`.
14+
- `#I614381` - Resolved the issue where the column's `editTemplate` was not working in `ASP.NET Core`.
15+
- `#I617205` - The issue with column chooser checkbox is unselected once uncheck the selected all option and press `Esc` keyboard action has been resolved.
16+
- `#I616244` - The issue where the column resize was not resetting the frozen indicator, causing a non-frozen column to render behind a frozen column has been resolved.
17+
- `#I616244` - The problem with the frozen shadow effect during column resizing has been resolved.
18+
- `#I622755` - Filtering a column in Grid throws script error after `autoFitColumns` is invoked issue has been resolved.
19+
520
## 26.2.9 (2024-08-13)
621

722
### Grid
@@ -14,6 +29,7 @@
1429
- `#I617335` - `ResponsiveBack` element not showing when search is aligned left in Toolbar with `AdaptiveUI` issue has been resolved.
1530
- `#FB59809` - The issue with editing a record of column that contains multiple aggregates throws a script error has been resolved.
1631
- `#I899326` - The script error related to `adaptiveUI` when selecting records with a toolbar rendered using a `template` has been resolved.
32+
- `#I600715` - The issue where the column width set to "auto", would revert to its minimum width when resized has been resolved.
1733

1834
## 26.2.8 (2024-08-06)
1935

Diff for: components/grids/node_modules/aws-sdk/README.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: components/grids/node_modules/libphonenumber-js/README.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "26.2.8",
3+
"version": "26.2.9",
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/imageeditor/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 26.2.9 (2024-08-13)
5+
## 26.2.10 (2024-08-20)
66

77
### Image Editor
88

Diff for: components/inputs/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 26.2.10 (2024-08-20)
6+
7+
### MaskedTextBox
8+
9+
#### Bug Fixes
10+
11+
- `#I617472` - Fixed an issue where dynamic masking led to incorrect value updates in the MaskedTextBox.
12+
513
## 26.2.4 (2024-07-24)
614

715
### TextBox

0 commit comments

Comments
 (0)