Skip to content

Commit 5ad9f12

Browse files
author
pipeline
committed
v26.2.10 is released
1 parent f1394b3 commit 5ad9f12

File tree

84 files changed

+202
-152
lines changed

Some content is hidden

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

84 files changed

+202
-152
lines changed

components/barcodegenerator/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
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

components/base/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
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
### Common
88

components/buttons/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
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

components/calendars/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
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

components/calendars/node_modules/@types/node/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/calendars/node_modules/aws-sdk/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/calendars/node_modules/libphonenumber-js/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 0 additions & 11 deletions
This file was deleted.

components/charts/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
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

components/diagrams/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
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

components/documenteditor/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
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

components/documenteditor/node_modules/@types/node/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/documenteditor/node_modules/aws-sdk/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/documenteditor/node_modules/libphonenumber-js/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 0 additions & 11 deletions
This file was deleted.

components/documenteditor/package.json

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

components/dropdowns/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
### 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

components/dropdowns/node_modules/@types/node/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/dropdowns/node_modules/aws-sdk/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/dropdowns/node_modules/libphonenumber-js/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/dropdowns/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-dropdowns",
3-
"version": "26.2.8",
3+
"version": "26.2.9",
44
"description": "Essential JS 2 DropDown Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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

components/filemanager/node_modules/@types/node/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/filemanager/node_modules/aws-sdk/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/filemanager/node_modules/libphonenumber-js/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/gantt/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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+
18+
- `#I618909`,`#I607695` - PDF export exception thrown when using different font style issue has been fixed.
19+
- `#I618061` - Updating `selectedRowIndex` and `dataSource` dynamically only updates the data, `selectedRowIndex` does not work issue has been fixed.
20+
- `#I620597` - `getSelectedRecords` method not return selected records when `persistSelection` is set to true issue has been fixed.
21+
- `#I617142` - Left value miscalculated for taskbar while duration in decimals issue has been fixed.
22+
523
## 26.2.9 (2024-08-13)
624

725
### GanttChart

components/gantt/node_modules/@types/node/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/gantt/node_modules/aws-sdk/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/gantt/node_modules/libphonenumber-js/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 0 additions & 11 deletions
This file was deleted.

components/gantt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-gantt",
3-
"version": "26.2.8",
3+
"version": "26.2.9",
44
"description": "Essential JS 2 Gantt Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
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

components/grids/node_modules/@types/node/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/grids/node_modules/aws-sdk/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/grids/node_modules/libphonenumber-js/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/grids/package.json

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

0 commit comments

Comments
 (0)