Skip to content

Commit

Permalink
v25.1.40 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Apr 16, 2024
1 parent 96ddef6 commit 724bf17
Show file tree
Hide file tree
Showing 43 changed files with 196 additions and 43 deletions.
2 changes: 1 addition & 1 deletion components/barcodegenerator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 25.1.39 (2024-04-09)
## 25.1.40 (2024-04-16)

### Barcode

Expand Down
2 changes: 1 addition & 1 deletion components/base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 25.1.39 (2024-04-09)
## 25.1.40 (2024-04-16)

### Common

Expand Down
8 changes: 8 additions & 0 deletions components/buttons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 25.1.39 (2024-04-09)

### Checkbox

#### Bug Fixes

- `#I574511` - The issue with "script error thrown while clicking the checkbox through JS." has been resolved.

## 25.1.35 (2024-03-15)

### Checkbox
Expand Down
2 changes: 1 addition & 1 deletion components/buttons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-buttons",
"version": "25.1.35",
"version": "25.1.39",
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
8 changes: 8 additions & 0 deletions components/calendars/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 25.1.40 (2024-04-16)

### DatePicker

#### Bug Fixes

- `#I572913` - Resolved the console error that occurred when dynamically showing the popup on focus out.

## 25.1.37 (2024-03-26)

### DateTimePicker
Expand Down
2 changes: 1 addition & 1 deletion components/calendars/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-calendars",
"version": "25.1.37",
"version": "25.1.39",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
9 changes: 9 additions & 0 deletions components/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## [Unreleased]

## 25.1.40 (2024-04-16)

### Chart

#### Bug Fixes

- `#I574804` - Now, the title is wrapped properly when it exits the chart in wrap mode.
- `#I573884` - Now, all legend items with the same value in point mode will render properly.

## 25.1.39 (2024-04-09)

### Chart
Expand Down
2 changes: 1 addition & 1 deletion components/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-charts",
"version": "25.1.38",
"version": "25.1.39",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
15 changes: 14 additions & 1 deletion components/diagrams/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,27 @@

## [Unreleased]

## 25.1.40 (2024-04-16)

### Diagram

#### Bug Fixes

- `#FB51986` - Now, The Diagram is rendered with swimlane when passing element container as a second parameter.
- `#FB52116` - Now, The user handle is not visible while dragging the node/connector.
- `#I570099` - Now, Phase is selectable after deleting first phase without swimlane header.
- `#I51986` - Now, aria-label value is added in text edit mode for annotation resolving accessibility error.
- `#I561938` - Now, the connectors routed properly with shortest routing distance while using enable routing.
- `#I568115` - Prevented overlapping of Nodes during collapse of multiple nodes with Layout Animation.
- `#FB52027` - Now, the text edit for Bpmn text annotation working properly.

## 25.1.39 (2024-04-09)

### Diagram

#### Bug Fixes

- `#I570446` - Now, zoom in and zoom out works properly while setting canZoomOut as true.
- `#I561938` - Now, the connectors routed properly with shortest routing distance while using enable routing.
- `#I565099` - Now, the undo redo works properly for swimlane after cut and delete.

## 25.1.38 (2024-04-02)
Expand Down
2 changes: 1 addition & 1 deletion components/diagrams/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-diagrams",
"version": "25.1.38",
"version": "25.1.39",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/documenteditor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-documenteditor",
"version": "25.1.38",
"version": "25.1.39",
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
8 changes: 8 additions & 0 deletions components/dropdowns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,18 @@

## 25.1.39 (2024-04-09)

### AutoComplete

#### Bug Fixes

- `#I556993` - Resolved the issue in Autocomplete where the highlight selection was not removed after selecting a value from the dropdown when autofill was enabled.

### ListBox

#### Bug Fixes

- `#I566450` - Issue with "When clicking moveAllTo toolbar, the disabled item is also moved to the listbox" has been resolved.
- `#I575330` - Issue with "Script error thrown in listbox while drag and drop hover on textbox element" has been resolved.
- `#I565976` - Issue with "The getSortedList and getDataList method datasource order is not proper while using addItems, removeItem method and change their position using drag and drop" has been resolved.

### DropDownTree
Expand Down
2 changes: 1 addition & 1 deletion components/dropdowns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-dropdowns",
"version": "25.1.37",
"version": "25.1.39",
"description": "Essential JS 2 DropDown Components for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
9 changes: 9 additions & 0 deletions components/filemanager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 25.1.40 (2024-04-16)

### FileManager

#### Bug Fixes

- `#I574902` - The error dialog that appears when refreshing the File Manager component's SQL service has been resolved.

## 25.1.39 (2024-04-09)

### FileManager
Expand All @@ -10,6 +18,7 @@

- `#I574481` - The issue with context menu items not getting disabled when menu items contain spaces in the File Manager component has been resolved.
- `#I573974` - The console error while trying to persist the deleted file in the File Manager component has been resolved.
- `#I574902` - The error dialog that appears when refreshing the File Manager component's SQL service has been resolved.

## 25.1.38 (2024-04-02)

Expand Down
2 changes: 1 addition & 1 deletion components/filemanager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-filemanager",
"version": "25.1.38",
"version": "25.1.39",
"description": "Essential JS 2 FileManager Component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
14 changes: 14 additions & 0 deletions components/gantt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,26 @@

## [Unreleased]

## 25.1.40 (2024-04-16)

### GanttChart

#### Bug fixes

- `#I566632` - Duration calculations are incorrect in edit or add dialog in decimals issue has been fixed.
- `#I577383` - Predecessor not validated properly for parent task issue has been fixed.
- `#I574986` - Console error occurs while adding segments via dialog in Gantt issue has been fixed.
- `#I570307` - Toolbar refresh script error throws in Gantt issue has been fixed.

- `#I577383` - Predecessor not validated properly for parent task issue has been fixed.

## 25.1.39 (2024-04-09)

### GanttChart

#### Bug fixes

- `#I574841` - Console error occurs while opening dialog where fields and column are different.
- `#I570307` - Toolbar refresh script error throws in Gantt issue has been fixed.
- `#I568101` - The Gantt search toolbar item is not working in mobile mode issue has been fixed.
- `#I566632` - Duration calculations are incorrect in edit or add dialog in decimals issue has been fixed.
Expand Down
2 changes: 1 addition & 1 deletion components/gantt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-gantt",
"version": "25.1.38",
"version": "25.1.39",
"description": "Essential JS 2 Gantt Component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
11 changes: 11 additions & 0 deletions components/grids/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## [Unreleased]

## 25.1.40 (2024-04-16)

### Grid

#### Bug fixes

- `#I577961` - The issue where checkbox selection was not working properly upon touching the header checkbox has been fixed.
- `#FB52524` - Script error thrown when refreshing `aggregateModule` with grouping has been fixed.
- `#I576058` - The issue with validation message positioning in dialog edit mode with frozen columns has been resolved.
- `#I576570` - The issue where command column buttons were removed upon deleting a record in the infinite scrolling grid has been fixed.

## 25.1.39 (2024-04-09)

### Grid
Expand Down
2 changes: 1 addition & 1 deletion components/grids/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-grids",
"version": "25.1.38",
"version": "25.1.39",
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/heatmap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 25.1.39 (2024-04-09)
## 25.1.35 (2024-03-15)

### HeatMap

Expand Down
2 changes: 1 addition & 1 deletion components/heatmap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-heatmap",
"version": "18.14.11",
"version": "25.1.35",
"description": "Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
8 changes: 8 additions & 0 deletions components/imageeditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 25.1.40 (2024-04-16)

### Image Editor

#### Bug Fixes

- The issue with "content and close icon not proper in alert dialog of the ImageEditor" has been resolved.

## 25.1.39 (2024-04-09)

### Image Editor
Expand Down
2 changes: 1 addition & 1 deletion components/imageeditor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-image-editor",
"version": "25.1.38",
"version": "25.1.39",
"description": "Essential JS 2 ImageEditor for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/layouts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 25.1.39 (2024-04-09)
## 25.1.40 (2024-04-16)

### DashboardLayout

Expand Down
13 changes: 2 additions & 11 deletions components/lineargauge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,13 @@

## [Unreleased]

## 24.1.46 (2024-01-17)
## 25.1.40 (2024-04-16)

### LinearGauge

#### Bug Fixes

- `#I539323` - The pointer value will no longer be reset when the pointer is dragged and the scrollbar on the page is moved.

## 24.1.41 (2023-12-18)

### LinearGauge

#### New Features

- In the Linear Gauge axis, a text pointer can now be displayed to indicate the axis value. The value can also be changed by dragging and dropping the text pointer. Additionally, the text pointer can be animated.
- Linear Gauge elements such as the axis line, ranges, and pointers can now be animated one by one to create a smooth appearance when rendered initially.
- `#I573933` - The tooltips will now be properly aligned with the axis line when the `offset` property is set in the axis line.

## 18.3.47 (2020-11-05)

Expand Down
2 changes: 1 addition & 1 deletion components/lineargauge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-lineargauge",
"version": "24.1.46",
"version": "25.1.35",
"description": "Essential JS 2 LinearGauge Components for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
22 changes: 21 additions & 1 deletion components/lineargauge/src/linear-gauge/lineargauge.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,27 @@ export let LinearGaugeComponent: DefineVueComponent<LinearGaugeModel> = vueDefi
}
});

export type LinearGaugeComponent = InstanceType<typeof LinearGaugeComponent>;
export type LinearGaugeComponent = typeof ComponentBase & {
ej2Instances: LinearGauge;
isVue3: boolean;
isLazyUpdate: Boolean;
plugins: any[];
propKeys: string[];
models: string[];
hasChildDirective: boolean;
tagMapper: {
[key: string]: Object;
};
tagNameMapper: Object;
setProperties(prop: any, muteOnChange: boolean): void;
trigger(eventName: string, eventProp: {
[key: string]: Object;
}, successHandler?: Function): void;
export(type: Object, fileName: string, orientation?: Object, allowDownload?: boolean): Object;
print(id?: string[] | string | Object): void;
setAnnotationValue(annotationIndex: number, content: string | Object, axisValue?: number): void;
setPointerValue(axisIndex: number, pointerIndex: number, value: number): void
};

export const LinearGaugePlugin = {
name: 'ejs-lineargauge',
Expand Down
2 changes: 1 addition & 1 deletion components/lists/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 25.1.39 (2024-04-09)
## 25.1.40 (2024-04-16)

### ListBox

Expand Down
9 changes: 9 additions & 0 deletions components/maps/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@

## [Unreleased]

## 25.1.40 (2024-04-16)

### Maps

#### Bug Fixes

- `#I566503` - The slight variation between the sublayer shape map and tile images of the online map in the base layer is now properly synchronized when panning the Maps.
- `#F186927` - The pinch zooming will now work properly for the online maps, which zoom in and out by a factor of 1.

## 25.1.37 (2024-03-26)

### Maps
Expand Down
Loading

0 comments on commit 724bf17

Please sign in to comment.