Skip to content

Commit 4ce5198

Browse files
author
pipeline
committed
v25.1.37 is released
1 parent 5aefeb4 commit 4ce5198

Some content is hidden

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

54 files changed

+292
-84
lines changed

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-
## 25.1.35 (2024-03-15)
5+
## 25.1.37 (2024-03-26)
66

77
### Barcode
88

components/barcodegenerator/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
"es2015": "dist/es6/ej2-react-barcode-generator.es2015.js",
1919
"readme": "ReadMe.md",
2020
"dependencies": {
21-
"awesome-typescript-loader": "^3.1.3",
22-
"source-map-loader": "^0.2.1",
2321
"@syncfusion/ej2-base": "*",
2422
"@syncfusion/ej2-react-base": "*",
2523
"@syncfusion/ej2-barcode-generator": "*"

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": "18.64.1",
3+
"version": "25.1.35",
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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
## [Unreleased]
44

5+
## 25.1.37 (2024-03-26)
6+
7+
### AccumulationChart
8+
9+
#### Bug Fixes
10+
11+
- `#I564804` - Now, the `textWrap` property in the legend is working properly.
12+
13+
### Chart
14+
15+
#### Bug Fixes
16+
17+
- `#I528508` - The tooltip template div is now added based on the series count, and it renders properly.
18+
- `#I563227` - Now, datalabel does not take the y value in place of a null value, and it renders properly.
19+
- `#I562333` - Now, annotations are rendered corresponding to their series point while enabling the `isIndexed` property
20+
- `#I566633` - Now, the first axis label is properly displayed on the x-axis.
21+
522
## 25.1.35 (2024-03-15)
623

724
### Chart

components/charts/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-charts",
3-
"version": "20.22.1",
3+
"version": "25.1.35",
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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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-react-circulargauge",
3-
"version": "16.42.4",
3+
"version": "25.1.35",
44
"description": "Essential JS 2 CircularGauge Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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+
## 25.1.37 (2024-03-26)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I555965` - Now, the overview updated properly without any shadows while dragging html nodes.
12+
- `#I562959` - Now, drawing connector from group node port works properly.
13+
514
## 25.1.35 (2024-03-15)
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": "19.18.0",
3+
"version": "25.1.35",
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: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
## [Unreleased]
44

5+
## 25.1.37 (2024-03-26)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I545513` - Added the preservation support for table style property in Document editor.
12+
- `#I548396` - Resolved the page number not refreshed issue while delete page.
13+
- `#I549835` - Resolved the document lagging issue.
14+
- `#I553758` - Resolved the editing issue in the attached document, which contains a chart.
15+
- `#I556874` - Resolved the script error issue when performing undo action on table.
16+
- `#I558460` - Resolved the tab rendering issue in the attached document.
17+
- `#I558529` - Resolved the form field editing issue in read only mode.
18+
- `#I558289` - Resolved the list numbering issue.
19+
- `#I558259` - Resolved the content formatting issue when removing hyperlink.
20+
- `#I559197` - Resolved the drag and drop issue.
21+
- `#I559912` - Resolved the image removed issue when selecting an image and perform enter action.
22+
- `#I561716` - Resolved the duplicate image string added to sfdt issue while drag and drop.
23+
- `#I561052` - Resolved the cursor position issue in mobile mode.
24+
- `#I563837` - Resolved the table overlapping issue in the attached document.
25+
- `#F186648` - Resolved the script error issue while opening a attached document.
26+
- `#F186745` - Resolved the table splitting issue in the merge cell.
27+
528
## 25.1.35 (2024-03-15)
629

730
### 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": "19.92.0",
3+
"version": "25.1.35",
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)