Skip to content

Commit a8ccdc4

Browse files
author
pipeline
committed
v24.2.7 is released
1 parent 61fe890 commit a8ccdc4

File tree

28 files changed

+169
-25
lines changed

28 files changed

+169
-25
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-
## 24.2.6 (2024-02-15)
5+
## 24.2.7 (2024-02-20)
66

77
### Barcode
88

components/buttons/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 24.2.5 (2024-02-13)
5+
## 24.2.7 (2024-02-20)
66

7-
### SpeedDial
7+
### Button
88

99
#### Bug Fixes
1010

11-
- `FAB` and `SpeedDial` control `readme.md` file updated.
11+
- `#I551397` - The issue with "Tailwind theme when changing the primary text color in the button the text color is not changed" has been resolved.
1212

1313
## 24.2.3 (2024-01-31)
1414

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 24.2.7 (2024-02-20)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I549266` - The Hilo open-close chart data points shape is now rendering properly.
12+
13+
### StockChart
14+
15+
#### Bug Fixes
16+
17+
- `#I554213` - The dropdown font style has now been changed according to the selected theme.
18+
519
## 24.2.5 (2024-02-13)
620

721
### StockChart

components/circulargauge/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## [Unreleased]
77

8-
## 24.2.6 (2024-02-15)
8+
## 24.2.7 (2024-02-20)
99

1010
### CircularGauge
1111

components/diagrams/CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22

33
## [Unreleased]
44

5+
## 24.2.7 (2024-02-20)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I549018` - Now, the bridging is not enabled while connector visibility is false.
12+
- `#I542327` - Now, the sendBackward and sendForward commands works fine.
13+
- `#I527474` - Now, drawing connector from source port to target port with port id underscore works fine.
14+
15+
## 24.2.5 (2024-02-13)
16+
17+
### Diagram
18+
19+
#### Bug Fixes
20+
21+
- `#I547586` - Now, the performance of diagram is improved while dragging large number of HTML shapes.
22+
23+
## 24.2.4 (2024-02-06)
24+
25+
### Diagram
26+
27+
#### Bug Fixes
28+
29+
- `#F185529` - Now, Annotation alignment updated properly with virtualisation constraints enabled.
30+
- `#I544969` - Now, grouping a grouped nodes no longer throws error.
31+
- `#I539121` - Now, the oldValue & newValue arguments of the size change event are updated properly while resizing the nodes.
32+
533
## 24.2.3 (2024-01-31)
634

735
### Diagram

components/diagrams/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-diagrams",
3-
"version": "24.2.3",
3+
"version": "24.2.5",
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 Vue",
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+
## 24.2.7 (2024-02-20)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I553680` - Resolved the script error issue while click print button.
12+
- `#I542229` - Resolved the document layout issue in Blazor.
13+
- `#I548069` - Resolved the spell check squiggly lines render issue on print.
14+
- `#I546222` - Resolved the script error issue while applying table border.
15+
- `#I533544` - Resolved the table resize undo issue.
16+
- `#I526592` - Resolved the list numbering is not continuing issue.
17+
- `#I548595` - Resolved the text ordered incorrectly while typing in Blazor.
18+
519
## 24.2.5 (2024-02-13)
620

721
### DocumentEditor

components/dropdowns/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 24.2.7 (2024-02-20)
6+
7+
### Mention
8+
9+
#### Bug Fixes
10+
11+
-`#I556815`- Fixed an issue where console error that occurred when using `iframe` along with mention.
12+
13+
14+
### MultiSelect
15+
16+
#### Bug Fixes
17+
18+
- `#I553564` - Fixed an issue where the Change Event was triggering multiple times when unCheck all items.
19+
520
## 24.2.6 (2024-02-15)
621

722
### ListBox

components/dropdowns/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-dropdowns",
3-
"version": "24.2.5",
3+
"version": "24.2.6",
44
"description": "Essential JS 2 DropDown Components for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 24.2.6 (2024-02-15)
5+
## 24.2.7 (2024-02-20)
66

77
### FileManager
88

components/gantt/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 24.2.7 (2024-02-20)
6+
7+
### GanttChart
8+
9+
#### Bug Fixes
10+
11+
- `#I548671` - Dependency not working when id is alpha numeric issue has been fixed.
12+
- `#I552756` - A console error occurs when hovering over the Column menu options issue has been fixed.
13+
- `#I543787` - The timezone properties used in the sample taskbar not render properly issue has been fixed.
14+
- `#I550317` - Duration value getting string instead of number issue has been fixed.
15+
516
## 24.2.5 (2024-02-13)
617

718
### GanttChart

components/gantt/package.json

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

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 24.2.7 (2024-02-20)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#I547707` - Resolved a script error occurring when collapsing a grouped row along with `virtualization` while the grid is in edited state.
12+
- `#FB50079` - Fixed the issue where scrolling with the Up arrow in virtual scroll caused the focus to leave and enter the column header.
13+
- `#FB50364` - Fixed an accessibility issue with row checkboxes identified by the Accessibility Insights for Web tool.
14+
515
## 24.2.5 (2024-02-13)
616

717
### Grid

components/heatmap/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 24.2.7 (2024-02-20)
6+
7+
### HeatMap
8+
9+
#### Bug fixes
10+
11+
- `#I549536` - The cell value will now be properly mapped for the data source representing minutes or hours in a day in the HeatMap.
12+
13+
## 24.2.6 (2024-02-15)
14+
15+
### HeatMap
16+
17+
#### Bug fixes
18+
19+
- `#I542011` - Color will be set properly to the HeatMap cell when multiple objects are set to the palette for the same range.
20+
521
## 24.1.41 (2023-12-18)
622

723
### HeatMap

components/heatmap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-heatmap",
3-
"version": "24.2.3",
3+
"version": "24.2.6",
44
"description": "Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/imageeditor/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 24.2.6 (2024-02-15)
5+
## 24.2.5 (2024-02-13)
66

77
### Image Editor
88

components/imageeditor/package.json

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

components/inputs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-inputs",
3-
"version": "24.2.4",
3+
"version": "24.2.6",
44
"description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/maps/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
## [Unreleased]
1616

17-
## 24.2.6 (2024-02-15)
17+
## 24.2.7 (2024-02-20)
1818

1919
### Maps
2020

components/navigations/CHANGELOG.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,19 @@
22

33
## [Unreleased]
44

5-
## 24.2.6 (2024-02-15)
5+
## 24.2.4 (2024-02-06)
66

7-
### TreeView
7+
### Tab
88

99
#### Bug fixes
1010

11-
- `#I550140` - Resolved the accessibility issue with TreeView component when rendered with checkbox.
12-
13-
## 24.2.4 (2024-02-06)
11+
- `#I523951` - The issue with React's selection of a tab item using the select method, where all tab items were being underlined, has been resolved.
1412

15-
### Tab
13+
### TreeView
1614

1715
#### Bug fixes
1816

19-
- `#I523951` - The issue with React's selection of a tab item using the select method, where all tab items were being underlined, has been resolved.
17+
- `#I550140` - Resolved the accessibility issue with TreeView component when rendered with checkbox.
2018

2119
## 24.2.3 (2024-01-31)
2220

components/notifications/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 24.2.6 (2024-02-15)
5+
## 24.2.7 (2024-02-20)
66

77
### Toast
88

components/pdfviewer/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 24.2.7 (2024-02-20)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#I548067` - Now, the freetext annotation is able to be added to a specific page in the provided document.
12+
- `#I550522` - Now, the text search does not fail to highlight the last character on a page.
13+
- `#I551213` - Now, the pending ajax requests were properly aborted when unloading the PDF Viewer.
14+
515
## 24.2.6 (2024-02-15)
616

717
### PDF Viewer

components/pdfviewer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-pdfviewer",
3-
"version": "24.2.5",
3+
"version": "24.2.6",
44
"description": "Essential JS 2 PDF viewer Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pivotview/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 24.2.6 (2024-02-15)
5+
## 24.2.7 (2024-02-20)
66

77
### PivotTable
88

components/richtexteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 24.2.7 (2024-02-20)
6+
7+
### RichTextEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I552276` - Now, pasting the image after the link in the Rich Text Editor pastes the image outside the link.
12+
- `#I552815` - Now, override a text in the Rich Text Editor anywhere it works properly.
13+
- `#I553375` - Now, clicking the number or bullet list button in the Rich Text Editor allows the applied list to be reverted.
14+
- `#I553814` - Now, pressing the Enter key after pasting an image in the Rich Text Editor works properly.
15+
- `#I540536` - Now, The issue with the addition of previous format when typing after the backspace/delete action has been resolved.
16+
- `#I544943` - Now, pasting images along with content in different languages from MS Word in the Rich Text Editor works properly.
17+
- `#I552726` - Now, pressing the backspace key inside the list after pressing the `shift+enter` key with background color styles works properly.
18+
519
## 24.2.4 (2024-02-06)
620

721
### RichTextEditor

components/splitbuttons/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 24.2.7 (2024-02-20)
6+
7+
### ProgressButton
8+
9+
- `#I554000` - Console error is thrown when clicking the progress button has been resolved.
10+
511
## 24.2.5 (2024-02-13)
612

713
### SplitButton

components/spreadsheet/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-spreadsheet",
3-
"version": "24.2.4",
3+
"version": "24.2.5",
44
"description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/treegrid/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 24.2.7 (2024-02-20)
6+
7+
### Tree Grid
8+
9+
#### Bug Fixes
10+
11+
- `#F50469` - Fixed issue where excel export after sorting led to missing expand icons in the excel file.
12+
513
## 24.2.5 (2024-02-13)
614

715
### Tree Grid

0 commit comments

Comments
 (0)