Skip to content

Commit 179424c

Browse files
author
pipeline
committed
v20.2.36 is released
1 parent 273d5b9 commit 179424c

File tree

240 files changed

+922
-1161
lines changed

Some content is hidden

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

240 files changed

+922
-1161
lines changed

components/base/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.2.36 (2022-06-30)
6+
7+
### Common
8+
9+
#### New Features
10+
11+
- Provided the TypeScript 4.7 compatible support for the Vue components.
12+
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.
19+
20+
## 20.1.61 (2022-06-21)
21+
22+
### Common
23+
24+
#### Bug Fixes
25+
26+
- `#I343901`, `#I362728` - "The routing and i18n are not working within the Vue 3 template components" issue has been resolved.
27+
528
## 20.1.57 (2022-05-24)
629

730
### Common
@@ -16,7 +39,7 @@
1639

1740
#### Bug Fixes
1841

19-
- `#SF-377536` - The issue with "Facing an Warning error while running in development mode in Vue 3" has been resolved.
42+
- `#I377536` - The issue with "Facing an Warning error while running in development mode in Vue 3" has been resolved.
2043

2144
## 20.1.52 (2022-05-04)
2245

@@ -46,63 +69,63 @@
4669

4770
#### New Features
4871

49-
- `F140652`, `F138394`, `F148391`, `I309881`, `F167735`, `I228458` - Provided slot template support for the Vue components.
72+
- `#F140652`, `#F138394`, `#F148391`, `#I309881`, `#F167735`, `#I228458` - Provided slot template support for the Vue components.
5073

5174
## 19.4.53 (2022-02-22)
5275

5376
### Common
5477

5578
#### Bug Fixes
5679

57-
- `I364613` - Object property templates are not working in production mode issue has been resolved.
80+
- `#I364613` - Object property templates are not working in production mode issue has been resolved.
5881

5982
## 19.4.52 (2022-02-15)
6083

6184
### Common
6285

6386
#### Bug Fixes
6487

65-
- `I362388` - Modules in provider section not works properly issue has been resolved.
88+
- `#I362388` - Modules in provider section not works properly issue has been resolved.
6689

6790
## 19.4.47 (2022-01-25)
6891

6992
### Common
7093

7194
#### Bug Fixes
7295

73-
- `F171693` - The issue with "Vue components are not rendered with node version 16" has been resolved.
96+
- `#F171693` - The issue with "Vue components are not rendered with node version 16" has been resolved.
7497

7598
## 19.4.40 (2021-12-28)
7699

77100
### Common
78101

79102
#### Bug Fixes
80103

81-
- `I334904`, `I347008` - Compatability support for Vue components in Vite js has been resolved.
104+
- `#I334904`, `#I347008` - Compatability support for Vue components in Vite js has been resolved.
82105

83106
## 19.4.38 (2021-12-17)
84107

85108
### Common
86109

87110
#### Bug Fixes
88111

89-
- `I348114` - Peer dependencies issue has been resolved.
112+
- `#I348114` - Peer dependencies issue has been resolved.
90113

91114
## 19.3.47 (2021-10-26)
92115

93116
### Common
94117

95118
#### Bug Fixes
96119

97-
- `I345561` - Resolved the data loading issue in the external template.
120+
- `#I345561` - Resolved the data loading issue in the external template.
98121

99122
## 17.4.47 (2020-02-05)
100123

101124
### Common
102125

103126
#### Bug Fixes
104127

105-
- `I260681`, `#I261593` - Resolved the peer dependency warning issues.
128+
- `#I260681`, `#I261593` - Resolved the peer dependency warning issues.
106129

107130
## 17.4.41 (2020-01-07)
108131

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.1.57",
3+
"version": "19.3.53",
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",

0 commit comments

Comments
 (0)