Skip to content

Commit 4fa07c6

Browse files
author
pipeline
committed
v27.1.52 is released
1 parent 2c63747 commit 4fa07c6

Some content is hidden

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

44 files changed

+246
-30
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-
## 27.1.51 (2024-09-30)
5+
## 27.1.52 (2024-10-08)
66

77
### Barcode
88

components/buttons/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 27.1.51 (2024-09-30)
5+
## 27.1.52 (2024-10-08)
66

77
### Checkbox
88

components/calendars/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-calendars",
3-
"version": "27.1.50",
3+
"version": "27.1.51",
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",

components/charts/CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,41 @@
22

33
## [Unreleased]
44

5+
## 27.1.52 (2024-10-08)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I605430` - Now, the chart height is set properly when applying the scale.
12+
- `#I636350` - Now, the y-axis label is rendered properly when rotation is enabled.
13+
14+
### Accumulation Chart
15+
16+
#### Bug Fixes
17+
18+
- `#I637398` - Now, the percentage values of the pie chart points are updated when the legend is clicked.
19+
20+
## 27.1.51 (2024-09-30)
21+
22+
### Stock Chart
23+
24+
#### Bug Fixes
25+
26+
- `#F194476` - The crosshair tooltip now displays correctly on the axis labels.
27+
528
## 27.1.50 (2024-09-24)
629

730
### Chart
831

32+
#### Bug Fixes
33+
934
- `#I631309` - Now, the spline range area chart will handle null values properly.
1035

1136
### Accumulation Chart
1237

38+
#### Bug Fixes
39+
1340
- `#I630866` - Now, the group separator will work for both the tooltip x-point and the legend text.
1441

1542
## 27.1.48 (2024-09-18)

components/charts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-charts",
3-
"version": "27.1.50",
3+
"version": "27.1.51",
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",

components/circulargauge/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## [Unreleased]
66

7-
## 27.1.51 (2024-09-30)
7+
## 27.1.52 (2024-10-08)
88

99
### Circular Gauge
1010

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 27.1.52 (2024-10-08)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I632369` - Now, selector renders for newly added phase at runtime.
12+
- `#I632361` - Now, Node will be draggable inside swimlane after adding new phase at run time.
13+
- `#I632374` - Now, Height and Width of the lane will be updated properly.
14+
- `#I632335` - Now, Node selection is restricted on diagram focus.
15+
- `#I632371` - The resize cursor now updates correctly when hovering over the phase line.
16+
- `#I632404` - Now, Rotating the flipped node will rotates its annotation along with the node.
17+
518
## 27.1.51 (2024-09-30)
619

720
### 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": "27.1.50",
3+
"version": "27.1.51",
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

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

33
## [Unreleased]
44

5+
## 27.1.52 (2024-10-08)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I636488` - Resolved the console error thrown when opening attached SFDT document.
12+
- `#I630929` - Resolved the content not syncing properly after removing content control at the end of the document.
13+
- `#I627161` - Resolved the RTL text formatting issue in Document Editor.
14+
515
## 27.1.51 (2024-09-30)
616

717
### DocumentEditor
@@ -10,6 +20,15 @@
1020

1121
- `#I630170` - Resolved the paragraph shifting issue when pasting text content.
1222
- `#I626306` - Resolved the font family and page content is not rendered properly.
23+
- `F193063` - Resolved the time delay issue when using moveToDocumentStart and End API continuously after paste operation.
24+
- `#I620990` - Resolved the script errors while undo / redo the bookmark.
25+
- `#I631993` - Text gets selected properly now after deleting a selected bookmark.
26+
- `#I627023` - Now changes are present when we use beforeXmlHttpRequestSend to modify the xmlhttprequest.
27+
- `#I628666` - Resolved Script error occur when using save blob in Blazor maui hybrid mode.
28+
- `#I629140` - Resolved script error when loading the document with content control.
29+
- `#I631762` - Check box under font popup dialog now retained properly.
30+
- `#I628921` - Heading font styles are now preserved properly while save and open the document.
31+
- `#I635930` - Table background color now change properly when using the table properties pane.
1332

1433
## 27.1.50 (2024-09-24)
1534

components/documenteditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-documenteditor",
3-
"version": "27.1.50",
3+
"version": "27.1.51",
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",

components/dropdowns/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 27.1.52 (2024-10-08)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- `#I628439` - Issue with "Handle the toolbar button state while filtering with disabled listbox items" has been resolved.
12+
- `#I625107` - Issue with "The listbox Item template with filtering action related issues" has been resolved.
13+
14+
### DropDownTree
15+
16+
#### Bug Fixes
17+
18+
- `#I636022` - Nodes with selectable as false cannot be expanded or collapsed using keyboard in `Dropdown Tree` has been resolved.
19+
520
## 27.1.51 (2024-09-30)
621

722
### MultiSelect

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": "27.1.50",
3+
"version": "27.1.51",
44
"description": "Essential JS 2 DropDown Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 27.1.52 (2024-10-08)
6+
7+
### FileManager
8+
9+
#### Bug Fixes
10+
11+
- `#I632755` - The issue with mobile mode tap events in File Manager component large icons view has been resolved.
12+
- `#I634920` - The issue with multiple selection in File Manager component details view has been resolved.
13+
514
## 27.1.51 (2024-09-30)
615

716
### 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": "27.1.50",
3+
"version": "27.1.51",
44
"description": "Essential JS 2 FileManager Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 27.1.52 (2024-10-08)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#I634826` - Manual parent taskbar pdf export is not working properly issue has been fixed.
12+
- `#I634832` - The issue about `isShiftPressed` property in the row selecting event was not maintained properly has been fixed.
13+
- `#I633271` - Changing the events hitting order and add `rowPosition` property in `actionBegin` event issue has been fixed
14+
- `#I634857` - Parent dependency validation is not working properly issue has been fixed.
15+
16+
- `#I634826` - Manual parent taskbar pdf export is not working properly issue has been fixed.
17+
518
## 27.1.51 (2024-09-30)
619

720
### GanttChart
@@ -11,8 +24,11 @@
1124
- `#I632186` - Custom column not refreshed properly while indent and outdent issue has been fixed.
1225
- `#I631776` - Dates given in the data source are not displayed same as segment data source issue has been fixed.
1326
- `#I633422` - Incorrect start date updated using `updateRecordByID` issue has been fixed.
27+
- `#I510310` - Scroll jumps when using a 4K monitor with virtualization issue has been fixed.
28+
- `#I632368` - Last record removed during virtual scroll issue has been fixed.
1429

1530
- `#I633422` - Incorrect start date updated using `updateRecordByID` issue has been fixed.
31+
- `#I510310` - Scroll jumps when using a 4K monitor with virtualization issue has been fixed.
1632

1733
## 27.1.50 (2024-09-24)
1834

components/gantt/package.json

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

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 27.1.52 (2024-10-08)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#I630299` - The issue where Virtualization loads indefinitely after applying Grouping, Filtering and scroll to the end has been resolved.
12+
- `#F194538` - The issue where the `UpdateCell` method does not change the value of the primary key column in a newly added record before saving in batch mode has been resolved.
13+
- `#I633129` - The issue where the `IEditCell` interface did not support the `TextBoxModel` property has been resolved.
14+
- `#I633624` - The issue where the focus was moved out of the column chooser dialog when pressing the tab key on the cancel button has been resolved.
15+
- `#I633945` - The issue where added records were not displayed while using `CustomDataAdaptor` with batch editing mode has been resolved.
16+
- `#FB61502` - Resolved the script error occurs when enter key press with column spanning and hidden columns.
17+
- `#I628507` - The issue where the reorder the stacked header with frozen column not working properly has been resolved.
18+
519
## 27.1.51 (2024-09-30)
620

721
### Grid

components/grids/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-grids",
3-
"version": "27.1.50",
3+
"version": "27.1.51",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/heatmap/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 27.1.51 (2024-09-30)
5+
## 27.1.52 (2024-10-08)
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+
## 27.1.52 (2024-10-08)
6+
7+
### Image Editor
8+
9+
#### Bug Fixes
10+
11+
- The issue with "text annotation not proper in transformed state" has been resolved.
12+
- The issue with "image annotation not working properly in safari browser" has been resolved.
13+
514
## 27.1.51 (2024-09-30)
615

716
### Image Editor

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": "27.1.50",
3+
"version": "27.1.51",
44
"description": "Essential JS 2 ImageEditor for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/inputs/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 27.1.51 (2024-09-30)
5+
## 27.1.52 (2024-10-08)
66

77
### ColorPicker
88

components/kanban/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 27.1.52 (2024-10-08)
6+
7+
### Kanban
8+
9+
#### Bug Fixes
10+
11+
- `#I628570` - Now, the drag-and-drop functionality for the kanban cards is now working properly without any errors when the configuration includes the `field` property in both `sortSettings` and `query`.
12+
513
## 25.1.35 (2024-03-15)
614

715
### Kanban

components/kanban/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-kanban",
3-
"version": "26.1.35",
3+
"version": "27.1.51",
44
"description": "The Kanban board is an efficient way to visualize the workflow at each stage along its path to completion. The most important features available are Swim lane, filtering, and editing. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/layouts/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 27.1.51 (2024-09-30)
5+
## 27.1.52 (2024-10-08)
66

77
### Timeline
88

components/maps/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## [Unreleased]
1010

11-
## 27.1.51 (2024-09-30)
11+
## 27.1.52 (2024-10-08)
1212

1313
### Maps
1414

components/multicolumncombobox/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 27.1.51 (2024-09-30)
5+
## 27.1.52 (2024-10-08)
66

77
### MultiColumn ComboBox
88

components/navigations/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 27.1.52 (2024-10-08)
6+
7+
### ContextMenu
8+
9+
#### Bug Fixes
10+
11+
- `#I909790` - The issue with "When adding `submenu` item dynamically the parent menu item was returned wrongly in select event" has been resolved.
12+
513
## 27.1.51 (2024-09-30)
614

715
### TreeView

components/navigations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-navigations",
3-
"version": "27.1.50",
3+
"version": "27.1.51",
44
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)