Skip to content

Commit b11ef51

Browse files
author
pipeline
committed
v20.2.36 is released
1 parent d56543e commit b11ef51

File tree

13,505 files changed

+881475
-59771
lines changed

Some content is hidden

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

13,505 files changed

+881475
-59771
lines changed

controls/base/CHANGELOG.md

Lines changed: 8 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -2,54 +2,26 @@
22

33
## [Unreleased]
44

5-
## 20.1.60 (2022-06-14)
5+
## 20.2.36 (2022-06-30)
66

77
### Common
88

9-
#### Bug Fixes
10-
11-
- `SF-372767`, `SF-370308` - The empty space issue in `Treeview` component while dragging the element has been resolved.
12-
13-
## 20.1.56 (2022-05-17)
14-
15-
### Common
16-
17-
#### Bug Fixes
18-
19-
- `F173666` - The issue with sanitize html while creating a appointment in scheduler has been resolve.
20-
21-
## 20.1.55 (2022-05-12)
22-
23-
### Common
24-
25-
#### Bug Fixes
26-
27-
- `SF-376600` - The issue with "`IsDevice` value return as false only for Safari browser in iPad" has been resolved.
28-
29-
## 20.1.50 (2022-04-19)
30-
31-
### Common
32-
33-
#### Bug Fixes
34-
35-
- `I370803` - The issue with "Script error occurs while opening the popup in the DropDownList" has been resolved.
36-
37-
## 20.1.48 (2022-04-12)
38-
39-
### Common
9+
#### New Features
4010

41-
#### Bug Fixes
11+
- Provided the TypeScript 4.7 compatible support for the EJ2 components.
4212

43-
- `I374390` - Resolved window undefined in server side rendering with React next JS.
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.
4417

45-
## 20.1.47 (2022-04-04)
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.
4619

4720
### Common
4821

4922
#### Bug Fixes
5023

5124
- `I324684` - Resolved the `Treeview` check box issues in safari browser.
52-
- `I342741`, `F172105`, `SF-365783`, `F172867`, `SF-367588`, `SF-358914` - Provided the `draggable` support for the mobile and touch devices.
5325

5426
## 17.4.51 (2020-02-25)
5527

controls/base/ReadMe.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![coverage](http://ej2.syncfusion.com/badges/ej2-base/coverage.svg)](http://ej2.syncfusion.com/badges/ej2-base)
2+
13
# ej2-base
24

35
A common package of Essential JS 2 which contains base libraries, methods and class definitions.

controls/base/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-base",
3-
"version": "20.1.56",
3+
"version": "20.2.36",
44
"description": "A common package of Essential JS 2 base libraries, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -38,6 +38,9 @@
3838
"module": "./index.js",
3939
"es2015": "./dist/es6/ej2-base.es2015.js",
4040
"readme": "ReadMe.md",
41+
"bin": {
42+
"syncfusion-license": "bin/syncfusion-license.js"
43+
},
4144
"dependencies": {
4245
"@syncfusion/ej2-icons": "*"
4346
},

0 commit comments

Comments
 (0)