Skip to content

Commit 7fa2a90

Browse files
author
pipeline
committed
v32.1.23 is released
1 parent bab97e7 commit 7fa2a90

39 files changed

Lines changed: 144 additions & 112 deletions

File tree

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-
## 32.1.22 (2026-01-06)
5+
## 32.1.23 (2026-01-13)
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-
## 32.1.22 (2026-01-06)
5+
## 32.1.23 (2026-01-13)
66

77
### Common
88

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-
## 32.1.22 (2026-01-06)
5+
## 32.1.23 (2026-01-13)
66

77
### Block Editor
88

components/buttons/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+
## 32.1.23 (2026-01-13)
6+
7+
### Button
8+
9+
#### Bug Fixes
10+
11+
- `#I795532` - The issue with "Button font-weight in Fluent2 not proper" has now been fixed.
12+
513
## 32.1.19 (2025-12-16)
614

715
### Chip

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": "32.1.19",
3+
"version": "32.1.21",
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/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-
## 32.1.22 (2026-01-06)
5+
## 32.1.23 (2026-01-13)
66

77
### Chart
88

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 32.1.23 (2026-01-13)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I794589` - Connectors no longer overlap nodes when the data contains self-loop relationships between parent and child.
12+
- `#I798381` - The UML Classifier nodes now move correctly without breaking when dragged rapidly.
13+
514
## 32.1.22 (2026-01-06)
615

716
### 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-react-diagrams",
3-
"version": "32.1.21",
3+
"version": "32.1.22",
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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/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+
## 32.1.23 (2026-01-13)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
`#787906` - Fixed an issue where table width was not applied correctly when opening a document.
12+
`#789132` - Corrected the rendering position of paragraph marks and bookmark elements.
13+
`#786543` - Resolved text overlapping issue when font changes were applied.
14+
`#790535` - Ensured consistent X-coordinate for selection during down arrow navigation.
15+
`#794399` - Improved performance to display the loading indicator promptly when pasting large content.
16+
`#794438` - Fixed an issue where the system froze after importing a document.
17+
`#789016` - Resolved layout issues with RTF document tab elements.
18+
`#785134` - Corrected inconsistent selection behaviour when selecting table headers or split rows.
19+
`#783579` - Fixed an issue where nested content controls were not preserved properly when exporting as SFDT.
20+
`#787986` - Corrected table direction property to LTR when inserting an RTL-direction table in the Document Editor.
21+
`#781641` - Fixed table resizing issues in RTL documents.
22+
523
## 32.1.22 (2026-01-06)
624

725
### 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-react-documenteditor",
3-
"version": "32.1.21",
3+
"version": "32.1.22",
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",

0 commit comments

Comments
 (0)