Skip to content

Commit 2a2e80c

Browse files
author
pipeline
committed
v24.2.5 is released
1 parent 27e5e09 commit 2a2e80c

Some content is hidden

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

49 files changed

+259
-34
lines changed

Diff for: 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.4 (2024-02-06)
5+
## 24.2.5 (2024-02-13)
66

77
### Barcode
88

Diff for: components/buttons/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 24.2.5 (2024-02-13)
6+
7+
### SpeedDial
8+
9+
#### Bug Fixes
10+
11+
- `FAB` and `SpeedDial` control `readme.md` file updated.
12+
513
## 24.2.3 (2024-01-31)
614

715
### Switch

Diff for: components/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 24.2.5 (2024-02-13)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I860067` - Resolved an issue where users were unable to focus on the Today button using the Tab key.
12+
513
## 24.2.3 (2024-01-31)
614

715
### DateTimePicker

Diff for: components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 24.2.5 (2024-02-13)
6+
7+
### StockChart
8+
9+
#### Bug Fixes
10+
11+
- `#I549996` - Now, the stock chart axis labels render properly.
12+
513
## 24.2.4 (2024-02-06)
614

715
### Chart

Diff for: components/charts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-charts",
3-
"version": "24.2.3",
3+
"version": "24.2.4",
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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

Diff for: 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.4 (2024-02-06)
8+
## 24.2.5 (2024-02-13)
99

1010
### CircularGauge
1111

Diff for: components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 24.2.5 (2024-02-13)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I554171` - Resolved the document corruption in save as blob exported document.
12+
- `#I544606` - Resolved the arabic text selection issue when selecting justified rtl paragraph.
13+
- `#I544673` - Resolved the page number field text update issue.
14+
- `#I543368` - Resolved the numbers of each section has been changed to roman numerals issue.
15+
- `#I543923` - Resolved the extra table is being displayed on the first page.
16+
517
## 24.2.4 (2024-02-06)
618

719
### DocumentEditor

Diff for: components/documenteditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-documenteditor",
3-
"version": "24.2.3",
3+
"version": "24.2.4",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

Diff for: components/dropdowns/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 24.2.5 (2024-02-13)
6+
7+
### DropdownList
8+
9+
#### Bug Fixes
10+
11+
- `#F49655` - Fixed an issue where assigning null to a value, text and index property resulting in errors.
12+
513
## 24.2.4 (2024-02-06)
614

715
### ListBox

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

Diff for: components/filemanager/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 24.2.5 (2024-02-13)
6+
7+
### FileManager
8+
9+
#### Bug Fixes
10+
11+
- `#I553140` - The high risk vulnerability issue with 'unset-value' dependency in the FileManager component is resolved.
12+
513
## 24.1.47 (2024-01-23)
614

715
### FileManager

Diff for: components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 24.2.5 (2024-02-13)
6+
7+
### GanttChart
8+
9+
#### Bug Fixes
10+
11+
- `#I544540` - Offset value not calculated properly issue has been fixed.
12+
- `#I552745` - Pressing enter key in dialog refresh the Gantt issue has been fixed.
13+
- `#I551289` - The zoom in action before horizontal scroll, after the zoom action triggers, alignment issues occur issue has been fixed.
14+
- `#I532096` - Failing Karma Test cases in Angular issue has been fixed.
15+
516
## 24.2.4 (2024-02-06)
617

718
### GanttChart

Diff for: 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.3",
3+
"version": "24.2.4",
44
"description": "Essential JS 2 Gantt Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

Diff for: components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 24.2.5 (2024-02-13)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#I545865` - Resolved the issue where the grid aggregate value was not updating correctly after filtering and editing.
12+
- `#I545552` - The Excel filter is not displaying the advanced filtering sub menu items when selecting number/text/date filtering options on mobile and tablet devices.
13+
514
## 24.2.4 (2024-02-06)
615

716
### Grid

Diff for: components/grids/package.json

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

Diff for: components/imageeditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 24.2.5 (2024-02-13)
6+
7+
### Image Editor
8+
9+
#### Bug Fixes
10+
11+
- The issue with "Shape Settings not updated properly for annotations" has been resolved.
12+
- `#I550096` - The issue with "The Image Editor rendered over a dialog, reloads the page while selecting the browse here content of the image editor" has been resolved.
13+
514
## 24.2.4 (2024-02-06)
615

716
### Image Editor
@@ -11,6 +20,7 @@
1120
- The issue with "Undo redo not proper with annotations and frame" has been resolved.
1221
- The issue with "Toolbar updating event argument values are not updated properly" has been resolved.
1322
- The issue with "Text area is unable to deselect while placing an external text area with Image Editor" has been resolved.
23+
- The issue with "Slider mouse up event not proper" has been resolved.
1424

1525
## 24.1.46 (2024-01-17)
1626

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

Diff for: components/inplaceeditor/package.json

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

Diff for: components/inplaceeditor/src/inplace-editor/inplaceeditor.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export let InPlaceEditorComponent: DefineVueComponent<InPlaceEditorModel> = vue
2929
provide() { return { custom: this.custom } },
3030
data() {
3131
return {
32-
ej2Instance: new InPlaceEditor({}) as any,
32+
ej2Instances: new InPlaceEditor({}) as any,
3333
propKeys: properties as string[],
3434
models: modelProps as string[],
3535
hasChildDirective: false as boolean,

Diff for: components/inputs/README.md

+24-1
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,29 @@ The [Vue File Upload](https://www.syncfusion.com/vue-components/vue-file-upload?
164164
* [Auto upload](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-file-upload-npm#/material/uploader/default.html) – Process the file to upload without interaction.
165165
* [Preload files](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-file-upload-npm#/material/uploader/preload-files.html) – View and manipulate previously uploaded files.
166166

167+
### Vue Rating
168+
169+
The [Vue Rating](https://www.syncfusion.com/vue-components/vue-rating?utm_source=npm&utm_medium=listing&utm_campaign=vue-inputs-npm) component is used to provide a star rating or view other people’s ratings on a numeric scale for any service provided, such as for movies, applications, or products. It has several built-in features such as support for precision modes, labels, tooltip, and UI customization.
170+
171+
<p align="center">
172+
<a href="https://ej2.syncfusion.com/vue/documentation/rating/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=vue-inputs-npm">Getting Started</a> .
173+
<a href="https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-inputs-npm#/material/rating/default.html">Online demos</a> .
174+
<a href="https://www.syncfusion.com/vue-components/vue-rating?utm_source=npm&utm_medium=listing&utm_campaign=vue-inputs-npm">Learn more</a>
175+
</p>
176+
177+
<p align="center">
178+
<img alt="Vue Rating Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/vue/vue-rating.gif">
179+
</p>
180+
181+
#### Key features
182+
183+
* [Precision modes](https://ej2.syncfusion.com/vue/documentation/rating/precision-modes) - Provides different precision modes for more accurate rating.
184+
* [Labels](https://ej2.syncfusion.com/vue/documentation/rating/labels) - Displays current value of the rating.
185+
* [Tooltip](https://ej2.syncfusion.com/vue/documentation/rating/tool-tip) - Displays additional information of the rating items.
186+
* [Selection](https://ej2.syncfusion.com/vue/documentation/rating/selection) - Customization options for the selected rating value and selection behavior.
187+
* [Appearance](https://ej2.syncfusion.com/vue/documentation/rating/appearance) - Customize the rating items appearance.
188+
* [Templates](https://ej2.syncfusion.com/vue/documentation/rating/templates) - Customize the rating item with a heart, SVG, or any content that precisely matches unique needs.
189+
167190
<p align="center">
168191
Trusted by the world's leading companies
169192
<a href="https://www.syncfusion.com/">
@@ -212,4 +235,4 @@ Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/b
212235
213236
See [LICENSE FILE](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/license) for more info.
214237

215-
&copy; Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
238+
&copy; Copyright 2024 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.

Diff for: 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.3",
3+
"version": "24.2.4",
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",

Diff for: components/layouts/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 24.2.4 (2024-02-06)
5+
## 24.2.5 (2024-02-13)
66

77
### Dashboard Layout
88

Diff for: components/lists/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 24.2.4 (2024-02-06)
6+
7+
### ListView
8+
9+
#### Bug Fixes
10+
11+
- `#I549283` - The list item checkbox removal instead of disabling in the ListView component has been resolved.
12+
13+
## 24.1.46 (2024-01-17)
14+
15+
### ListBox
16+
17+
#### Bug Fixes
18+
19+
- Issue with "Script error thrown in list box while dragging the `svg` element" has been resolved.
20+
21+
### ListView
22+
23+
#### Bug fixes
24+
25+
- `#I531520` - The ListView component's title not decoded properly same as in node text has been resolved.
26+
527
## 24.1.41 (2023-12-18)
628

729
### ListView

Diff for: components/lists/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-lists",
3-
"version": "24.1.41",
3+
"version": "24.2.4",
44
"description": "The listview control allows you to select an item or multiple items from a list-like interface and represents the data in interactive hierarchical structure across different layouts or views. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

Diff for: components/lists/src/list-view/listview.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export let ListViewComponent: DefineVueComponent<ListViewModel> = vueDefineComp
2727
provide() { return { custom: this.custom } },
2828
data() {
2929
return {
30-
ej2Instance: new ListView({}) as any,
30+
ej2Instances: new ListView({}) as any,
3131
propKeys: properties as string[],
3232
models: modelProps as string[],
3333
hasChildDirective: false as boolean,

Diff for: 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.4 (2024-02-06)
17+
## 24.2.5 (2024-02-13)
1818

1919
### Maps
2020

Diff for: components/navigations/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 24.2.5 (2024-02-13)
6+
7+
### TreeView
8+
9+
#### Bug fixes
10+
11+
- `#I550140` - Resolved the accessibility issue with TreeView component when rendered with checkbox.
12+
13+
## 24.2.4 (2024-02-06)
14+
15+
### Tab
16+
17+
#### Bug fixes
18+
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.
20+
521
## 24.2.3 (2024-01-31)
622

723
### Menu
@@ -15,7 +31,6 @@
1531
#### Bug fixes
1632

1733
- `#I546255` - An issue tab switching on disable item has been resolved.
18-
- `#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.
1934

2035
## 24.1.46 (2024-01-17)
2136

Diff for: components/navigations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-navigations",
3-
"version": "24.2.3",
3+
"version": "24.2.4",
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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

Diff for: 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.4 (2024-02-06)
5+
## 24.2.5 (2024-02-13)
66

77
### Toast
88

0 commit comments

Comments
 (0)