Skip to content

Commit ccdedd4

Browse files
author
pipeline
committed
v33.2.8 is released
1 parent 43b897a commit ccdedd4

35 files changed

Lines changed: 173 additions & 28 deletions

File tree

components/base/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.2.7 (2026-05-19)
5+
## 33.2.8 (2026-05-26)
6+
7+
### Common
8+
9+
#### Bug Fixes
10+
11+
- `#I842006` - The issue where an error occurred during Angular package installation stating "Could not find file for path" has been resolved.
12+
13+
## 33.2.3 (2026-04-21)
614

715
### Common
816

components/base/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-angular-base",
3-
"version": "33.1.46",
3+
"version": "33.2.3",
44
"description": "A common package of Essential JS 2 base Angular libraries, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/blockeditor/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.2.7 (2026-05-19)
5+
## 33.2.8 (2026-05-26)
66

77
### Block Editor
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-
## 33.2.7 (2026-05-19)
5+
## 33.2.8 (2026-05-26)
66

77
### CheckBox
88

components/calendars/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.2.7 (2026-05-19)
5+
## 33.2.8 (2026-05-26)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I838664` - Fixed an accessibility issue causing repeated screen reader announcements in the DatePicker.
12+
13+
- `#I1026156` - Fixed an issue where date selection in the DatePicker calendar popup was not working on iPhone when openOnFocus was enabled.
614

715
### DateRangePicker
816

components/charts/CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [Unreleased]
4+
5+
## 33.2.8 (2026-05-26)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I1026972` - Axis label tooltip now correctly interprets `<br>` tags as line breaks, improving readability instead of displaying raw HTML text.
12+
- `#I1026478` - The `legendClick` event in Accumulation Chart now triggers correctly when `legendSettings.toggleVisibility` is set to `false`, enabling custom legend interaction logic such as filtering and visibility updates.
13+
- `#FB73933` - Stacked labels now render correctly after legend toggling in grouped stacked series, without overlapping.
14+
- `#FB69182` - Column series now renders with the correct width when only a single data point is provided.
15+
- `#I835295` - Zoom out now works correctly after performing maximum zoom-in through all interaction modes.
16+
317
## 33.2.4 (2026-04-28)
418

519
### Chart
@@ -3827,5 +3841,4 @@ Graphics (SVG).
38273841
- **Animation** - Chart series will be animated when rendering and refreshing the chart widget.
38283842
- **User Interaction** - Supports interactive features that are zooming, panning, crosshair, trackball, tooltip, and data point selection.
38293843
- **Annotation** - Supports annotation to mark a specific area in chart.
3830-
- **Export** - Supports to print the chart directly from the browser and exports the chart in both JPEG and PNG format.## [Unreleased]
3831-
3844+
- **Export** - Supports to print the chart directly from the browser and exports the chart in both JPEG and PNG format.

components/diagrams/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.2.8 (2026-05-26)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I839614` - Fixed the trackpad zoom interaction is non linear issue.
12+
513
## 33.2.7 (2026-05-19)
614

715
### Diagram

components/diagrams/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-angular-diagrams",
3-
"version": "33.2.6",
3+
"version": "33.2.7",
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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

33
## [Unreleased]
44

5+
## 33.2.8 (2026-05-26)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
`#I837840` - Fixed an issue where paragraph spacing changes unexpectedly after delete.
12+
`#I836137` - Fixed an issue where `DocVariable` field value are not proper while exporting as Docx document.
13+
`#I840522` - Resolved the DOCX export crashes on language-only locale during serialize language issue.
14+
`#I837789` - Resolved the partial word selected when double clicking in bullet list issue.
15+
`#I838868` - Fixed an issue where tooltip "Close" text not localized in style dialog.
16+
`#I839007` - Resolved font size is not applied when selecting the same size consecutively on different text selections using ribbon issue.
17+
`#I837850` - Fixed unexpected content movement after delete at end of page issue.
18+
`#I837816` - Resolved the issue where cursor moves to wrong line after shift enter.
19+
`#I826551` - Fixed panel flickers when opening document using `openAsync` API issue.
20+
`#I835355` - Fixed an issue where extra left arrow key press needed near bookmarked text
21+
`#I830757` - Resolved the issue where footer image not rendered properly in floating case.
22+
`#I827659` - Resolved the ribbon tab switches to home tab after applying table properties issue.
23+
`#I831675` - Fixed an issue where table design panel not updated after formatting in ribbon.
24+
`#I835579` - Fixed enable single-commit rendering for bookmarks in batch edit operations.
25+
`#I839294` - Resolved replace buttons not dynamically updating in read-only documents with editable regions issue.
26+
`#I839296` - Resolved replace All count includes locked region matches in read-only documents issue.
27+
`#I828908` - Fixed an issue where form field values are not properly updated.
28+
`#I839040` - Fixed bookmark visibility issue when zoom set to fit width or higher
29+
`#I804199` - Resolved spell check selected word not highlighted during ignore or change issue.
30+
`#I832141` - Resolved header and footer content not preserved after copy and paste from MS Word issue.
31+
532
## 33.2.7 (2026-05-19)
633

734
### DocumentEditor

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-angular-documenteditor",
3-
"version": "33.2.6",
3+
"version": "33.2.7",
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",

0 commit comments

Comments
 (0)