Skip to content

Commit ba3168e

Browse files
author
pipeline
committed
v20.4.52 is released
1 parent 8246679 commit ba3168e

34 files changed

+154
-32
lines changed

components/base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-base",
3-
"version": "20.4.48",
3+
"version": "20.4.51",
44
"description": "A common package of Essential JS 2 base Vue libraries, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 20.4.51 (2023-02-21)
6-
7-
### DatePicker
8-
9-
#### Bug Fixes
10-
11-
- `#F180084` - The issue "Unable to select the same date again in the DatePicker component" has been resolved.
12-
135
## 20.4.48 (2023-02-01)
146

157
- `#I426149` - The issue "show method target parameter not works as expected" has been resolved.
@@ -1252,6 +1244,14 @@ TimePicker component is the pre-filled dropdown list with the time values 12/24
12521244
- **Accessibility** - Provided with built-in accessibility support which helps to access all the TimePicker component features through the keyboard, screen readers, or other assistive technology devices.
12531245

12541246

1247+
## 20.4.51 (2023-02-21)
1248+
1249+
### DatePicker
1250+
1251+
#### Bug Fixes
1252+
1253+
- `#F180084` - The issue "Unable to select the same date again in the DatePicker component" has been resolved.
1254+
12551255
## 20.4.40 (2022-12-28)
12561256

12571257
### DateRangePicker

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": "20.4.48",
3+
"version": "20.4.51",
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

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

33
## [Unreleased]
44

5+
## 20.4.52 (2023-02-28)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#F180554` - Fixed console error thrown when using the destroy method.
12+
- `#I437308` - Resolved accessibility issues in chart.
13+
- `#I436273` - Fixed issue with chart going out when zooming without clip rect in path.
14+
515
## 20.4.51 (2023-02-21)
616

717
### 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": "20.4.49",
3+
"version": "20.4.51",
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/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.4.52 (2023-02-28)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#F180478` - Now, the performance of diagram while enabling virtualization is improved.
12+
- `#F180478` - Now, Overview is updated properly while enabling virtualization.
13+
- `#I422299` - Now, swimlane child nodes is selectable after save and load.
14+
515
## 20.4.50 (2023-02-14)
616

717
### Diagram

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.4.52 (2023-02-28)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I436133` - When inserting, the endnote order was resolved.
12+
- `#I434491` - Resolved the Text off the page and outside the margin issue when paste the text.
13+
514
## 20.4.51 (2023-02-21)
615

716
### Document Editor

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

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

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.4.52 (2023-02-28)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
-`I435386`- Column template not working in `Vue` platform issue has been fixed.
12+
-`I426170`- Incorrect Start Date Update for Unscheduled Task When Editing Parent Start Date.
13+
-`I432910`- zoom in not disabled issue has been fixed.
14+
-`I431348`- Updating Day Working Time Property Dynamically in UTC Timezone Results in Invalid Dates.
15+
-`I394676`- Incorrect Date in milestone while on load and editing issue has been fixed.
16+
-`#I436476`- Gantt Task doesn't get updated after Batch Update issue is fixed.
17+
18+
19+
-`I435386`- Column template not working in `Vue` platform issue has been fixed.
20+
21+
522
## 20.4.51 (2023-02-21)
623

724
### Gantt

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

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.4.52 (2023-02-28)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I429268` - Script error thrown on state change, with row template button click has been fixed.
12+
- `#I436447` - Improvement in Excel Filter search action and Custom Filter Dialog has been done.
13+
- `#I439694` - Resolved the issue where selecting columns in column chooser or navigating through columns was not being highlighted.
14+
515
## 20.4.51 (2023-02-21)
616

717
### 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": "20.4.50",
3+
"version": "20.4.51",
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

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

33
## [Unreleased]
44

5+
## 20.4.52 (2023-02-28)
6+
7+
### Heatmap
8+
9+
#### Bug Fixes
10+
11+
- `#I437917` - Legend labels in the bottom and top positions will now be properly rendered.
12+
513
## 20.4.38 (2022-12-21)
614

715
### Heatmap

components/heatmap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-heatmap",
3-
"version": "20.4.40",
3+
"version": "20.4.48",
44
"description": "Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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

components/inputs/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.4.52 (2023-02-28)
6+
7+
### MaskedTextBox
8+
9+
#### Bug Fixes
10+
11+
- `#I435597` - Resolved issue with pasting using keyboard shortcuts not working properly in Safari browser.
12+
13+
### Signature
14+
15+
#### Bug Fixes
16+
17+
- `#I433821` - Correcting the signature scaling issue while resizing the web browser has been resolved.
18+
519
## 20.4.48 (2023-02-01)
620

721
### Signature

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": "20.4.48",
3+
"version": "20.4.51",
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/maps/CHANGELOG.md

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

1515
## [Unreleased]
1616

17-
## 20.4.51 (2023-02-21)
17+
## 20.4.52 (2023-02-28)
1818

1919
### Maps
2020

components/navigations/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@
99
#### Bug Fixes
1010

1111
- `#I428766` - Alignment issue in TreeView node without a sub-child in RTL mode has been resolved.
12+
- `#I428002` - The accessibility related issues in the TreeView has been resolved.
13+
14+
### ContextMenu
15+
16+
#### Bug Fixes
17+
18+
- `#I439558` - The issue with "When removing all context menu items that contain icons using removeItems method, it thrown null reference error" has been resolved.
19+
20+
### Breadcrumb
21+
22+
#### Bug Fixes
23+
24+
- `#I437629` - Issue with "Breadcrumb overflow mode menu creates a dark point for multiple click " has been resolved.
1225

1326
## 20.4.49 (2023-02-07)
1427

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": "20.4.49",
3+
"version": "20.4.51",
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",

components/pdfviewer/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.4.52 (2023-02-28)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#I436286` - Now, the script error is not occurred the enable shape annotation is set to false.
12+
- `#I429775` - Now that the problem with some specific document's slow rendering has been resolved.
13+
514
## 20.4.51 (2023-02-21)
615

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

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": "20.4.48",
3+
"version": "20.4.50",
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/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 20.4.51 (2023-02-21)
5+
## 20.4.52 (2023-02-28)
66

77
### Dialog
88

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": "20.4.49",
3+
"version": "20.4.51",
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",

components/querybuilder/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 20.4.51 (2023-02-21)
5+
## 20.4.52 (2023-02-28)
66

77
### QueryBuilder
88

components/richtexteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.4.52 (2023-02-28)
6+
7+
### RichTextEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I434928` - Now, the last column is not resized to the end of the table when the middle column is resized.
12+
- `#I436678` - Now, the image is not duplicated when you press the `shift+enter` key in the Rich Text Editor.
13+
- `#I438653` - Now, the font size will be updated properly in the toolbar status when it is set dynamically.
14+
- `#I437138` - Now, the pasted content from word which contains images is inserted into Rich Text Editor.
15+
- `#I439308` - Now, dynamically rendering the Rich Text Editor inside the Sidebar works properly when scrolling.
16+
517
## 20.4.51 (2023-02-21)
618

719
### RichTextEditor

components/richtexteditor/package.json

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

components/schedule/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 20.4.51 (2023-02-21)
5+
## 20.4.52 (2023-02-28)
66

77
### Schedule
88

components/splitbuttons/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 20.4.51 (2023-02-21)
5+
## 20.4.52 (2023-02-28)
66

77
### SplitButton
88

0 commit comments

Comments
 (0)