Skip to content

Commit c53870e

Browse files
author
pipeline
committed
v24.1.46 is released
1 parent a576316 commit c53870e

Some content is hidden

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

47 files changed

+314
-28
lines changed

components/barcodegenerator/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 24.1.45 (2024-01-09)
5+
## 24.1.46 (2024-01-17)
66

77
### Barcode
88

components/base/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 24.1.45 (2024-01-09)
5+
## 24.1.46 (2024-01-17)
66

77
### Common
88

components/buttons/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
## [Unreleased]
44

5+
## 24.1.46 (2024-01-17)
6+
7+
### Checkbox
8+
9+
#### Bug Fixes
10+
11+
- `#I535107` - Need to set `HtmlAttributes` Id in input element checkbox has been resolved.
12+
13+
## 24.1.45 (2024-01-09)
14+
15+
### Switch
16+
17+
#### Bug Fixes
18+
19+
- `#I530742` - The issue with "Switch unintentionally changed when we touch the switch and drag vertically" has been resolved.
20+
521
## 24.1.41 (2023-12-18)
622

723
### RadioButton

components/buttons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-buttons",
3-
"version": "24.1.41",
3+
"version": "24.1.45",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

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

77
### TimePicker
88

components/calendars/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-calendars",
3-
"version": "24.1.43",
3+
"version": "24.1.44",
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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 24.1.46 (2024-01-17)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I537751` - Now, the `enableZoom` property in the `scrollbarSettings` is working properly.
12+
- `#I535723` - Now, the showTooltip is working properly on mobile devices.
13+
- `#I528752` - Now, the chart values update properly during the resized event when integrating the EJ2 JS chart in a Blazor application.
14+
515
## 24.1.45 (2024-01-09)
616

717
### AccumulationChart

components/charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-charts",
3-
"version": "24.1.44",
3+
"version": "24.1.45",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## [Unreleased]
77

8-
## 24.1.45 (2024-01-09)
8+
## 24.1.46 (2024-01-17)
99

1010
### CircularGauge
1111

components/diagrams/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 24.1.46 (2024-01-17)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I527482` - Now, overview updated properly while zoom out and move nodes outside viewport.
12+
513
## 24.1.45 (2024-01-09)
614

715
### Diagram

components/diagrams/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-diagrams",
3-
"version": "24.1.43",
3+
"version": "24.1.45",
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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 24.1.46 (2024-01-17)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I532824` - Resolved list numbering issue in the attached document.
12+
- `#I531058` - Resolved the reply comment sorted issue.
13+
- `#I532310` - Resolved Issue while opening the document Editor exported document.
14+
- `#F185679` - Resolve script error and deleting cell from table removes other texts outside table.
15+
516
## 24.1.45 (2024-01-09)
617

718
### DocumentEditor

components/documenteditor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-documenteditor",
3-
"version": "24.1.44",
3+
"version": "24.1.45",
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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,25 @@
22

33
## [Unreleased]
44

5+
## 24.1.46 (2024-01-17)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
- `#I535771` - Fixed issue where Z-index was not being added to the popup element when initially opening the popup.
12+
513
## 24.1.45 (2024-01-09)
614

15+
### Mention
16+
17+
#### Bug Fixes
18+
19+
- `#I534515` - Fixed an issue where unable to add image caption in `RTE` using the Mention integration.
20+
- `#I530749` - Now, the Change event triggers properly with the mention list in Rich Text Editor.
21+
22+
## 24.1.44 (2024-01-03)
23+
724
### DropDownTree
825

926
#### Bug Fixes

components/dropdowns/package.json

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

components/filemanager/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 24.1.45 (2024-01-09)
5+
## 24.1.46 (2024-01-17)
66

77
### FileManager
88

components/gantt/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 24.1.46 (2024-01-17)
6+
7+
### GanttChart
8+
9+
#### Bug Fixes
10+
11+
- `#I533229` - Server call is triggered twice issue has been fixed.
12+
- `#I531670` - When adding a record by method before saving, if the task ID is changed after taskbar hover exception thrown issue has been fixed.
13+
- `#I538917` - Text is not rendered properly in header while using page size issue has been fixed.
14+
- `#I185970` - Dynamic template updating in columns does not render issue has been fixed.
15+
516
## 24.1.45 (2024-01-09)
617

718
### GanttChart
@@ -12,6 +23,7 @@
1223
- `#F185683` - Resources are not updating properly in `actionBegin`event issue has been fixed.
1324
- `#I532918` - Baseline width not rendered properly in PDF export issue has been fixed.
1425
- `#F532918` - Issue with remote data while performing CRUD operation in various Gantt chart versions has been fixed.
26+
- `#I521365` - Dates in tooltip not rendered correctly issue has been fixed.
1527

1628
- `#I530808` - Progress width not rendered properly in split tasks issue has been fixed.
1729

components/gantt/package.json

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

components/grids/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,29 @@
22

33
## [Unreleased]
44

5+
## 24.1.46 (2024-01-17)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#FB49473` - Resolved the issue where preventing checkbox selection by setting `isSelectable` property to false was not effective when using a column template in the grid.
12+
13+
- `#FB49473` - Resolved the issue where preventing checkbox selection by setting `isSelectable` property to false was not effective when using a column template in the grid.
14+
- `#I532213` - Fixed the issue where the `rowTemplate` was not being destroyed properly when the grid is destroyed in Vue component.
15+
516
## 24.1.45 (2024-01-09)
617

718
### Grid
819

920
#### Bug fixes
1021

22+
- `#FB49340` - Fixed an issue that occurred when resizing columns in the grid with stacked headers.
23+
- `#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.
24+
- `#I533690` - Script error thrown when clicking the cancel button in batch edit has been fixed.
25+
- `#FB49544` - The problem with `persistSelection` in custom data binding has been successfully resolved.
26+
- `#FB49437` - Auto suggestion not working when using the right click paste issue has been fixed.
27+
1128
- `#FB49340` - Fixed an issue that occurred when resizing columns in the grid with stacked headers.
1229
- `#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.
1330
- `#I533690` - Script error thrown when clicking the cancel button in batch edit has been fixed.

components/grids/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-grids",
3-
"version": "24.1.44",
3+
"version": "24.1.45",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 24.1.45 (2024-01-09)
5+
## 24.1.46 (2024-01-17)
66

77
### HeatMap
88

components/imageeditor/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 24.1.46 (2024-01-17)
6+
7+
### Image Editor
8+
9+
#### Bug Fixes
10+
11+
- The issue with "Zoom events not triggered while using Zoom method" has been resolved.
12+
- The issue with "Ratio Selection dimension not proper" has been resolved.
13+
- The issue with "Get Shape Settings method returns duplicate shape id" has been resolved.
14+
515
## 24.1.45 (2024-01-09)
616

717
### Image Editor

components/imageeditor/package.json

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

components/inputs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-inputs",
3-
"version": "24.1.41",
3+
"version": "24.1.45",
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/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 24.1.46 (2024-01-17)
6+
7+
### Kanban
8+
9+
#### Bug Fixes
10+
11+
`#I535989` - Now, drop clone works properly when slowly dragging and dropping the cards in the last position in the Kanban column.
12+
13+
514
## 24.1.41 (2023-12-18)
615

716
### Kanban

components/kanban/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-kanban",
3-
"version": "24.1.43",
3+
"version": "24.1.45",
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/lineargauge/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@
1414

1515
## [Unreleased]
1616

17+
## 24.1.46 (2024-01-17)
18+
19+
### LinearGauge
20+
21+
#### Bug Fixes
22+
23+
- `#I539323` - The pointer value will no longer be reset when the pointer is dragged and the scrollbar on the page is moved.
24+
1725
## 24.1.41 (2023-12-18)
1826

1927
### LinearGauge

components/maps/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
## [Unreleased]
1616

17-
## 24.1.45 (2024-01-09)
17+
## 24.1.46 (2024-01-17)
1818

1919
### Maps
2020

components/navigations/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
## [Unreleased]
44

5+
## 24.1.46 (2024-01-17)
6+
7+
### Menu
8+
9+
#### Bug Fixes
10+
11+
- `#F519984` - The issue with "Keyboard action is not working properly in the Menu Component" has been resolved.
12+
13+
### TreeView
14+
15+
#### Bug Fixes
16+
17+
- `#I531520` - TreeView component's title not decoded properly same as in tree node text has been resolved.
18+
19+
### Toolbar
20+
21+
#### Bug fixes
22+
23+
- `#I508465` - The issue with the differentiate toolbar active and focus states has been resolved.
24+
525
## 24.1.41 (2023-12-18)
626

727
### TreeView

components/navigations/src/stepper/steps.directive.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ export const StepsPlugin = {
3737
* ```html
3838
* <ejs-stepper>
3939
* <e-steps>
40-
* <e-step :icon='e-icons e-folder' :text='Step 1' />
41-
* <e-step :icon='e-icons e-folder' :text='Step 2' />
40+
* <e-step :iconCss='e-icons e-folder' :text='Step 1' />
41+
* <e-step :iconCss='e-icons e-folder' :text='Step 2' />
4242
* </e-steps>
4343
* </ejs-stepper>
4444
* ```

0 commit comments

Comments
 (0)