Skip to content

Commit de7bb51

Browse files
author
pipeline
committed
v20.2.38 is released
1 parent e632fb3 commit de7bb51

File tree

47 files changed

+234
-92
lines changed

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

+234
-92
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
## Support
3535
Product support is available for through following mediums.
3636
* Creating incident in Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_campaign=ej2-vue-ui-components) support system or [Community forum](https://www.syncfusion.com/forums/vue?utm_source=npm&utm_campaign=ej2-vue-ui-components).
37-
* New [GitHub issue](https://github.com/syncfusion/ej2-vue-ui-components/issues/new).
37+
* New [GitHub issue](https://github.com/syncfusion/ej2-vue-ui-components/issues/issues/new).
3838
* Ask your query in [Stack Overflow](https://stackoverflow.com/) with tag `syncfusion` and `ej2`.
3939
## License
4040
Check the license detail [here](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/license).
4141
## Changelog
42-
Check the changelog [here](https://ej2.syncfusion.com/vue/documentation/release-notes/index/?utm_source=npm&utm_campaign=ej2-vue-ui-components)
43-
© Copyright 2022 Syncfusion, Inc. All Rights Reserved.
42+
Check the changelog [here](https://ej2.syncfusion.com/vue/documentation/release-notes?utm_source=npm&utm_campaign=ej2-vue-ui-components)
43+
© Copyright 2020 Syncfusion, Inc. All Rights Reserved.
4444
The Syncfusion Essential Studio license and copyright applies to this distribution.

components/base/CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
#### New Features
1010

1111
- Provided the TypeScript 4.7 compatible support for the Vue components.
12+
- Provided the option to register the license key by using the `npx` command. Follow these steps to register the license using the `npx` command:
1213

13-
- Provided option to register the license key by using the `npx` command. Follow these steps to register the license using the `npx` command:
14-
- - Install the Syncfusion packages from npm.
15-
- - Add the license key either in the environment variable `SYNCFUSION_LICENSE` or in the `syncfusion-license.txt` text file.
16-
- - Run the command `npx syncfusion-license activate` to register the license automatically.
17-
18-
- `#I376821` - Provided support to compile the Sass files using [Dart Sass](https://sass-lang.com/dart-sass) instead of [node-sass](https://github.com/sass/node-sass). This change has been made since `node-sass` has been deprecated.
14+
| The `npx` command |
15+
|---|
16+
| Install the Syncfusion packages from `npm`. |
17+
| Add the license key either in the environment variable `SYNCFUSION_LICENSE` or in the `syncfusion-license.txt` text file. |
18+
| Run the command `npx syncfusion-license activate` to automatically register the license. |
1919

2020
## 20.1.61 (2022-06-21)
2121

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.2.36",
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

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

33
## [Unreleased]
44

5-
## 20.2.36 (2022-06-30)
6-
7-
### DateRangePicker
8-
9-
#### Bug Fixes
10-
11-
- `#F171486` - Issue with "performance delay in the popup open while entering invalid start or end date value" has been resolved.
12-
135
## 19.3.46 (2021-10-19)
146

157
### TimePicker
@@ -1234,6 +1226,14 @@ TimePicker component is the pre-filled dropdown list with the time values 12/24
12341226
- **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.
12351227

12361228

1229+
## 20.2.36 (2022-06-30)
1230+
1231+
### DateRangePicker
1232+
1233+
#### Bug Fixes
1234+
1235+
- `#F171486` - Issue with "performance delay in the popup open while entering invalid start or end date value" has been resolved.
1236+
12371237
## 19.1.56 (2021-04-13)
12381238

12391239
### DateRangePicker

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": "18.29.2",
3+
"version": "20.2.36",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 20.2.38 (2022-07-12)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I381436` - Data label is hidden in stacked bar series has been fixed.
12+
- `#F175532` - Waterfall sum indexes are now rendering properly.
13+
- `#I387394` - Marker position changes while displaying tooltip for rangearea issue has been fixed.
14+
- `#I387391` - Horizontal and vertical line marker shapes are now rendering properly.
15+
516
## 20.2.36 (2022-06-30)
617

718
### 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": "1.173.1",
3+
"version": "20.2.36",
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/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-circulargauge",
3-
"version": "16.40.5",
3+
"version": "20.2.36",
44
"description": "Essential JS 2 CircularGauge Components for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.2.38 (2022-07-12)
6+
7+
### Diagram
8+
9+
#### Bug fixes
10+
11+
- `#I387297` - Now, the Expand & Collapse work properly for layout.
12+
- `#I389174` - The undefined exception will no longer thrown while drag and drop the node from treeview to diagram.
13+
- `#I384522` - Now, connector gets rendered properly in the complex hierarchical tree layout.
14+
- `#I383401` - BPMN task type symbols are updated as per BPMN 2.0 standard.
15+
- `#FB35907` - Localization support for symbol palette search box placeholder has been added.
16+
517
## 20.2.36 (2022-06-30)
618

719
### 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": "19.8.0",
3+
"version": "20.2.36",
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",

0 commit comments

Comments
 (0)