Skip to content

Commit ded2bf9

Browse files
author
pipeline
committed
v23.1.41 is released
1 parent 7d90c81 commit ded2bf9

File tree

145 files changed

+1412
-41
lines changed

Some content is hidden

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

145 files changed

+1412
-41
lines changed

components/buttons/CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,23 @@
22

33
## [Unreleased]
44

5-
## 23.1.40 (2023-10-10)
5+
## 23.1.41 (2023-10-17)
6+
7+
### Checkbox
8+
9+
#### Bug Fixes
10+
11+
- `#I509029` - The issue with "`HtmlAttributes` property not working properly in checkBox component" has been resolved.
12+
13+
## 23.1.39 (2023-10-04)
14+
15+
### Checkbox
16+
17+
#### Bug Fixes
18+
19+
- `#I505814` - The issue with "Script error thrown in CheckBox While using the change event in React" has been resolved.
20+
21+
## 23.1.36 (2023-09-15)
622

723
### Checkbox
824

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-angular-buttons",
3-
"version": "18.64.0",
3+
"version": "23.1.39",
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

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

33
## [Unreleased]
44

5+
## 23.1.41 (2023-10-17)
6+
7+
### DateRangePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I506617` - Fixed issue where the previous and next icons were displaying incorrectly in the Fluent Theme.
12+
13+
### DateTimePicker
14+
15+
#### Bug Fixes
16+
17+
- `#I504425` - Fixed an issue where typing "pm" and then focusing out would convert the "pm" extension to "am". This issue has been resolved.
18+
519
## 19.3.46 (2021-10-19)
620

721
### TimePicker

components/calendars/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-calendars",
3-
"version": "23.1.38",
3+
"version": "23.1.40",
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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 23.1.41 (2023-10-17)
6+
7+
### RangeNavigator
8+
9+
- `#I502356` - Fixed the console error that throws when we resize the range navigator.
10+
511
## 23.1.40 (2023-10-10)
612

713
### Chart
814

15+
- `#I499384` - Now the chart series is getting focused properly after legend click.
16+
17+
## 23.1.39 (2023-10-04)
18+
19+
### Chart
20+
21+
#### Bug Fixes
22+
23+
- `#I498233` - Now the `binInterval` is properly updating on dynamic change.
24+
- `#I504772` - Now, limit the zooming level in the chart through the onZooming event.
25+
- `#I501725` - Subtitle is now rendering properly based on the chart width.
26+
27+
### AccumulationChart
28+
29+
#### Bug Fixes
30+
31+
- `#I503999` - Now, the legend in the shape of a `Cross` renders properly.
32+
33+
## 23.1.38 (2023-09-26)
34+
35+
### Chart
36+
937
#### Bug Fixes
1038

1139
- `#I498152` - Fixed the issue of pane collapse when zooming in the 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-angular-charts",
3-
"version": "23.1.36",
3+
"version": "23.1.40",
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/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## [Unreleased]
77

8-
## 23.1.40 (2023-10-10)
8+
## 23.1.41 (2023-10-17)
99

1010
### CircularGauge
1111

components/diagrams/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-
## 23.1.40 (2023-10-10)
5+
## 23.1.41 (2023-10-17)
66

77
### Diagram
88

components/documenteditor/CHANGELOG.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,23 @@
22

33
## [Unreleased]
44

5+
## 23.1.41 (2023-10-17)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I504910` - Resolve the script error issue when loading document in blazor.
12+
- `#I506290` - When performing edit operation and save the document it throws script error document is not saved.
13+
- `#I506225` - Resolve the issue of reply comments in the comment tab.
14+
- `#I506000` - Resolve script error issue while opening the attached document.
15+
516
## 23.1.40 (2023-10-10)
617

718
### Document Editor
819

920
#### Bug Fixes
1021

11-
- `#I483749` - Resolved the table title and description preservation issue in server side save.
12-
- `#I504150` - Resolved the svg image issue.
13-
- `#I485502` - Resolved the URL image refresh issue while opening the exported document.
14-
- `#I505977` - Heading style destroyed when insert hyperlink.
15-
- `#I506107` - Resolved the issue, footnote content is disappeared when open saved sfdt.
16-
- `#I506619` - Resolved the exporting issue of attached sfdt.
17-
- `#I503945` - Script error occurred when tried to save the document using java server.
1822
- `#I483749` - Resolved the table title and description preservation issue in server side save.
1923
- `#I504150` - Resolved the svg image issue.
2024
- `#I485502` - Resolved the URL image refresh issue while opening the exported document.

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-angular-documenteditor",
3-
"version": "23.1.39",
3+
"version": "23.1.40",
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",

0 commit comments

Comments
 (0)