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

+6-7
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 <salessupport@syncfusion.com>.
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

+1-1
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

+22
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

+8
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

+10
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

+1-1
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

+14
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

+8
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

+10
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

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

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 23.1.38 (2023-09-26)
6+
7+
### GanttChart
8+
9+
#### Bug Fixes
10+
11+
- `#I479961` - Milestone baseline moves along with the milestone issue has been fixed.
12+
- `#I501391` - Misalignment in tooltip when connecting predecessor.
13+
- `#I495216` - Predecessor is not displayed when we give `GUID` issue has been fixed.
14+
- `#I499587` - Update of custom column in general tab issue has been fixed.
15+
- `#I184189` - Changing values in the action Begin event does not reflect while rendering issue has been fixed.
16+
- `#F184629` - Milestone not rendered properly after editing issue has been fixed.
17+
- `#I492520` - Critical path styling not getting cleared correctly issue has been fixed.
18+
- `#I502650` - Taskbar dragging and progress resizing while moving the mouse outside chart issue has been fixed.
19+
- `#I493515` - When we collapse with Virtualization, the styles doesn't apply properly issue has been fixed.
20+
- `#I486977` - White space issue occur when we close the side pane issue has been fixed.
21+
22+
- `#I479961` - Milestone baseline moves along with the milestone issue has been fixed.
23+
- `#I501391` - Misalignment in tooltip when connecting predecessor.
24+
- `#I495216` - Predecessor is not displayed when we give `GUID` issue has been fixed.
25+
- `#I184189` - Changing values in the action Begin event does not reflect while rendering issue has been fixed.
26+
- `#F184629` - Milestone not rendered properly after editing issue has been fixed.
27+
- `#I492520` - Critical path styling not getting cleared correctly issue has been fixed.
28+
529
## 23.1.36 (2023-09-15)
630

731
### GanttChart

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 23.1.38 (2023-09-26)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#I490971` - Fixed a time zone conversion issue while applying a date filtering in a grid using the `UrlAdaptor`.
12+
- `#I489490` - Resolved an issue where `changeDataSource` was not functioning correctly when column virtual scrolling was enabled.
13+
- `#I499794` - Fixed an issue where the disabled cursor was not showing when dragging rows outside the grid with the `RowDragandDrop` feature.
14+
- `#I501376` - During batch editing, a script issue was fixed after the checkbox column was dynamically disabled.
15+
- `#I494495` - Fixed a script issue that occurred when sorting was performed while a validation message was displayed in Batch edit mode for the same column.
16+
- `#I500511` - Resolved a script error related to the persistence of selection actions when utilizing the `WebAPIAdaptor`.
17+
- `#I497445` - Searching value with trailing zero shows no records to display in grid has been fixed.
18+
- `#I500931` - Fixed the alignment issue of the child grid header when sub-child grids are added dynamically within the child grid.
19+
20+
- `#I500689` - Header Template is not rendered properly while performing column reorder has been fixed.
21+
- `#I490971` - Fixed a time zone conversion issue while applying a date filtering in a grid using the `UrlAdaptor`.
22+
- `#I489490` - Resolved an issue where `changeDataSource` was not functioning correctly when column virtual scrolling was enabled.
23+
- `#I499794` - Fixed an issue where the disabled cursor was not showing when dragging rows outside the grid with the `RowDragandDrop` feature.
24+
- `#I501376` - During batch editing, a script issue was fixed after the checkbox column was dynamically disabled.
25+
- `#I494495` - Fixed a script issue that occurred when sorting was performed while a validation message was displayed in Batch edit mode for the same column.
26+
- `#I500511` - Resolved a script error related to the persistence of selection actions when utilizing the `WebAPIAdaptor`.
27+
- `#I497445` - Searching value with trailing zero shows no records to display in grid has been fixed.
28+
- `#I500931` - Fixed the alignment issue of the child grid header when sub-child grids are added dynamically within the child grid.
29+
530
## 23.1.36 (2023-09-15)
631

732
### Grid

components/heatmap/CHANGELOG.md

+1-1
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
### HeatMap
88

components/imageeditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 23.1.38 (2023-09-26)
6+
7+
### ImageEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I499689` - Provided the "ShapeChanging" event trigger support for pen action annotation.
12+
- `#I495011` - Provided the "ShapeChanged" event trigger support for after shapes are changed and applied to canvas.
13+
514
## 23.1.36 (2023-09-15)
615

716
### ImageEditor

components/imageeditor/package.json

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

components/inplaceeditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-inplace-editor",
3-
"version": "21.3.2",
3+
"version": "23.1.36",
44
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)