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

0 commit comments

Comments
 (0)