Skip to content

Commit a576316

Browse files
author
pipeline
committed
v24.1.45 is released
1 parent 5e0f41b commit a576316

38 files changed

+170
-36
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.1.44 (2024-01-03)
5+
## 24.1.45 (2024-01-09)
66

77
### Barcode
88

components/base/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 24.1.44 (2024-01-03)
5+
## 24.1.45 (2024-01-09)
66

77
### Common
88

components/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 24.1.44 (2024-01-03)
5+
## 24.1.45 (2024-01-09)
66

77
### TimePicker
88

components/charts/CHANGELOG.md

+19-5
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,31 @@
22

33
## [Unreleased]
44

5+
## 24.1.45 (2024-01-09)
6+
7+
### AccumulationChart
8+
9+
#### Bug Fixes
10+
11+
- `#I533625` - Now, the `textAlignment` property in the `titleStyle` of the accumulation chart is functioning correctly.
12+
13+
### Chart
14+
15+
#### Bug Fixes
16+
17+
- `#I536934` - Now, the `category` axis label renders properly when the x-value is provided as an empty string.
18+
519
## 24.1.44 (2024-01-03)
620

721
### Chart
822

923
#### Bug Fixes
1024

11-
- #I521819 - Improved the accuracy of the normal distribution in the histogram series.
12-
- #I528067 - Removed the multilevel label if all series are not visible.
13-
- #I185777 - Fixed the marker size issue in the scatter chart during initial loading.
14-
- #I185904 - Resolved the issue with the shared tooltip when disabling `showNearestPoint`.
15-
- #I532475 - Fixed the console error in Mozilla Firefox when zooming the bubble chart.
25+
- `#I521819` - Improved the accuracy of the normal distribution in the histogram series.
26+
- `#I528067` - Removed the multilevel label if all series are not visible.
27+
- `#I185777` - Fixed the marker size issue in the scatter chart during initial loading.
28+
- `#I185904` - Resolved the issue with the shared tooltip when disabling `showNearestPoint`.
29+
- `#I532475` - Fixed the console error in Mozilla Firefox when zooming the bubble chart.
1630

1731
## 24.1.43 (2023-12-27)
1832

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.1.43",
3+
"version": "24.1.44",
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
@@ -5,7 +5,7 @@
55

66
## [Unreleased]
77

8-
## 24.1.44 (2024-01-03)
8+
## 24.1.45 (2024-01-09)
99

1010
### CircularGauge
1111

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 24.1.45 (2024-01-09)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#F185764` - Now, removing bpmn text annotation dynamically is working properly.
12+
- `#I526870` - Resolved snap to lines issue when dragging shapes from palette to swimlane.
13+
- `#I526172` - The node now remains in the diagram when the ungroup action is performed.
14+
- `#FB48313` - The background color is now visible on symbol hover after rapid expand and collapse in the palette.
15+
- `#I531978` - Now, connectors rendered properly with line routing and line distribution enabled during doLayout process.
16+
517
## 24.1.43 (2023-12-27)
618

719
### Diagram

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 24.1.45 (2024-01-09)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I528964` - Resolved the table border issue when exporting as docx.
12+
- `#I531058` - Resolved the reply comment sorted issue.
13+
- `#I453495` - Resolved the shape element shifting issue when pressing enter.
14+
- `#I528503` - Resolved the script error issue in server side rendering.
15+
516
## 24.1.44 (2024-01-03)
617

718
### 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": "24.1.43",
3+
"version": "24.1.44",
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

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

33
## [Unreleased]
44

5-
## 24.1.44 (2024-01-03)
5+
## 24.1.45 (2024-01-09)
66

77
### DropDownTree
88

components/filemanager/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 24.1.45 (2024-01-09)
6+
7+
### FileManager
8+
9+
#### Bug Fixes
10+
11+
- `#I536863` - The issue while creating a new folder within empty subfolder using the context menu from navigation pane selection is resolved.
12+
13+
## 24.1.44 (2024-01-03)
14+
15+
### FileManager
16+
17+
#### Bug Fixes
18+
19+
- `#I536115` - The issue of adding an unnecessary `<ul>` element under the large icons view while using `enableVirtualization` property in the FileManager component has been resolved.
20+
521
## 24.1.43 (2023-12-27)
622

723
### FileManager
824

925
#### Bug Fixes
1026

1127
- `#I527570` - The issue with auto scroll during drag and drop operation in the FileManager component has been resolved.
12-
- `#I531559`, `#I529731` - The file selection issue for the duplicate folders with different parents in the navigation pane of File Manager has been resolved.
28+
- `#I531559`, `#I529731` - The file selection issue for the duplicate folders with different parents in the navigation pane of FileManager has been resolved.
1329

1430
## 24.1.41 (2023-12-18)
1531

components/filemanager/package.json

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

components/gantt/CHANGELOG.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,30 @@
22

33
## [Unreleased]
44

5-
## 24.1.44 (2024-01-03)
5+
## 24.1.45 (2024-01-09)
66

77
### GanttChart
88

99
#### Bug Fixes
1010

11-
`#I531670` - When adding record by method before saving, if the task ID is changed after taskbar hover exception thrown issue has been fixed.
11+
- `#I530808` - Progress width not rendered properly in split tasks issue has been fixed.
12+
- `#F185683` - Resources are not updating properly in `actionBegin`event issue has been fixed.
13+
- `#I532918` - Baseline width not rendered properly in PDF export issue has been fixed.
14+
- `#F532918` - Issue with remote data while performing CRUD operation in various Gantt chart versions has been fixed.
1215

16+
- `#I530808` - Progress width not rendered properly in split tasks issue has been fixed.
1317

14-
## 24.1.43 (2023-12-27)
18+
## 24.1.44 (2024-01-03)
1519

1620
### GanttChart
1721

1822
#### Bug Fixes
1923

24+
`#I531670` - When adding record by method before saving, if the task ID is changed after taskbar hover exception thrown issue has been fixed.
25+
26+
27+
## 24.1.43 (2023-12-27)
28+
2029
- `#I527509` - Action begin event arguments not working properly issue has been fixed.
2130
- `#I517104` - Gantt component hangs whole page if timezone changed to UK(London) issue has been fixed.
2231

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

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 24.1.45 (2024-01-09)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#FB49340` - Fixed an issue that occurred when resizing columns in the grid with stacked headers.
12+
- `#I520335` - Resolved an issue regarding incorrect `filterBeforeOpen requestType` naming and updated the `options` property scope as public within the `actionBegin` event argument when opening the filter menu.
13+
- `#I533690` - Script error thrown when clicking the cancel button in batch edit has been fixed.
14+
- `#FB49544` - The problem with `persistSelection` in custom data binding has been successfully resolved.
15+
516
## 24.1.44 (2024-01-03)
617

718
### Grid

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.1.43",
3+
"version": "24.1.44",
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/heatmap/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 24.1.44 (2024-01-03)
5+
## 24.1.45 (2024-01-09)
66

77
### HeatMap
88

components/imageeditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 24.1.45 (2024-01-09)
6+
7+
### Image Editor
8+
9+
#### Bug Fixes
10+
11+
- The issue with "Image alignment while cancelling contextual toolbar" has been resolved.
12+
513
## 24.1.44 (2024-01-03)
614

715
### Image Editor

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

components/inputs/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 24.1.44 (2024-01-03)
5+
## 24.1.45 (2024-01-09)
6+
7+
### Signature
8+
9+
#### Bug Fixes
10+
11+
- `#I510300` - Issue with "drawn points will be in a significantly different location than the cursor while zooming" has been resolved.
12+
13+
## 24.1.41 (2023-12-18)
614

715
### Signature
816

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": "18.78.12",
3+
"version": "24.1.41",
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/kanban/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-kanban",
3-
"version": "24.1.41",
3+
"version": "24.1.43",
44
"description": "The Kanban board is an efficient way to visualize the workflow at each stage along its path to completion. The most important features available are Swim lane, filtering, and editing. 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-
## 24.1.44 (2024-01-03)
5+
## 24.1.41 (2023-12-18)
66

77
### ListView
88

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": "18.23.0",
3+
"version": "24.1.41",
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",

components/maps/CHANGELOG.md

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

1515
## [Unreleased]
1616

17-
## 24.1.44 (2024-01-03)
17+
## 24.1.45 (2024-01-09)
1818

1919
### Maps
2020

components/pdfviewer/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 24.1.45 (2024-01-09)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#I529642` - Now, the `strikethrough` is properly preserved in the provided document when downloading it and opening it in other viewers.
12+
- `#I527440` - Now, the thumbnail PDF is retaining the position for larger pages after rotating a single page in PDF document.
13+
- `#I529806` - Now, the DOM elements related to the PDF Viewer control are properly destroyed after destroying the PDF Viewer control.
14+
- `#I533430`, `#I533962` - Now, the provided documents are loading in the Stand-alone PDF Viewer.
15+
- `#I532281` - Now, the landscape documents are properly re-rendered in the Stand-alone PDF Viewer.
16+
- `#I524631` - Now, the custom stamp options are not being removed in the custom stamp menu when updating after control initialization.
17+
- `#I531042` - Now, the custom data of the annotation is properly preserved after undoing the deletion of the imported annotation.
18+
- `#I533144` - Now, the documents load properly in the Stand-alone PDF Viewer when using the document path and open option alternatively.
19+
- `#I528636` - Now, the saved text markup annotation is rendered properly when adding the annotation programmatically.
20+
521
## 24.1.44 (2024-01-03)
622

723
### 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.1.43",
3+
"version": "24.1.44",
44
"description": "Essential JS 2 PDF viewer Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pivotview/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 24.1.45 (2024-01-09)
6+
7+
### PivotTable
8+
9+
#### Bug fixes
10+
11+
- `#F185974` - When using the pivot table and the pivot field list with virtualization, the loading indicator is now properly hidden.
12+
- `#F185974` - The all node check box status will now work properly when you click the "All" text in the member filter dialog.
13+
- `#F185974` - When adding a field via drag and drop in the static field list, the "fieldDrop" event is now properly triggered.
14+
- `#I538805` - The OLAP Pivot table will now work properly while binding calculated fields via code-behind.
15+
516
## 24.1.44 (2024-01-03)
617

718
### PivotTable

components/pivotview/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-pivotview",
3-
"version": "24.1.43",
3+
"version": "24.1.44",
44
"description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/popups/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-popups",
3-
"version": "24.1.41",
3+
"version": "24.1.44",
44
"description": "A package of Essential JS 2 popup components such as Dialog and Tooltip that is used to display information or messages in separate pop-ups. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)