Skip to content

Commit 21d8fbb

Browse files
author
pipeline
committed
v26.2.7 is released
1 parent 5769da1 commit 21d8fbb

File tree

94 files changed

+1413
-1481
lines changed

Some content is hidden

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

94 files changed

+1413
-1481
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-
## 26.2.5 (2024-07-26)
5+
## 26.2.7 (2024-07-30)
66

77
### Barcode
88

components/base/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 26.2.5 (2024-07-26)
5+
## 26.2.7 (2024-07-30)
66

77
### Common
88

components/buttons/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 26.2.7 (2024-07-30)
6+
7+
### Switch
8+
9+
#### Bug Fixes
10+
11+
- `#F190104` - The issue with Script error occurs while `opening dialog` component using switch button has been resolved.
12+
513
## 26.1.40 (2024-07-02)
614

715
### Checkbox

components/buttons/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.

components/buttons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-buttons",
3-
"version": "26.1.40",
3+
"version": "26.2.5",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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.5 (2024-07-26)
5+
## 26.2.7 (2024-07-30)
66

77
### Chart
88

components/diagrams/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.

components/diagrams/package.json

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

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 26.2.7 (2024-07-30)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I597088` - Resolved the footnote and endnote numbers appearing as box issue.
12+
- `#I613353`, `#I610202` - Resolved the issue occurs when copying the paragraph.
13+
- `#I607408` - Resolved the copy pasting issue with certain chars on enabling local paste.
14+
- `#I605357`, `I605371` - Resolved the footnote and endnote inconsistent behaviour with track changes.
15+
- `#I609576` - Resolved the content layout issue on protected edit region.
16+
- `#I607325` - Resolved the content gets overlapped issue when selection moves to header.
17+
- `#I607277` - Resolved the script error when applying border for merged cells.
18+
- `#I606994` - Resolved the script error issue when copy pasting list.
19+
- `#I606137` - Resolved the content overlapping issue when the track changes alert dialog closed.
20+
- `#I610807` - Resolved the script error issue when exporting document as PDF.
21+
522
## 26.2.4 (2024-07-24)
623

724
### DocumentEditor

components/documenteditor/node_modules/@babel/helper-environment-visitor/README.md

-19
This file was deleted.

components/documenteditor/node_modules/@babel/helper-function-name/README.md

-19
This file was deleted.

components/documenteditor/node_modules/@babel/helper-hoist-variables/README.md

-19
This file was deleted.

components/documenteditor/node_modules/@babel/helper-split-export-declaration/README.md

-19
This file was deleted.

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.

components/documenteditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-documenteditor",
3-
"version": "26.2.4",
3+
"version": "26.2.5",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 26.2.7 (2024-07-30)
6+
7+
### FileManager
8+
9+
#### Bug Fixes
10+
11+
- `#I608803` - The issue with renaming the tree item by directly right-clicking the item has been resolved.
12+
- `#F189075` - The issue with rendering the File Manager component using flat data support based on the root folder ID has been resolved.
13+
- `#I608802` - The issue with copy and paste a folder within File Manager component navigation pane has been resolved.
14+
15+
## 26.1.41 (2024-07-09)
16+
17+
### FileManager
18+
19+
#### Bug Fixes
20+
21+
- `#I603942` - Column hide issue in details view pane when utilizing the `hideAtMedia` property in File Manager component has been resolved.
22+
23+
## 26.1.40 (2024-07-02)
24+
25+
### FileManager
26+
27+
#### Bug Fixes
28+
29+
- `#I603473` - Resolved the issue where the context menu item in the File Manager component remained disabled after opening the context menu for the root folder in the navigation pane.
30+
531
## 26.1.35 (2024-06-11)
632

733
### FileManager

components/filemanager/node_modules/@axe-core/playwright/node_modules/playwright/README.md

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

0 commit comments

Comments
 (0)