Skip to content

Commit 64c4e96

Browse files
author
pipeline
committed
v29.1.35 is released
1 parent bb10aae commit 64c4e96

File tree

45 files changed

+381
-35
lines changed

Some content is hidden

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

45 files changed

+381
-35
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-
## 29.1.33 (2025-03-25)
5+
## 29.1.35 (2025-04-01)
66

77
### Barcode
88

components/base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-base",
3-
"version": "19.17.0",
3+
"version": "29.1.33",
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/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": "28.1.33",
3+
"version": "29.1.33",
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/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 29.1.33 (2025-03-25)
5+
## 29.1.35 (2025-04-01)
66

77
### DatePicker
88

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 29.1.35 (2025-04-01)
6+
7+
### 3DChart
8+
9+
#### Bug Fixes
10+
11+
- `#I637725` - Now, the first label on the y-axis is positioned properly for the 100% stacking series when the x-value is empty.
12+
13+
### Chart
14+
15+
#### Bug Fixes
16+
17+
- `#I697165` - The legend symbol fill remains unchanged, even when point color mapping is applied to the series, maintaining its original color instead of reflecting individual point colors.
18+
- `#I703094` - Tooltip trackball now works properly for the canvas-enabled scatter type chart.
19+
- `#I701635` - Now the column placed properly for the uneven data set.
20+
- `#I703055` - Crosshair tooltip now updates properly when dynamically enabled or disabled.
21+
522
## 29.1.33 (2025-03-25)
623

724
### Chart

components/charts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-charts",
3-
"version": "28.1.33",
3+
"version": "29.1.33",
44
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/circulargauge/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-circulargauge",
3-
"version": "16.42.4",
3+
"version": "29.1.33",
44
"description": "Essential JS 2 CircularGauge Components for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 29.1.35 (2025-04-01)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I698039` - Swimlane, Phase, and Lane Header Offset is now applied correctly for header annotation positioning.
12+
- `#I697177` - Property changes within the Connection Change event are now logged into the undo-redo history stack correctly.
13+
- `#I700415` - Ports are now restricted within node and connector boundaries while dragging.
14+
515
## 29.1.33 (2025-03-25)
616

717
### Diagram

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": "19.18.0",
3+
"version": "29.1.33",
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

+200
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,206 @@
22

33
## [Unreleased]
44

5+
## 29.1.35 (2025-04-01)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I689728` - Fixed text shifting to the previous page when applying formatting styles to a combined paragraph.
12+
- `#I698686` - Fixed the undo issue for merged table cells.
13+
- `#I693506` - Fixed table header row resizing incorrectly when adding a row to the table.
14+
- `#I693683` - Fixed the issue where the document editor remained stuck on loading and failed to open documents.
15+
- `#I698863` - Fixed the outline rendering issue for rounded rectangle shapes.
16+
- `#I702446` - Fixed the edit region highlight issue when switching between print and web layouts.
17+
- `#I701024` - Fixed the malformed URI issue on Mac during document serialization.
18+
- `#I694808` - Fixed incorrect cursor positioning when continuously pressing Enter in a table cell that extends to the next page.
19+
- `#I698411` - Improved performance when scrolling and typing in large documents with spell check enabled.
20+
- `#I681319` - Fixed the issue where comments were removed when selecting text before the comment's end offset.
21+
- `#I699227`, `#I699397` - Improved editing performance when continuously typing characters.
22+
- `#I700275` - Fixed table layout issues with repeated header rows.
23+
- `#I697583` - Fixed missing table cell content when exporting to DOCX.
24+
- `#I652799` - Fixed incorrect cursor positioning when selecting a column cell.
25+
- `#I701772` - Fixed style issues in content control text.
26+
- `#I697055` - Fixed script errors when saving a document as a blob after deleting tracked changes content.
27+
28+
## 29.1.33 (2025-03-25)
29+
30+
### DocumentEditor
31+
32+
#### Features
33+
34+
- `#I690626` - Added support for preserving hidden text when opening and exporting Word documents.
35+
36+
## 28.2.12 (2025-03-19)
37+
38+
### DocumentEditor
39+
40+
#### Bug Fixes
41+
42+
- `#I691095` - Fixed an issue where the `getComments` API returned the same comment ID for both parent and reply comments.
43+
- `#I695884` - Resolved a browser hanging issue caused by table row splitting when opening an attached document.
44+
- `#I691853` - Fixed a list numbering issue in the Document Editor that occurred when pasting content multiple times.
45+
- `#I693444` - Addressed an issue where the toggling of a checkbox content control did not reflect its character format.
46+
- `#I701050` - Fixed a blob document import issue in the Document Editor when using a Docker container.
47+
- `#I689203` - Resolved an issue where content deletion with track changes was not functioning correctly.
48+
- `#I695107` - Fixed a cursor disappearance issue when pressing and holding the arrow button.
49+
50+
## 28.2.11 (2025-03-11)
51+
52+
### DocumentEditor
53+
54+
#### Bug Fixes
55+
56+
- `#F196134` - Fixed a script error that occurred when copying content containing checkbox content control properties.
57+
- `#I688686` - Fixed the selection issue when applying upper-case formatting to text.
58+
- `#I644193` - Fixed the XML mapping issue when copy pasting content controls within Document Editor.
59+
- `#I691211` - Fixed the incorrect drop down list display by using the display text instead of the value.
60+
- `#I691064` - Fixed the issue of removing and adding highlights to editable ranges using the `highlightEditableRanges` property.
61+
- `#I686376` - Fixed a script error that occurred when undoing after performing Enter and Apply Style actions.
62+
- `#I693248` - Fixed the issue where the editing region moved out of the viewport when the keyboard opened on mobile devices.
63+
- `#I684310`, `#I693656` - Fixed the border rendering issue for nested content controls.
64+
- `#I691211` - Improved typing performance inside a table when the document contains more than 400 content controls.
65+
66+
## 28.2.9 (2025-03-04)
67+
68+
### DocumentEditor
69+
70+
#### Bug Fixes
71+
72+
- `#I687932` - Fixed the issue where focus was not updated to the document when selecting a comment in the comment pane.
73+
- `#I685571`, `#I694238` - Fixed the tab element formatting issue when opening the reported document.
74+
- `#I683091` - Fixed the issue where cell size was not reverting correctly and an extra column was created after deleting a row.
75+
- `#I683159` - Fixed the issue where the editable region start marker was not rendering correctly when a paragraph had a right margin.
76+
- `#I691849` - Fixed the issue where Document Editor became unresponsive when accepting all changes in SFDT files containing multiple lists copied from Word.
77+
78+
## 28.2.7 (2025-02-25)
79+
80+
### DocumentEditor
81+
82+
#### Bug Fixes
83+
84+
- `#I682091` - Fixed a document corruption issue when applying a custom style and exporting to Docx.
85+
- `#I683126` - Fixed a script error that occurred when performing undo, delete, and reject actions on track changes content.
86+
- `#I691258` - Fixed an issue where undoing the deletion of list items did not work correctly with track changes enabled.
87+
- `#I687962` - Fixed incorrect behaviour when applying "Capitalize Each Word" to sentences containing multiple words with apostrophes.
88+
- `#I683579` - Fixed a spell checker issue that occurred when track changes were enabled on combined insertion and deletion content.
89+
- `#I688793` - Fixed a script error that occurred when opening an SFDT document containing track changes content.
90+
91+
## 28.2.6 (2025-02-18)
92+
93+
### DocumentEditor
94+
95+
#### Bug Fixes
96+
97+
- `#I682967` - Fixed a script error that occurred when deleting content inside an edit region.
98+
- `#I684112` - Fixed a script issue when opening a line-marker chart in Document Editor.
99+
- `#I683052` - Fixed a bookmark insertion issue when spell check is enabled.
100+
101+
## 28.2.5 (2025-02-11)
102+
103+
### DocumentEditor
104+
105+
#### Bug Fixes
106+
107+
- `#I683467` - Improved performance by optimizing bookmark manipulation during text insertion.
108+
- `#I684634` - Fixed an issue where focus moved to the document editor when selecting a tracked revision.
109+
- `#I684435` - Resolved a freezing issue when accepting all tracked changes.
110+
- `#I686056` - Fixed an issue where the background color was not updating properly in the properties pane.
111+
- `#I679707` - Corrected the continuation of page numbers after restarting page numbering.
112+
- `#I680995` - Fixed font rendering issues when applying the theme font to text.
113+
- `#I687189` - Resolved caret height inconsistencies in collaborative editing.
114+
- `#I682585` - Fixed incorrect list indentation when performing an undo action.
115+
- `#F195801` - Resolved an issue where the content change event was triggered twice when applying a paragraph style.
116+
117+
## 28.2.4 (2025-02-04)
118+
119+
### DocumentEditor
120+
121+
#### Bug Fixes
122+
123+
- `#I680965` - Fixed document corruption when opening a client-side exported DOCX in Microsoft Word.
124+
- `#I681505` - Fixed issues with programmatically added comment replies and text range selection in the Document Editor.
125+
- `#I684705` - Fixed wavy underline rendering issue for non-misspelled words when pressing backspace.
126+
- `#I680849` - Fixed missing split cell content when a row spans multiple pages.
127+
- `#I667699` - Fixed missing content in shapes after copying and pasting the entire content, followed by server-side DOCX export.
128+
- `#I678996`, `#I678997`, `#I678999` - Fixed script errors when accepting track changes in list paragraphs and table paragraphs.
129+
130+
## 28.1.39 (2024-01-14)
131+
132+
### DocumentEditor
133+
134+
#### Bug Fixes
135+
136+
- `#I660432` - Improved performance when applying formatting to an entire document.
137+
- `#I668208` - Fixed text duplication caused by the move-down action outside the editable element after inserting text using Japanese IME on Windows.
138+
- `#I665638` - Addressed issues with arrow keys, deletion, and keyboard input in form field protection mode for Content Controls.
139+
140+
## 28.1.38 (2025-01-07)
141+
142+
### DocumentEditor
143+
144+
#### Bug Fixes
145+
146+
- `#I665316` - Fixed layout issue during editing due to start and end fields being in different paragraphs.
147+
- `#I664308` - Addressed the problem of HTML content not copying correctly to the clipboard when copying table content with block content control.
148+
- `#I669203` - Corrected the issue where revisions in headers were not reflected in the track changes pane due to existing header/footer conditions.
149+
- `#I675010` - Resolved script error encountered when removing inline contents that include field elements.
150+
- `#I658140` - Improved performance when inserting text into split table cells across multiple pages.
151+
- `#I665482` - Fixed script error that occurred when pasting content from Microsoft Word into the Document Editor after selecting table cell content.
152+
153+
## 28.1.37 (2024-12-31)
154+
155+
### DocumentEditor
156+
157+
#### Bug Fixes
158+
159+
- `#I646103` - Fixed the rendering issue of dot and circle bullets in the Ubuntu environment.
160+
- `#I664612` - Fixed the application hanging issue when searching for text within a split cell widget using the find option.
161+
- `#I665316` - Fixed the layout issue during editing actions caused by field start and end tags being in different paragraphs.
162+
- `#I656347` - Fixed the issue where an empty cell was not added in a split row widget.
163+
- `#I662866` - Fixed a script error that occurred when opening a document with block content controls inside a cell with revisions.
164+
- `#I660441` - Fixed the issue where a table became corrupt after merging cells.
165+
- `#I660453` - Fixed the issue where the replace API was not working when using a pattern to find and replace text.
166+
167+
## 28.1.36 (2024-12-24)
168+
169+
### DocumentEditor
170+
171+
#### Bug Fixes
172+
173+
- `#I664697` - Implemented image cropping for metafile images in the Document Editor.
174+
- `#I662670` - Fixed the navigation pane issue where it moved to the start position when clicking sub-level headings. The selected heading is now properly highlighted.
175+
- `#I653747` - Resolved the font family rendering issue for special characters when the `FontHintType` property is applied in the character format.
176+
- `#I658305` - Corrected the updating of ordered list numbers when the list includes level overrides.
177+
- `#I662705` - The `setDefaultCharacterFormat` API now functions correctly in the Document Editor.
178+
- `#I652850` - Fixed cursor position updates and keyboard navigation issues for content controls in the Document Editor.
179+
- `#I668350` - Addressed the bullet list symbol rendering issue in exported DOCX documents after inserting a bullet list in the Document Editor.
180+
- `#I662244` - Resolved the track changes inconsistency issue in collaborative mode.
181+
- `#I660426` - Fixed the undo issue that occurred after merging table cells.
182+
- `#I661535` - Resolved the issue of span elements being present in comment data.
183+
184+
## 28.1.35 (2024-12-18)
185+
186+
### DocumentEditor
187+
188+
#### Bug Fixes
189+
190+
- `#I653914` - Script error no longer thrown when drag and drop the text in document editor.
191+
- `#I655487` - Now, table column is rendered properly when imported the exported document.
192+
- `#I656985` - Now, oval shape is preserved properly in the document editor.
193+
- `#I658167` - Now table row get resized properly when we resize the row fast.
194+
- `F194125` - Now, Footnote and content does not get overlap when edit inside the document.
195+
- `#I640675` - Resolved the document freezing issue when reject the track changes.
196+
- `#I651428` - Now, comment get removed properly when delete the paragraph and accept the changes.
197+
- `#I661065` - Table border is rendered properly when table cell border's line style is set as none.
198+
- `#I658922` - Now, check box is rendered properly after change the value as checked.
199+
- `#I651509` - Provided content change event support to notify when protect and unprotected the document.
200+
- `#I658140` - Resolved the performance issue that occurs when performing the undo and redo functions after copy pasting multiple paragraphs within a table.
201+
- `#I656347` - Resolved the table layout issue when opening the exported document due to an improperly added row widget during exporting.
202+
- `#I645286`, `#I647203` - Handled the logic to combine text ranges with the same character formatting in the paragraph when exporting as SFDT to resolve performance issues.
203+
- `#I653756` - Resolved the content control border rendering issue for paragraph with lists and indentation applied.
204+
5205
## 27.2.4 (2024-11-26)
6206

7207
### DocumentEditor

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": "28.1.33",
3+
"version": "29.1.33",
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/dropdowns/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 29.1.33 (2025-03-25)
5+
## 29.1.35 (2025-04-01)
66

77
### DropDownTree
88

components/filemanager/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 29.1.33 (2025-03-25)
5+
## 29.1.35 (2025-04-01)
66

77
### FileManager
88

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 29.1.33 (2025-03-25)
5+
## 29.1.35 (2025-04-01)
66

77
### GanttChart
88

99
#### Bug fixes
1010

11+
- `#I698597` - The issue where the task label font could not be customized using `ganttStyle` in PDF exports of the Gantt chart has been resolved.
12+
- `#I702960` - Undo action does not work properly when drag and drop the taskbar with timeline virtualization enabled issue has been resolved.
13+
- `#I703918` - A script error occurred when the context menu was used in resource view after adding a dependency to a newly added record issue has been resolved.
14+
- `#I702456` - The issue, where the `rowSelecting` event did not trigger correctly when selecting a row using a checkbox, has been resolved.
15+
- `#I698654`,`#I704950` - The issue of the splitter position dynamically changing, which caused a white space, has been resolved.
16+
- `#I691521` - Incorrect width update when duration is less than zero issue has been resolved.
17+
- `#I702366` - Extra space at the end of the timeline issue has been resolved.
18+
- `#I700246` - Console error occur while using rte component with cell edit template issue has been resolved.
19+
- `#I702969` - The flickering issue that occurred when hovering over the filter menu option in the column menu has been resolved.
20+
- `#I701758` - The issue where hovering over the filter in the column menu caused the filter dialog to appear under the column menu has been resolved.
21+
1122
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
1223

1324
## 28.2.11 (2025-03-11)

components/gantt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-gantt",
3-
"version": "28.1.33",
3+
"version": "29.1.33",
44
"description": "Essential JS 2 Gantt Component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)