Skip to content

Commit ff5d530

Browse files
author
pipeline
committed
v31.2.5 is released
1 parent 5454d0d commit ff5d530

File tree

46 files changed

+325
-117
lines changed

Some content is hidden

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

46 files changed

+325
-117
lines changed

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-
## 31.2.4 (2025-10-28)
5+
## 31.2.5 (2025-11-04)
66

77
### Block Editor
88

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-
## 31.2.4 (2025-10-28)
5+
## 31.2.5 (2025-11-04)
66

77
### DatePicker
88

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 31.2.5 (2025-11-04)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I777320` - The scrollbar will now update properly when it is dragged.
12+
- `#I767509` - The range column chart now renders correctly using a datetime Y-axis.
13+
- `#I779972` - Chart data is now properly updated for duplicate X values when exporting to Excel.
14+
515
## 31.2.4 (2025-10-28)
616

717
### Chart

components/circulargauge/CHANGELOG.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@
44

55
## [Unreleased]
66

7-
## 31.2.4 (2025-10-28)
8-
9-
### Circular Gauge
10-
11-
#### Bug Fixes
12-
13-
- `#I750239` - Now, the scroll does not appear when setting overflow to auto in the Circular Gauge component.
14-
157
## 25.1.35 (2024-03-15)
168

179
### Circular Gauge

components/circulargauge/README.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The [Angular Circular Gauge](https://www.syncfusion.com/angular-components/angul
1515
<p align="center">
1616
Trusted by the world's leading companies
1717
<a href="https://www.syncfusion.com">
18-
<img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Bootstrap logo">
18+
<img src="https://ej2.syncfusion.com/home/images/trusted_companies.png" alt="Bootstrap logo">
1919
</a>
2020
</p>
2121

@@ -36,9 +36,9 @@ ng new my-app
3636
cd my-app
3737
```
3838

39-
### Adding Syncfusion Circular Gauge package
39+
### Adding Syncfusion<sup>®</sup> Circular Gauge package
4040

41-
All Syncfusion Angular packages are available in [npmjs.com](https://www.npmjs.com/~syncfusionorg). To install the Angular Circular Gauge package, use the following command.
41+
All Syncfusion<sup>®</sup> Angular packages are available in [npmjs.com](https://www.npmjs.com/~syncfusionorg). To install the Angular Circular Gauge package, use the following command.
4242

4343
```sh
4444
npm install @syncfusion/ej2-angular-circulargauge
@@ -48,13 +48,13 @@ The above command does the below configuration to your Angular app.
4848

4949
* Adds `@syncfusion/ej2-angular-circulargauge` package and its peer dependencies to your `package.json` file.
5050
* Imports the `CircularGaugeModule` in your application module `app.module.ts`.
51-
* Registers the Syncfusion UI default theme (material) in the `angular.json` file.
51+
* Registers the Syncfusion<sup>®</sup> UI default theme (material) in the `angular.json` file.
5252

53-
This makes it easy to add the Syncfusion Angular Circular Gauge module to your project and start using it in your application.
53+
This makes it easy to add the Syncfusion<sup>®</sup> Angular Circular Gauge module to your project and start using it in your application.
5454

5555
### Add Circular Gauge component
5656

57-
In **src/app/app.component.ts**, use `<ejs-circulargauge>` selector in the `template` attribute of the `@Component` directive to render the Syncfusion Angular Circular Gauge component.
57+
In **src/app/app.component.ts**, use `<ejs-circulargauge>` selector in the `template` attribute of the `@Component` directive to render the Syncfusion<sup>®</sup> Angular Circular Gauge component.
5858

5959
```typescript
6060
import { Component } from '@angular/core';
@@ -108,6 +108,14 @@ Circular Gauge component is also offered in the following list of frameworks.
108108
* [Globalization](https://ej2.syncfusion.com/angular/documentation/circular-gauge/internationalization/?utm_source=npm&utm_medium=listing&utm_campaign=angular-circulargauge-npm): Personalize the circular gauge component with different languages, as well as culture-specific number, date and time formatting.
109109
* [Accessibility](https://ej2.syncfusion.com/angular/documentation/circular-gauge/accessibility/?utm_source=npm&utm_medium=listing&utm_campaign=angular-circulargauge-npm): Provides with built-in accessibility support which helps to access all the circular gauge component features through the keyboard, screen readers, or other assistive technology devices.
110110

111+
## Resources
112+
113+
* [Documentation](https://ej2.syncfusion.com/angular/documentation/introduction)
114+
* [Theme Studio](https://ej2.syncfusion.com/themestudio/)
115+
* [What's New](https://www.syncfusion.com/products/whatsnew/angular?utm_medium=listing&utm_source=github)
116+
* [Road Map](https://www.syncfusion.com/products/roadmap/angular)
117+
* [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=angular&type=all)
118+
111119
## Support
112120

113121
Product support is available through the following mediums.
@@ -124,10 +132,10 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
124132

125133
## License and copyright
126134

127-
> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
135+
> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
128136
129137
> A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
130138
131139
See [LICENSE FILE](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/circulargauge/license?utm_source=npm&utm_campaign=angular-circulargauge-npm) for more info.
132140

133-
&copy; Copyright 2024 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
141+
&copy; Copyright 2025 Syncfusion<sup>®</sup>, Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio license and copyright applies to this distribution.

components/circulargauge/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-circulargauge",
3-
"version": "30.2.4",
3+
"version": "31.2.2",
44
"description": "Essential JS 2 CircularGauge Components for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 31.2.5 (2025-11-04)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I775337` - Node distribution functionality has been corrected and now works as expected.
12+
- `#I775236` - Tooltip content is now fully visible, even when displaying large amounts of text.
13+
- `#I774007` - Annotation text field sizing now renders correctly when the body element uses display flex.
14+
- `#I775354` - Locked nodes stay fixed and are no longer resized with unlocked nodes.
15+
- `#I775726` - Connector segments no longer jump when the source end is dragged and continuously connected to a node.
16+
- `#I776101` - The allowDrag property now functions correctly when updated dynamically.
17+
- `#I776677` - Saving diagram with fixedUserHandleTemplate no longer throws errors in Angular.
18+
- `#I776814` - Improved performance when moving multiple selected nodes within a SwimLane.
19+
520
## 31.2.3 (2025-10-22)
621

722
### Diagram

components/diagrams/src/diagram/diagram.component.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,14 @@ export class DiagramComponent extends Diagram implements IComponentBase {
104104
@ContentChild('nodeTemplate')
105105
@Template()
106106
public nodeTemplate: any;
107+
/**
108+
* This property allows us to define HTML elements for fixed user handle
109+
* @default undefined
110+
* @asptype string
111+
*/
112+
@ContentChild('fixedUserHandleTemplate')
113+
@Template()
114+
public fixedUserHandleTemplate: any;
107115
/**
108116
* This property represents the template content of a user handle. The user can define any HTML element as a template.
109117
* @default undefined

components/documenteditor/CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,48 @@
22

33
## [Unreleased]
44

5+
## 31.2.5 (2025-11-04)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
`#I762105` - Resolved script error caused by content control element selection changes.
12+
`#I770623` - Resolved issue where content in the document was not displaying properly.
13+
`#I773688` - Resolved script error in the ribbon when applying the last three styles in different locales.
14+
`#I769024` - Resolved issue with cursor position when merging two paragraphs.
15+
`#I772615` - Addressed performance issue caused by updating text style in the ribbon while typing.
16+
`#I766597` - Resolved form field issue.
17+
`#I777112` - Resolved error when reopening updated elements via the context menu.
18+
`#I771628` - Resolved script error related to linked styles.
19+
`#I780412` - Resolved issue with deleting table cells.
20+
`#I775093` - Resolved collaborative editing issue.
21+
`#I762135` - Resolved issue where the editable zone inherited the highlight color from the restricted zone.
22+
23+
#### Features
24+
25+
- `#I712226`- Added support for user specific custom dictionaries
26+
527
## 31.2.4 (2025-10-28)
628

729
### DocumentEditor
830

931
#### Bug Fixes
1032

33+
- `#I761423` - AutoFocus behaviour updated when `enableAutoFocus` is set to false.
34+
- `#I772600` - Resolved performance issue when inserting text with a large number of DOM elements.
35+
- `#I774527` - Toggling paragraph marks now correctly maintains bookmark visibility.
36+
- `#I773462` - Fixed a null reference exception that occurred on the server when downloading a document containing a chart.
37+
- `#I772069` - Resolved endless selection issue when applying a toolbar tool to a text selection.
38+
- `#I771551` - Font-family now updates correctly for list text, addressing incorrect cursor positioning related to paragraph before spacing.
39+
- `#I763642` - Fixed layout issues caused by split paragraphs across pages.
40+
41+
## 31.2.3 (2025-10-22)
42+
43+
### DocumentEditor
44+
45+
#### Bug Fixes
46+
1147
- `#I752784` - Fixed the issue where suggestions in the spell check dialog were not updating after performing Ignore or Ignore All actions.
1248
- `#I753785` - Corrected the Find Next behaviour of the spell checker for pages that were not rendered.
1349
- `#I771628` - Resolved a script error that occurred when updating styles.

0 commit comments

Comments
 (0)