Skip to content

Commit 4b0c722

Browse files
author
pipeline
committed
v20.4.43 is released
1 parent e2bb510 commit 4b0c722

Some content is hidden

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

55 files changed

+2072
-623
lines changed

components/base/CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,20 @@
66

77
### Common
88

9+
#### Bug Fixes
10+
11+
- `#I409205` - The issue with the "Signature plugin missing in the latest Vue 2 direct script" has been resolved.
12+
- The issue with the "v-model support is not working for the textbox component in Vue 3" has been resolved.
13+
914
#### New Features
1015

1116
- `#FB34897` - Provided Vue 3 direct script support for Syncfusion Vue components.
17+
- The new `Rating` component has been added to Vue.
18+
- The `AppBar`, `Floating Action Button (FAB)`, `Mention`, `Message` and `Speed Dial` components have been developed to meet industry standards and are now marked production-ready.
1219

13-
#### Bug Fixes
20+
#### Breaking Changes
1421

15-
- `#I409205` - The issue with the "Signature plugin missing in the latest Vue 2 direct script" has been resolved.
16-
- The issue with the "v-model support is not working for the textbox component in Vue 3" has been resolved.
22+
- If you are using Syncfusion's Vue components without first registering a license, a license dialog will appear after a certain limit of usage, preventing further interaction in the application. Please make sure to register a valid license in order to continue using the Syncfusion Vue components without interruption.
1723

1824
## 20.3.47 (2022-09-29)
1925

components/base/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-base",
3-
"version": "19.3.53",
3+
"version": "20.4.42",
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/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": "20.4.40",
3+
"version": "20.4.42",
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/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": "20.4.40",
3+
"version": "20.4.42",
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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
## [Unreleased]
44

5+
## 20.4.43 (2023-01-10)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I426642` - Now accumulation chart keyboard focus element is removed from DOM properly after destroying the component.
12+
- `#I426112` - Now UseGroupingSeparator is working in data label.
13+
- `#I426849` - Tooltip and crosshair are now working properly for the missed data.
14+
15+
### RangeNavigator
16+
17+
#### Bug Fixes
18+
19+
- `#I426389` - Changed event triggered unnecessarily when clicking daterangepicker issue has been fixed.
20+
521
## 20.4.42 (2023-01-04)
622

723
### Chart

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": "20.4.40",
3+
"version": "20.4.42",
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/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": "20.4.40",
3+
"version": "20.4.42",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 20.4.43 (2023-01-10)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I424682` - Resolved the issue in the delete and backspace case in bookmark start and end element.
12+
- `#I425401` - Header is now read-only when resizing a table.
13+
514
## 20.4.42 (2023-01-04)
615

716
### Document Editor

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": "20.4.40",
3+
"version": "20.4.42",
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

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

0 commit comments

Comments
 (0)