Skip to content

Commit 3a66596

Browse files
author
pipeline
committed
v23.1.38 is released
1 parent 6147b23 commit 3a66596

File tree

413 files changed

+2624
-28
lines changed

Some content is hidden

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

413 files changed

+2624
-28
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,14 +1200,13 @@
12001200
* [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_source=npm&utm_campaign=ej2-react-ui-components)
12011201
* [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_source=npm&utm_campaign=ej2-react-ui-components)
12021202
## Support
1203-
For any questions or assistance, you can:
1204-
* Visit the [Syncfusion support portal](https://support.syncfusion.com/).
1205-
* Post your queries on the [community forums](https://www.syncfusion.com/forums).
1206-
* Renew your subscription by clicking [here](https://www.syncfusion.com/sales/products?utm_source=github&utm_medium=listing&utm_campaign=ej2-react-ui-components) or contacting our sales team at <[email protected]>.
1207-
* If you have specific feature requests or suggestions, please submit them through our [feedback portal](https://www.syncfusion.com/feedback/react).
1203+
Product support is available for through following mediums.
1204+
* Creating incident in Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_campaign=ej2-react-ui-components) support system or [Community forum](https://www.syncfusion.com/forums/react-js2?utm_source=npm&utm_campaign=ej2-react-ui-components).
1205+
* New [GitHub issue](https://github.com/syncfusion/ej2-react-ui-components/issues/new).
1206+
* Ask your query in [Stack Overflow](https://stackoverflow.com/) with tag `syncfusion` and `ej2`.
12081207
## License
1209-
For detailed information about the Syncfusion Essential Studio license and copyright, please refer to the [license](https://github.com/syncfusion/ej2-react-ui-components/blob/master/license).
1208+
Check the license detail [here](https://github.com/syncfusion/ej2-react-ui-components/blob/master/license).
12101209
## Changelog
12111210
Check the changelog [here](https://ej2.syncfusion.com/react/documentation/release-notes/index/?utm_source=npm&utm_campaign=ej2-react-ui-components)
1212-
© Copyright 2023 Syncfusion, Inc. All Rights Reserved.
1211+
© Copyright 2022 Syncfusion, Inc. All Rights Reserved.
12131212
The Syncfusion Essential Studio license and copyright applies to this distribution.

components/buttons/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.36 (2023-09-15)
5+
## 23.1.38 (2023-09-26)
66

77
### Checkbox
88

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 23.1.38 (2023-09-26)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I498152` - Fixed the issue of pane collapse when zooming in the chart.
12+
- `#I498070` - Now, the tooltip is displaying properly for all series when the shared tooltip is enabled.
13+
- `#I478252` - Updated legend aria-label based on the visibility of the series.
14+
- `#I499382` - Changed the color of the tab bar line based on the theme.
15+
- `#I499384` - Chart points are now focusing properly when navigating using arrow keys.
16+
- `#I498673` - Now the primary axes are displaying properly when rendering series using secondary axes.
17+
- `#I500178` - Fixed a issue where a console error was being thrown when trying to zoom in the Pareto chart during selection.
18+
- `#I482650` - Fixed issue where the height of the chart would increase when the axis was hidden.
19+
20+
### AccumulationChart
21+
22+
#### Bug Fixes
23+
24+
- `#F184357` - Funnel chart is now rendering properly when all the data points value is zero.
25+
- `#I498982` - Data labels are now displaying properly after legend click.
26+
527
## 23.1.36 (2023-09-15)
628

729
### Chart

components/circulargauge/CHANGELOG.md

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

66
## [Unreleased]
77

8+
## 23.1.38 (2023-09-26)
9+
10+
### CircularGauge
11+
12+
#### New Features
13+
14+
- When the `allowRangePreRender` property is set to **false**, the axis line will be rendered first.
15+
816
## 23.1.36 (2023-09-15)
917

1018
### Circular Gauge

components/diagrams/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+
## 23.1.38 (2023-09-26)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I184493` - The null exception will no longer thrown while hovering over the ports.
12+
- `#F45135` - Now, onUserHandleMouseUp event triggers for single time.
13+
- `#I487517` - Now, while enabling virtualization constraints nodes does not disappears.
14+
515
## 23.1.36 (2023-09-15)
616

717
### 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.15.4",
3+
"version": "23.1.36",
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 23.1.38 (2023-09-26)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I473464` - Resolve the destroy issue in document Editor.
12+
- `#I490198` - Resolve the Page not responding while press TAB key continuously.
13+
- `#I494676` - Content is missing after downloading the file as docx.
14+
- `#I495070` - Issue with cursor position and indentation when in RTL mode.
15+
- `#I495596` - Issue with pasting from Word to the editor in RTL mode.
16+
- `#I497629` - Issue in Exported svg image.
17+
- `#I504069` - Document editor insert image from URL facing issue in reopening the exported document.
18+
519
## 23.1.36 (2023-09-15)
620

721
### Document Editor

components/dropdowns/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 23.1.38 (2023-09-26)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- `#I493841` - Issue with "Scrollbar in ListBox while using inside a splitter" has been resolved.
12+
513
## 23.1.36 (2023-09-15)
614

715
### ListBox

components/filemanager/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+
## 23.1.38 (2023-09-26)
6+
7+
### FileManager
8+
9+
#### Bug Fixes
10+
11+
- `#I492922` - The issue with the drag and drop support for the File Manager component in mobile mode has been resolved.
12+
13+
- `#I495435` - Duplicate folders issue in the navigation pane of the File Manager while switching root folders frequently has been resolved.
14+
515
## 23.1.36 (2023-09-15)
616

717
### FileManager

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

0 commit comments

Comments
 (0)