Skip to content

Commit 787a95f

Browse files
author
pipeline
committedJan 10, 2023
v20.4.43 is released
1 parent 89b6d92 commit 787a95f

File tree

495 files changed

+3597
-1131
lines changed

Some content is hidden

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

495 files changed

+3597
-1131
lines changed
 

‎controls/base/CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,25 @@
88

99
#### Bug Fixes
1010

11-
- `I427250` - Resolved window undefined in server side rendering with React next JS.
11+
- `#I427250` - Resolved window undefined in server side rendering with React next JS.
1212

1313
## 20.4.38 (2022-12-21)
1414

1515
### Common
1616

17+
#### New Features
18+
19+
- The new `Rating` control has been added to Essential JS 2.
20+
- The `AppBar`, `Floating Action Button (FAB)`, `Mention`, `Message` and `Speed Dial` controls have been developed to meet industry standards and are now marked production-ready.
21+
22+
#### Breaking Changes
23+
24+
- If you are using Syncfusion's controls 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 controls without interruption.
25+
26+
## 20.3.59 (2022-11-29)
27+
28+
### Common
29+
1730
#### Bug Fixes
1831

1932
- `#I421652` - The issue with the "gulp is added to the dependency package in the ej2 package" has been resolved.

‎controls/base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-base",
3-
"version": "20.4.40",
3+
"version": "20.4.42",
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",

0 commit comments

Comments
 (0)
Please sign in to comment.