Skip to content

Commit 7aba1fb

Browse files
author
pipeline
committed
v33.1.47 is released
1 parent fd5bfcf commit 7aba1fb

File tree

38 files changed

+253
-28
lines changed

38 files changed

+253
-28
lines changed

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-
## 33.1.46 (2026-03-31)
5+
## 33.1.44 (2026-03-16)
66

77
### Chip
88

components/buttons/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-buttons",
3-
"version": "28.1.33",
3+
"version": "33.1.44",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/calendars/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-
## 33.1.46 (2026-03-31)
5+
## 33.1.47 (2026-04-07)
66

77
### DateRangePicker
88

components/charts/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+
## 33.1.47 (2026-04-07)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I824582` - The Y‑axis range is now calculated properly when rendering multiple charts.
12+
513
## 33.1.44 (2026-03-16)
614

715
### Chart

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-
## 33.1.46 (2026-03-31)
5+
## 33.1.47 (2026-04-07)
66

77
### Diagram
88

components/documenteditor/CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,50 @@
22

33
## [Unreleased]
44

5+
## 33.1.47 (2026-04-07)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
`#I819468` - Fixed a script error that occurred when the header contained comments.
12+
`#I817314` - Resolved a layout issue when the header contained a wrapped image.
13+
`#I820418` - Added a prohibition cursor for blocked drag-and-drop operations.
14+
`#I826724` - Fixed a script error in the Picture Format tab after inserting an image.
15+
`#I822512` - Fixed an issue where bullet points were removed when pasting SFDT content into a selected range.
16+
`#I822969` - Resolved an issue where mouse selection caused bookmark loss during paste operations.
17+
`#I802829` - Fixed a table layout collapse issue after applying a fill color.
18+
`#I822187` - Fixed an issue where bookmark highlighting was removed after drag-and-drop.
19+
`#I823499` - Corrected incorrect row resize behaviour.
20+
`#I821686` - Resolved a formatting loss issue when using the Paste API with the `MergeWithExistingFormatting` option.
21+
522
## 33.1.46 (2026-03-31)
623

724
### DocumentEditor
825

926
#### Bug Fixes
1027

28+
`#I818359` - Fixed an issue where underline formatting was not removed when choosing Ignore Once.
29+
`#I804008` - Resolved text overlapping issues when using both machine fonts and the custom font API.
30+
`#I810045` - Fixed an issue where the font size dropdown did not allow setting half-point values.
31+
`#I816757` - Fixed an issue where automatic hyperlink conversion failed for long links.
32+
`#I820417` - Resolved an issue where pasting text added an unwanted closing HTML tag.
33+
`#I814760` - Fixed multiple issues related to spell check.
34+
`#I818705` - Fixed a script error that occurred when copying the entire document content using Ctrl + A and Ctrl + C.
35+
`#I817043` - Fixed an issue where deleting text caused content to shift to an extra page.
1136
`#I819206` - Fixed an issue where drag-and-drop incorrectly allowed content to be moved into non-editable regions.
37+
`#I819095` - Resolved a browser freezing issue that occurred when continuously pasting content with spell check enabled.
38+
`#I810021` - Fixed an issue where page numbers were displayed incorrectly for partially numbered sections.
39+
`#I814014` - Fixed an issue where the date picker was unresponsive when selecting Today.
40+
`#I800589` - Resolved an issue where table positioning shifted when toggling between layouts.
41+
`#I815790` - Fixed an issue where the ribbon remained active when the document was read-only.
42+
`#I806986` - Improved usability when resizing by fixing issues with grabbing borders.
43+
`#I800985` - Fixed table formatting misalignment that occurred after saving and reopening the document.
44+
`#I795470` - Fixed an issue where English text was not appended correctly after Arabic input.
45+
`#F72948` - Fixed an issue where line spacing values were not retained after being set.
46+
`#I806994` - Fixed an issue where empty comments were added for other users in Web Layout mode during collaborative editing.
47+
`#I818405` - Fixed an issue where the Form Field pop-up appeared during multiple selection.
48+
`#I805914` - Fixed an auto-save script error that occurred during initialization.
1249

1350
## 33.1.45 (2026-03-24)
1451

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": "33.1.45",
3+
"version": "33.1.46",
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
## 33.1.47 (2026-04-07)
6+
7+
### drop-down-tree
8+
9+
- `#I813436` - Resolved a memory leak in the DropDownTree component by ensuring the window resize event listener is correctly detached during destroy, preventing retained instances in Angular Material Dialog scenarios.
10+
11+
### MultiSelect
12+
13+
#### Bug Fixes
14+
15+
- `#I823632` - Resolved an issue that caused duplicate API calls when the query property was used with the actionBegin event.
16+
517
## 33.1.46 (2026-03-31)
618

719
### DropDownTree

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": "33.1.44",
3+
"version": "33.1.46",
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: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased]
44

5-
## 33.1.46 (2026-03-31)
5+
## 33.1.47 (2026-04-07)
6+
7+
### FileManager
8+
9+
#### Bug Fixes
10+
11+
- `#I824355` - Resolved the issue where the last breadcrumb path item in the File Manager component was not accessible via keyboard navigation and lacked proper ARIA role announcements.
12+
13+
## 33.1.45 (2026-03-24)
614

715
### FileManager
816

0 commit comments

Comments
 (0)