Skip to content

Commit b85ae5a

Browse files
author
pipeline
committed
v28.1.39 is released
1 parent 49ccf95 commit b85ae5a

Some content is hidden

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

43 files changed

+205
-41
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-
## 28.1.38 (2025-01-07)
5+
## 28.1.39 (2024-01-14)
66

77
### Barcode
88

components/buttons/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.1.38 (2025-01-07)
5+
## 28.1.39 (2024-01-14)
6+
7+
### Switch
8+
9+
#### Bug Fixes
10+
11+
- `#I933399`- The issue with "Checked state not update properly while changing the switch component programmatically using click event of input element" has been resolved.
12+
13+
## 28.1.37 (2024-12-31)
614

715
### Switch
816

components/buttons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-buttons",
3-
"version": "28.1.33",
3+
"version": "28.1.37",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.1.38 (2025-01-07)
5+
## 28.1.39 (2024-01-14)
6+
7+
### DateRangePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I666998` - Fixed an issue where the start and end date selection was not maintained in the popup.
12+
13+
## 28.1.37 (2024-12-31)
614

715
### DateRangePicker
816

components/calendars/package.json

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

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.1.39 (2024-01-14)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I663652` - The calculations for both sum and intermediate sum indexes have been corrected.
12+
513
## 28.1.38 (2025-01-07)
614

715
### Chart

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": "28.1.37",
3+
"version": "28.1.38",
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",

components/circulargauge/CHANGELOG.md

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

55
## [Unreleased]
66

7-
## 28.1.38 (2025-01-07)
7+
## 28.1.39 (2024-01-14)
88

99
### Circular Gauge
1010

components/diagrams/CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,25 @@
22

33
## [Unreleased]
44

5-
## 28.1.38 (2025-01-07)
5+
## 28.1.39 (2024-01-14)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I668014` - Performance improved for loading diagrams with complex hierarchical tree layouts with path nodes.
12+
- `#I672924` - EJ1 diagrams now load in EJ2 Diagram Builder even when the port shape is undefined.
13+
- `#I676157` - Fixed issue where completing Polyline drawing was not possible on iPad Safari browser.
14+
15+
## 28.1.37 (2024-12-31)
616

717
### Diagram
818

919
#### Bug Fixes
1020

1121
- `#I664086` - Bezier settings are now applied to freehand connectors during the drawing process.
1222
- `#I664088` - Segment points are now draggable even when the pointer is positioned on the outer part of an increased segment thumb size.
23+
- `#I658382` - Z-order is now updated correctly for HTML and native nodes when using `moveForward` or `sendBackward`.
1324

1425
## 28.1.36 (2024-12-24)
1526

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": "28.1.35",
3+
"version": "28.1.37",
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/diagrams/src/diagram/diagram.component.ts

+8
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,9 @@ export let DiagramComponent: DefineVueComponent<DiagramModel> = vueDefineCompon
269269
getParentId(id: string): string {
270270
return this.ej2Instances.getParentId(id);
271271
},
272+
getPathData(key: string): Object[] {
273+
return this.ej2Instances.getPathData(key);
274+
},
272275
getTool(action: string): Object {
273276
return this.ej2Instances.getTool(action);
274277
},
@@ -383,6 +386,9 @@ export let DiagramComponent: DefineVueComponent<DiagramModel> = vueDefineCompon
383386
setActiveLayer(layerName: string): void {
384387
return this.ej2Instances.setActiveLayer(layerName);
385388
},
389+
setPathData(key: string, data: Object[]): void {
390+
return this.ej2Instances.setPathData(key, data);
391+
},
386392
setStackLimit(stackLimit: number): void {
387393
return this.ej2Instances.setStackLimit(stackLimit);
388394
},
@@ -491,6 +497,7 @@ export type DiagramComponent = typeof ComponentBase & {
491497
getNodeObject(id: string): Object;
492498
getObject(name: string): Object;
493499
getParentId(id: string): string;
500+
getPathData(key: string): Object[];
494501
getTool(action: string): Object;
495502
group(): void;
496503
hideTooltip(obj: Object | Object): void;
@@ -529,6 +536,7 @@ export type DiagramComponent = typeof ComponentBase & {
529536
sendLayerBackward(layerName: string): void;
530537
sendToBack(): void;
531538
setActiveLayer(layerName: string): void;
539+
setPathData(key: string, data: Object[]): void;
532540
setStackLimit(stackLimit: number): void;
533541
showTooltip(obj: Object | Object): void;
534542
startGroupAction(): void;

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.1.39 (2024-01-14)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I660432` - Improved performance when applying formatting to an entire document.
12+
- `#I668208` - Fixed text duplication caused by the move-down action outside the editable element after inserting text using Japanese IME on Windows.
13+
- `#I665638` - Addressed issues with arrow keys, deletion, and keyboard input in form field protection mode for Content Controls.
14+
515
## 28.1.38 (2025-01-07)
616

717
### DocumentEditor

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": "28.1.37",
3+
"version": "28.1.38",
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",

components/dropdowns/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.1.39 (2024-01-14)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- `#I933368` - Issue with "Filter input loss focus if the last letter is removed using backspace in listbox" has been resolved.
12+
13+
### Mention
14+
15+
#### Bug Fixes
16+
17+
- `#FB64462` - Resolved an issue where the `readonly` feature was not functioning correctly when integrating the Rich Text Editor with the mention functionality.
18+
519
## 28.1.38 (2025-01-07)
620

721
### DropDownTree

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

components/filemanager/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.1.39 (2024-01-14)
6+
7+
### FileManager
8+
9+
#### Bug Fixes
10+
11+
- `#I676141` - The issue with current directory drag-and-drop functionality in the navigation pane of the File Manager component has been resolved.
12+
513
## 28.1.36 (2024-12-24)
614

715
### FileManager

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.1.39 (2024-01-14)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#I668317` - Timeline tiers get misaligned while using timeline virtualization in `DST` zone issue has been fixed.
12+
- `#I676849` - When the context menu action is cancel, the added child record is still considered as a parent issue has been fixed.
13+
- `#I606658` - Taskbar not render correct position when `zoomToFit` issue has been fixed.
14+
- `#I668145` - A script error is thrown when the Delete Dependency context menu item is clicked issue has been fixed.
15+
- `#I676845` - Console error occurred while exporting PDF without columns property issue has been fixed.
16+
- `#I661832` - collapsed records were not in the viewport for the last set of records with a large number of child records, issue has been fixed.
17+
- `#I664339` - Template not destroyed while zooming action issue has been fixed.
18+
519
## 28.1.38 (2025-01-07)
620

721
### GanttChart
822

923
#### Bug fixes
1024

1125
- `#I668777` - Toolbar visible property not working issue has been fixed.
26+
- `#I668317` - Timeline tiers get misaligned while using timeline virtualization in `DST` zone issue has been fixed.
27+
- `#I674918` - When virtualization is enabled, the resource collection does not display properly in the resource tab issue has been fixed.
28+
- `#I667515` - Horizontal scroll jumps to starting point while scrolling after zooming actions issue has been fixed.
1229

1330
## 28.1.37 (2024-12-31)
1431

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

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": "28.1.37",
3+
"version": "28.1.38",
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",

components/imageeditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.1.39 (2024-01-14)
6+
7+
### Image Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I932270` - The issue with "Need to load images with policy tokens in the React ImageEditor component" has been resolved.
12+
513
## 28.1.33 (2024-12-12)
614

715
### Image Editor
@@ -11,9 +19,9 @@
1119

1220
#### Features
1321

14-
- The Image Editor component now supports image restrictions via the `uploadSettings` property, enabling users to specify allowed image extensions and define minimum and maximum image sizes.
22+
- The Image Editor component now includes support for image restrictions through `uploadSettings`. Developers can specify allowed image extensions and set minimum and maximum image sizes. If an image does not meet the criteria, users will receive an alert message, ensuring improved image validation and better control over uploads.
1523

16-
- The Image Editor component now supports the `WEBP` format, allowing users to upload and save WEBP images.
24+
- The Image Editor component now supports the `WebP` format, allowing users to upload and save WEBP images.
1725

1826
## 27.1.50 (2024-09-24)
1927

components/inputs/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.1.38 (2025-01-07)
5+
## 28.1.37 (2024-12-31)
66

77
### Uploader
88

components/inputs/README.md

+15-7
Original file line numberDiff line numberDiff line change
@@ -189,16 +189,24 @@ The [Vue Rating](https://www.syncfusion.com/vue-components/vue-rating?utm_source
189189

190190
### Vue OTP Input
191191

192-
The `Vue OTP Input` component is designed to securely enter and verify single-use passwords for multi-factor authentication purposes in various applications, such as banking, e-commerce, or account login processes. It has several built-in features such as support for input types, styling modes, placeholder, seperators, and customization.
192+
The [Vue OTP Input](https://www.syncfusion.com/vue-components/vue-otp-input?utm_source=npm&utm_medium=listing&utm_campaign=vue-inputs-npm) component is designed to securely enter and verify single-use passwords for multi-factor authentication purposes in various applications, such as banking, e-commerce, or account login processes. It has several built-in features such as support for input types, styling modes, placeholder, seperators, and customization.
193+
194+
<p align="center">
195+
<a href="https://ej2.syncfusion.com/vue/documentation/otp-input/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=vue-inputs-npm">Getting Started</a> .
196+
<a href="https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-inputs-npm#/fluent2/otp-input/default">Online demos</a> .
197+
<a href="https://www.syncfusion.com/vue-components/vue-otp-input?utm_source=npm&utm_medium=listing&utm_campaign=vue-inputs-npm">Learn more</a>
198+
</p>
199+
200+
<p align="center">
201+
<img alt="Vue OTP Input Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/vue/vue-otp-input.png">
193202

194203
#### Key features
195204

196-
* `Input types` - Allow specifying the input type as text, number, or password for the OTP input..
197-
* `Styling modes` - Offer built-in styling options such as underline, outline, or fill.
198-
* `Tooltip` - Displays additional information of the rating items.
199-
* `Placeholders` - Allow setting a hint character for each input field, indicating the expected value.
200-
* `Separators` - Specify a character to be placed between input fields.
201-
* `Customization` - Allows customizing the default appearance, including input field styling, input length, and more.
205+
* [Input types](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-otp-input-npm#/fluent2/otp-input/default) - Allow specifying the input type as text, number, or password for the OTP input..
206+
* [Styling modes](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-otp-input-npm#/fluent2/otp-input/api) - Offer built-in styling options such as underline, outline, or fill.
207+
* [Placeholders](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-otp-input-npm#/fluent2/otp-input/api) - Allow setting a hint character for each input field, indicating the expected value.
208+
* [Separators](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-otp-input-npm#/fluent2/otp-input/api) - Specify a character to be placed between input fields.
209+
* [Customization](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-otp-input-npm#/fluent2/otp-input/api) - Allows customizing the default appearance, including input field styling, input length, and more.
202210

203211
<p align="center">
204212
Trusted by the world's leading companies

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": "28.1.33",
3+
"version": "28.1.37",
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/lists/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.1.38 (2025-01-07)
5+
## 28.1.39 (2024-01-14)
66

77
### ListBox
88

components/maps/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
## [Unreleased]
1212

13-
## 28.1.38 (2025-01-07)
13+
## 28.1.39 (2024-01-14)
1414

1515
### Maps
1616

components/multicolumncombobox/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.1.38 (2025-01-07)
5+
## 28.1.39 (2024-01-14)
66

77
### MultiColumn ComboBox
88

components/navigations/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.1.38 (2025-01-07)
5+
## 28.1.39 (2024-01-14)
66

77
### Tab
88

components/notifications/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.1.38 (2025-01-07)
5+
## 28.1.39 (2024-01-14)
66

77
### Message
88

0 commit comments

Comments
 (0)