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",

components/dropdowns/CHANGELOG.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,27 @@
22

33
## [Unreleased]
44

5-
## 23.1.40 (2023-10-10)
5+
## 23.1.41 (2023-10-17)
66

7-
### Dropdown Tree
7+
### MultiSelect
88

99
#### Bug fixes
1010

11+
- `#I503091` - Resolved a null exception that was thrown when dynamically changing the `groupBy` fields to undefined.
12+
13+
### DropdownList
14+
15+
#### Bug Fixes
16+
17+
- `#I498409` - Fixed an issue where the preselected `value` was getting cleared when updating the data source.
18+
- `#I500431` - Fixed issue where the preselected `value` through `index` property was not updated when updating the data source.
19+
20+
### DropDownTree
21+
22+
#### Bug Fixes
23+
1124
- `#I498924` - Issue with the locale property in the Dropdown Tree component has been resolved.
25+
- `#F184672` - Issue with the `checkAll` and `uncheckAll` status not updated properly has been resolved.
1226

1327
## 23.1.38 (2023-09-26)
1428

@@ -2146,6 +2160,14 @@ DropDownList component contains a list of predefined values from which a single
21462160
- **Accessibility** - Provided with built-in accessibility support which helps to access all the DropDownList component features through the keyboard, screen readers, or other assistive technology devices.
21472161

21482162

2163+
## 23.1.39 (2023-10-04)
2164+
2165+
### Dropdown Tree
2166+
2167+
#### Bug fixes
2168+
2169+
- `#I498924` - Issue with the locale property in the Dropdown Tree component has been resolved.
2170+
21492171
## 19.4.38 (2021-12-17)
21502172

21512173
### ComboBox

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

components/filemanager/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
### FileManager
88

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 23.1.40 (2023-10-10)
5+
## 23.1.41 (2023-10-17)
6+
7+
### GanttChart
8+
9+
#### Bug Fixes
10+
11+
- `#I494495` - Script error occurs when trying to edit after sorting in presence of validation message issue has been fixed.
12+
- `#I508721` - Baseline date does not render properly for milestone task issue has been fixed.
13+
- `#I482456` - Critical path tasks not validated after drag and drop issue has been fixed.
14+
15+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
16+
17+
## 23.1.39 (2023-10-04)
18+
19+
### GanttChart
20+
21+
#### Bug Fixes
22+
23+
- `#I502041` - Error throw while adding the record issue has been fixed.
24+
25+
## 23.1.38 (2023-09-26)
626

727
### GanttChart
828

@@ -19,7 +39,8 @@
1939
- `#I493515` - When we collapse with Virtualization, the styles doesn't apply properly issue has been fixed.
2040
- `#I486977` - White space issue occur when we close the side pane issue has been fixed.
2141

22-
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
42+
- `#I499587` - Update of custom column in general tab issue has been fixed.
43+
- `#I486977` - White space issue occur when we close the side pane issue has been fixed.
2344

2445
## 23.1.36 (2023-09-15)
2546

components/gantt/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-gantt",
3-
"version": "23.1.36",
3+
"version": "23.1.39",
44
"description": "Essential JS 2 Gantt Component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/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-grids",
3-
"version": "23.1.39",
3+
"version": "23.1.40",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/imageeditor/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 23.1.40 (2023-10-10)
5+
## 23.1.41 (2023-10-17)
6+
7+
### ImageEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I505985` - Provide the alert dialog for unsupported files and selecting multiple images in the Image Editor uploader.
12+
- `#I507638` - Provide the support to hide the uploader toolbar item in the Image Editor.
13+
14+
## 23.1.39 (2023-10-04)
615

716
### ImageEditor
817

918
#### Bug Fixes
1019

1120
- `#I495933` - Resolved the GetImageData method does not return values properly in blazor image editor.
21+
- `#I507638` - Resolved the image not opening in ImageEditor while the image file name has two dots.
1222

1323
## 23.1.38 (2023-09-26)
1424

components/imageeditor/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-image-editor",
3-
"version": "23.1.38",
3+
"version": "23.1.39",
44
"description": "Essential JS 2 ImageEditor for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/inplaceeditor/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,8 @@ The In-place Editor component is used to edit and update the input value dynamic
261261
- **Globalization** - Provides right to left and localization support.
262262

263263

264+
## 23.1.40 (2023-10-10)
265+
264266
## InPlaceEditor
265267

266268
### Bug Fixes

components/inplaceeditor/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-inplace-editor",
3-
"version": "23.1.36",
3+
"version": "23.1.40",
44
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/inputs/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-inputs",
3-
"version": "23.1.38",
3+
"version": "23.1.40",
44
"description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/kanban/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
### Kanban
88

components/lists/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
### ListView
88

components/maps/CHANGELOG.md

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

1212
## [Unreleased]
1313

14-
## 23.1.40 (2023-10-10)
14+
## 23.1.41 (2023-10-17)
1515

1616
### Maps
1717

components/navigations/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+
## 23.1.41 (2023-10-17)
6+
7+
### Menu
8+
9+
#### Bug Fixes
10+
11+
- `#I503763` - The issue with "sub menu closes while click on the vertical scroll of sub menu" has been resolved.
12+
- The issue with "menu component in ribbon while switching to `arabic` localization" has been resolved
13+
14+
## 23.1.40 (2023-10-10)
15+
16+
### Accordion
17+
18+
#### Bug Fixes
19+
20+
- `#I506740` - An issue with the HTML element within the content of an Accordion item has been fixed.
21+
22+
### TreeView
23+
24+
#### Bug fixes
25+
26+
- `#I506080` - The issue with the `ensureVisible` method for self-referential data source has been resolved.
27+
528
## 23.1.39 (2023-10-04)
629

730
### ContextMenu

0 commit comments

Comments
 (0)