Skip to content

Commit 7abc5cb

Browse files
author
pipeline
committed
v23.2.5 is released
1 parent c422624 commit 7abc5cb

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

+171
-244
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-
## 23.2.4 (2023-11-20)
5+
## 23.2.5 (2023-11-23)
66

77
### Barcode
88

components/barcodegenerator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"source-map-loader": "^0.2.1",
2828
"@types/chai": "^3.4.28",
2929
"@types/es6-promise": "0.0.28",
30-
"@types/jasmine": "^2.2.29",
30+
"@types/jasmine": "2.8.22",
3131
"@types/jasmine-ajax": "^3.1.27",
3232
"@types/react": "^15.0.24",
3333
"@types/react-dom": "^15.5.0",

components/base/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 23.2.5 (2023-11-23)
6+
7+
### Common
8+
9+
#### Bug Fixes
10+
11+
- Resolved component's compilation issue.
12+
513
## 23.2.4 (2023-11-20)
614

715
### Common

components/base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"react-dom": "15.5.4 - 16.10.2",
3232
"@types/chai": "^3.4.28",
3333
"@types/es6-promise": "0.0.28",
34-
"@types/jasmine": "^2.2.29",
34+
"@types/jasmine": "2.8.22",
3535
"@types/jasmine-ajax": "^3.1.27",
3636
"@types/react": "^15.0.24",
3737
"@types/react-dom": "^15.5.0",

components/base/releasenotes/README.md

-183
This file was deleted.

components/buttons/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-buttons",
3-
"version": "23.1.43",
3+
"version": "23.2.4",
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",
@@ -33,7 +33,7 @@
3333
"source-map-loader": "^0.2.1",
3434
"@types/chai": "^3.4.28",
3535
"@types/es6-promise": "0.0.28",
36-
"@types/jasmine": "^2.2.29",
36+
"@types/jasmine": "2.8.22",
3737
"@types/jasmine-ajax": "^3.1.27",
3838
"@types/react": "^15.0.24",
3939
"@types/react-dom": "^15.5.0",

components/calendars/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-calendars",
3-
"version": "23.1.41",
3+
"version": "23.2.4",
44
"description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -27,7 +27,7 @@
2727
"source-map-loader": "^0.2.1",
2828
"@types/chai": "^3.4.28",
2929
"@types/es6-promise": "0.0.28",
30-
"@types/jasmine": "^2.2.29",
30+
"@types/jasmine": "2.8.22",
3131
"@types/jasmine-ajax": "^3.1.27",
3232
"@types/react": "^15.0.24",
3333
"@types/react-dom": "^15.5.0",

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 23.2.5 (2023-11-23)
6+
7+
### AccumulationChart
8+
9+
#### Bug Fixes
10+
11+
- `#I519546` - Now, the pie chart data label renders properly when the data point is zero.
12+
13+
### Chart
14+
15+
#### Bug Fixes
16+
17+
- `#I520467` - The combination of multiple types of trendlines is now rendering properly.
18+
- `#I519877` - Now, `StackingGroup` is working properly along with `columnWidthInPixel`.
19+
- `#I519877` - Now, `ColumnSpacing` is working properly along with `columnWidthInPixel`.
20+
521
## 23.2.4 (2023-11-20)
622

723
### Chart

components/charts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-charts",
3-
"version": "23.1.44",
3+
"version": "23.2.4",
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",
@@ -37,7 +37,7 @@
3737
"source-map-loader": "^0.2.1",
3838
"@types/chai": "^3.4.28",
3939
"@types/es6-promise": "0.0.28",
40-
"@types/jasmine": "^2.2.29",
40+
"@types/jasmine": "2.8.22",
4141
"@types/jasmine-ajax": "^3.1.27",
4242
"@types/react": "^15.0.24",
4343
"@types/react-dom": "^15.5.0",

components/circulargauge/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-circulargauge",
3-
"version": "23.1.38",
3+
"version": "23.2.4",
44
"description": "Essential JS 2 CircularGauge Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -28,7 +28,7 @@
2828
"source-map-loader": "^0.2.1",
2929
"@types/chai": "^3.4.28",
3030
"@types/es6-promise": "0.0.28",
31-
"@types/jasmine": "^2.2.29",
31+
"@types/jasmine": "2.8.22",
3232
"@types/jasmine-ajax": "^3.1.27",
3333
"@types/react": "^15.0.24",
3434
"@types/react-dom": "^15.5.0",

components/diagrams/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-diagrams",
3-
"version": "23.1.44",
3+
"version": "23.2.4",
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",
@@ -27,7 +27,7 @@
2727
"source-map-loader": "^0.2.1",
2828
"@types/chai": "^3.4.28",
2929
"@types/es6-promise": "0.0.28",
30-
"@types/jasmine": "^2.2.29",
30+
"@types/jasmine": "2.8.22",
3131
"@types/jasmine-ajax": "^3.1.27",
3232
"@types/react": "^15.0.24",
3333
"@types/react-dom": "^15.5.0",

components/documenteditor/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## [Unreleased]
44

5+
## 23.2.5 (2023-11-23)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I512661` - Resolved the TOC updating issue in the attached document.
12+
- `#I519561` - Resolved the track changes issues.
13+
- `#I521082` - Resolved the script error issue while accepting tracked changes.
14+
- `#I514000` - Resolved the script error while opening the attached document.
15+
- `#I516382` - Resolved the page ordering issue in the exported document.
16+
- `#I519451` - Resolved the script error issue when export as docx after accept all changes.
17+
- `#I519571` - Resolved the issue in track changes on enter.
18+
- `#I520505` - Resolved the issue of undo track changes with bullet numbering.
19+
520
## 23.2.4 (2023-11-20)
621

722
### DocumentEditor

components/documenteditor/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-documenteditor",
3-
"version": "23.1.44",
3+
"version": "23.2.4",
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",
@@ -27,7 +27,7 @@
2727
"source-map-loader": "^0.2.1",
2828
"@types/chai": "^3.4.28",
2929
"@types/es6-promise": "0.0.28",
30-
"@types/jasmine": "^2.2.29",
30+
"@types/jasmine": "2.8.22",
3131
"@types/jasmine-ajax": "^3.1.27",
3232
"@types/react": "^15.0.24",
3333
"@types/react-dom": "^15.5.0",

components/dropdowns/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-dropdowns",
3-
"version": "23.1.44",
3+
"version": "23.2.4",
44
"description": "Essential JS 2 DropDown Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-filemanager",
3-
"version": "23.1.43",
3+
"version": "23.2.4",
44
"description": "Essential JS 2 FileManager Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -35,7 +35,7 @@
3535
"source-map-loader": "^0.2.1",
3636
"@types/chai": "^3.4.28",
3737
"@types/es6-promise": "0.0.28",
38-
"@types/jasmine": "^2.2.29",
38+
"@types/jasmine": "2.8.22",
3939
"@types/jasmine-ajax": "^3.1.27",
4040
"@types/react": "^15.0.24",
4141
"@types/react-dom": "^15.5.0",

0 commit comments

Comments
 (0)