Skip to content

Commit 53d330a

Browse files
author
pipeline
committed
v23.2.7 is released
1 parent 142f1ca commit 53d330a

File tree

30 files changed

+227
-16
lines changed

30 files changed

+227
-16
lines changed

components/barcodegenerator/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.2.6 (2023-11-28)
5+
## 23.2.7 (2023-12-05)
66

77
### Barcode
88

components/buttons/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.2.7 (2023-12-05)
6+
7+
### Chip
8+
9+
#### Bug Fixes
10+
11+
- `#I525416` - The issue when updating the `chips` property when multiple chip component rendered in the page has been resolved.
12+
513
## 23.1.43 (2023-10-31)
614

715
### RadioButton

components/calendars/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.2.7 (2023-12-05)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- `#524901` - The issue with the DatePicker component's navigation not working properly in month selection when using the "MMM" format has been resolved.
12+
513
## 23.2.6 (2023-11-28)
614

715
### Calendar

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-react-calendars",
3-
"version": "23.2.4",
3+
"version": "23.2.6",
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

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

33
## [Unreleased]
44

5+
## 23.2.7 (2023-12-05)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I522567` - The chart `height` has now been updated properly.
12+
- `#I523917` - Now, the marker renders properly when animating the series after changing data through the period selector.
13+
14+
### StockChart
15+
16+
#### Bug Fixes
17+
18+
- `#I522065` - Now, the series `border` is working properly.
19+
- `#I523535` - Now, stock event renders properly.
20+
521
## 23.2.6 (2023-11-28)
622

723
### 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-react-charts",
3-
"version": "23.2.5",
3+
"version": "23.2.6",
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/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 23.2.7 (2023-12-05)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I506991` - Fixed the connector selection issue that occurred when the segment thumb was enabled.
12+
- `#I522256` - Now, the palette expanding event arguments are correct when expanding the palette.
13+
- `#I522219` - Fixed issue with symbol palette tooltip rendering inaccurately after searching symbols and hovering over palette shapes.
14+
- `#F185333` - Now, the style property of phase at run-time can be customized.
15+
516
## 23.2.6 (2023-11-28)
617

718
### 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": "23.2.4",
3+
"version": "23.2.6",
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/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-documenteditor",
3-
"version": "23.2.5",
3+
"version": "23.2.6",
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

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

33
## [Unreleased]
44

5+
## 23.2.7 (2023-12-05)
6+
7+
### AutoComplete
8+
9+
#### Bug Fixes
10+
11+
- `#I522040` - Fixed an issue where setting the highlight as true and adding HTML text as a value would result in it being parsed as a DOM element.
12+
13+
### DropDownTree
14+
15+
#### Bug Fixes
16+
17+
- `#I523487` - The issue with `itemTemplate` support while performing filtering operation in the Dropdown Tree component has been resolved.
18+
19+
### MultiSelect
20+
21+
#### Bug Fixes
22+
23+
- `#I518299` - Fixed console error that occurred when adding an item using the addItem method.
24+
25+
### DropDownList
26+
27+
#### Bug Fixes
28+
29+
- `#I523804` - Resolved the issue where a console error occurs while dynamically changing the query property using state.
30+
31+
## 23.2.6 (2023-11-28)
32+
33+
### DropDownList
34+
35+
#### Bug Fixes
36+
37+
- `#I519795` - Fixed an issue where the `BeforeOpenEvent` was triggered twice when the open event was Cancelled.
38+
- `#I520598` - Resolved issue where the equal to operator on `props.dataSource` in the `updateDataSource` function would always evaluate to false when it was an empty array.
39+
40+
## 23.2.5 (2023-11-23)
41+
42+
### Mention
43+
44+
#### Bug Fixes
45+
46+
- `#I519427` - Fixed a popup positioning issue that occurred when filtering.
47+
548
## 23.2.4 (2023-11-20)
649

750
### ListBox

components/dropdowns/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-dropdowns",
3-
"version": "23.2.4",
3+
"version": "23.2.6",
44
"description": "Essential JS 2 DropDown Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -32,7 +32,7 @@
3232
"source-map-loader": "^0.2.1",
3333
"@types/chai": "^3.4.28",
3434
"@types/es6-promise": "0.0.28",
35-
"@types/jasmine": "^2.2.29",
35+
"@types/jasmine": "2.8.22",
3636
"@types/jasmine-ajax": "^3.1.27",
3737
"@types/react": "^15.0.24",
3838
"@types/react-dom": "^15.5.0",

components/filemanager/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.2.6 (2023-11-28)
6+
7+
### FileManager
8+
9+
#### Bug Fixes
10+
11+
- `#I519514` - The folder creation issue in the File Manager component navigation pane has been resolved.
12+
513
## 23.2.4 (2023-11-20)
614

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

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 23.2.7 (2023-12-05)
6+
7+
### GanttChart
8+
9+
#### Bug Fixes
10+
11+
- `#I514463` - Cell is in edited state even after opening context menu issue has been fixed.
12+
- `#I525741` - Timeline rendered wrongly when changing the timeline from Fit to view to other view issue has been fixed.
13+
- `#I522431` - Parent task duration not update while child task date is edited issue has been fixed.
14+
- `#I520506` - Switching from yearly to quarterly view gives white space issue has been fixed.
15+
- `#I521365` - Dates in tooltip not rendered correctly issue has been fixed.
16+
17+
- `#I514463` - Cell is in edited state even after opening context menu issue has been fixed.
18+
- `#I520506` - Switching from yearly to quarterly view gives white space issue has been fixed.
19+
- `#I525741` - Timeline rendered wrongly when changing the timeline from Fit to view to other view issue has been fixed.
20+
- `#I522431` - Parent task duration not update while child task date is edited issue has been fixed.
21+
- `#I521365` - Dates in tooltip not rendered correctly issue has been fixed.
22+
523
## 23.2.5 (2023-11-23)
624

725
### GanttChart

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 23.2.7 (2023-12-05)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#I517291` - Resolved an issue with calling the `hideColumns` method multiple times.
12+
- `#I517408` - The issue with the alignment of the text is not being at the centre when sorting is enabled in the grid has been resolved.
13+
- `#FB48215` - The problem with drag and drop rows not updating properly in the UI has been fixed.
14+
- `#I510993` - Resolved the script error when rendering the `captionTemplate` and aggregate `groupCaptionTemplate` simultaneously.
15+
- `#I518869` - The problem with header checkbox selection in remote data has been resolved.
16+
517
## 23.2.6 (2023-11-28)
618

719
### Grid

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-react-grids",
3-
"version": "23.2.4",
3+
"version": "23.2.6",
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/imageeditor/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.2.7 (2023-12-05)
6+
7+
### ImageEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I518177` - Issue with "Pen stroke color is not updated in the toolbar while changing the color using the shapeChanging event" has been resolved.
12+
513
## 23.2.6 (2023-11-28)
614

715
### ImageEditor

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

components/maps/CHANGELOG.md

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

1212
## [Unreleased]
1313

14+
## 23.2.7 (2023-12-05)
15+
16+
### Maps
17+
18+
#### Bug Fixes
19+
20+
- `#519916` - When set as an object in the array, the `navigationLineSettings` property will now be updated.
21+
1422
## 23.1.42 (2023-10-24)
1523

1624
### Maps

components/navigations/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.2.7 (2023-12-05)
6+
7+
### TreeView
8+
9+
#### Bug fixes
10+
11+
- `#I525899` - The issue with the React TreeView filtering operation has been resolved.
12+
513
## 23.2.5 (2023-11-23)
614

715
### Sidebar

components/pdfviewer/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 23.2.6 (2023-11-28)
5+
## 23.2.7 (2023-12-05)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#I526059` - Now, the export Annotations is working in the presence of subject property in `annotationSettings`.
12+
- `#I525692` - Now, the stretch fit mode has been appropriately implemented for the signature image content within the signature and initial field.
13+
14+
## 23.2.6 (2023-11-29)
615

716
### PDF Viewer
817

@@ -13,6 +22,7 @@
1322
- `#I510393` - Now, the script error has been resolved while loading a provided PDF document.
1423
- `#I521831` - Now, The script error is resolved when the read only property of the form fields were updated as true.
1524
- `#I517119` - now, the Search does not highlights the wrong area after zoom in standalone PDF Viewer.
25+
- `#I521824` - now, when the read-only radio button is clicked, the undo button does not get automatically enabled.
1626

1727
## 23.2.5 (2023-11-23)
1828

components/pivotview/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.2.6 (2023-11-28)
5+
## 23.2.7 (2023-12-05)
66

77
### PivotTable
88

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

components/querybuilder/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 23.2.7 (2023-12-05)
6+
7+
### QueryBuilder
8+
9+
#### Bug Fixes
10+
11+
- `#I510127` - Issue with Query builder rule does not changed dynamically has been fixed.
12+
513
## 23.1.44 (2023-11-07)
614

715
### QueryBuilder
816

917
#### Bug Fixes
1018

11-
- `#F510127` - Issue with Query builder rule does not gets changed dynamically has been fixed.
19+
- `#I510127` - Issue with Query builder dynamically adding rule does not gets changed has been fixed.
1220

1321
## 23.1.41 (2023-10-17)
1422

components/ribbon/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 23.2.7 (2023-12-05)
6+
7+
### Ribbon
8+
9+
#### Features
10+
11+
`#I512188` - Provided overflow popup open/close event support for the Ribbon overflow popup.
12+
13+
514
## 23.2.5 (2023-11-23)
615

716
### Ribbon

0 commit comments

Comments
 (0)