You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/base/CHANGELOG.md
+14-7Lines changed: 14 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,21 +2,28 @@
2
2
3
3
## [Unreleased]
4
4
5
-
## 20.1.60 (2022-06-14)
5
+
## 20.2.36 (2022-06-30)
6
6
7
7
### Common
8
8
9
-
#### Bug Fixes
9
+
#### New Features
10
10
11
-
-`I367449` - Resolved Equal length of data property changes not working.
11
+
-Provided the TypeScript 4.7 compatible support for the Angular components.
12
12
13
-
## 20.1.48 (2022-04-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.
14
17
15
-
### Common
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.
16
19
17
-
#### Bug Fixes
20
+
- Added support to work with Angular 14 version.
21
+
22
+
- Provided the Ivy-compatible support for the Angular packages. Ivy Angular packages support Angular versions 12 and above.
23
+
24
+
#### Breaking Changes
18
25
19
-
-`I365879` - Component tags boolean property not updated properly in Angular 9
26
+
-From this release, Angular packages tagged with `ngcc` will be published and maintained to provide the latest features and fixes for Angular versions 11 and below. This changes has been made since providing the Ivy-compatible support for the Angular packages. To install Angular packages that are compatible with `ngcc`, run the `npm install @syncfusion/ej2-angular-grids@ngcc` command.
0 commit comments