Skip to content

Commit c85ab2d

Browse files
author
pipeline
committed
v16.4.40-beta is released
1 parent 3c9f6fa commit c85ab2d

File tree

927 files changed

+24512
-1164
lines changed

Some content is hidden

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

927 files changed

+24512
-1164
lines changed

README.md

Lines changed: 1 addition & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1 @@
1-
# Syncfusion Angular UI Components Library (Essential JS 2)
2-
Syncfusion Angular UI Components library has been built from the ground up to be lightweight, responsive, modular and touch friendly. It offers 50+ UI components that every applications will ever need.
3-
> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials).
4-
>
5-
> A free community license (https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
6-
## Resources
7-
* [Getting Started](https://ej2.syncfusion.com/angular/documentation/getting-started/angular-cli?utm_source=npm&utm_campaign=ej2-angular-ui-components)
8-
* [View Online Demos](https://ej2.syncfusion.com/angular/demos?utm_source=npm&utm_campaign=ej2-angular-ui-components)
9-
* [Product Page](https://www.syncfusion.com/angular-ui-components?utm_source=npm&utm_campaign=ej2-angular-ui-components)
10-
## Framework highlights
11-
### Lightweight and user friendly
12-
The entire Essential JS 2 framework is built from scratch to be lightweight and modular. Its footprint can be reduced further by including only the specific components and features your application requires.
13-
### Modular architecture
14-
All components have been built as modules to enable selective referencing, so only the components and features you need are included in your application.
15-
### Built for performance
16-
Performance is critical for delivering a good user experience. We ensure that all our components are designed and built to achieve the best performance possible.
17-
### Responsive and touch friendly
18-
All Essential JS 2 controls are touch friendly and render adaptively based on the device they are on to provide optimal usage experience on phones, tablets and desktops.
19-
### Stunning built-in themes
20-
Pixel-perfect built-in themes are available in material, bootstrap and fabric design. In addition, it comes with Accessible high-contrast theme and an online tool "[Theme Studio](https://ej2.syncfusion.com/themestudio/)" to customize the provided built-in themes.
21-
### Globalization simplified
22-
Easily build applications to be used by a global audience in various language and culture settings.
23-
### Stay current
24-
With our commitment to at least four major updates per year, you receive the most up-to-date functionality and new components in addition to monthly service packs and bug fixes. Custom patches are available as needed.
25-
## Supported Frameworks
26-
The Syncfusion Essential JS 2 is also offered in following list of frameworks.
27-
* [JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_source=npm&utm_campaign=ej2-angular-ui-components)
28-
* [React](https://www.syncfusion.com/react-ui-components?utm_source=npm&utm_campaign=ej2-angular-ui-components)
29-
* [Vue.js](https://www.syncfusion.com/vue-ui-components?utm_source=npm&utm_campaign=ej2-angular-ui-components)
30-
* [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_source=npm&utm_campaign=ej2-angular-ui-components)
31-
* [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_source=npm&utm_campaign=ej2-angular-ui-components)
32-
## Showcase Applications
33-
* [Diagram Builder](https://ej2.syncfusion.com/showcase/angular/diagrambuilder?utm_source=npm&utm_campaign=ej2-angular-ui-components)
34-
* [Expense Tracker](https://ej2.syncfusion.com/showcase/angular/expensetracker?utm_source=npm&utm_campaign=ej2-angular-ui-components)
35-
* [Loan Calculator](https://ej2.syncfusion.com/showcase/angular/loancalculator?utm_source=npm&utm_campaign=ej2-angular-ui-components)
36-
* [Stock Chart](https://ej2.syncfusion.com/showcase/angular/stockchart?utm_source=npm&utm_campaign=ej2-angular-ui-components)
37-
* [Web Mail](https://ej2.syncfusion.com/showcase/angular/webmail?utm_source=npm&utm_campaign=ej2-angular-ui-components)
38-
## Support
39-
Product support is available for through following mediums.
40-
* Creating incident in Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_campaign=ej2-angular-ui-components) support system or [Community forum](https://www.syncfusion.com/forums/angular-js2?utm_source=npm&utm_campaign=ej2-angular-ui-components).
41-
* New [GitHub issue](https://github.com/syncfusion/ej2-angular-ui-components/issues/new).
42-
* Ask your query in [Stack Overflow](https://stackoverflow.com/) with tag `syncfusion` and `ej2`.
43-
## License
44-
Check the license detail [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/LICENSE).
45-
## Changelog
46-
Check the changelog [here](https://ej2.syncfusion.com/angular/documentation/release-notes?utm_source=npm&utm_campaign=ej2-angular-ui-components)
47-
© Copyright 2018 Syncfusion, Inc. All Rights Reserved.
48-
The Syncfusion Essential Studio license and copyright applies to this distribution.
1+
Repository for angular github-source

components/base/CHANGELOG.md

Lines changed: 3 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -2,67 +2,15 @@
22

33
## [Unreleased]
44

5-
## 16.3.32 (2018-11-13)
6-
7-
### Common
8-
9-
#### New Features
10-
11-
- Provided `Angular 7` support.
12-
13-
### Common
14-
15-
#### Bug Fixes
16-
17-
- Fixed angular ng-template `interpolation` issue when using Change Detection `onPush strategy`.
18-
19-
## 16.3.29 (2018-10-31)
20-
21-
### Common
22-
23-
#### New Features
24-
25-
- Upgraded TypeScript version to 3.0
26-
27-
## 16.3.24 (2018-10-09)
28-
29-
### Common
30-
31-
#### Bug Fixes
32-
33-
- Fixed Angular production build issue.
34-
35-
## 16.3.22 (2018-09-25)
36-
37-
### Common
38-
39-
#### Bug Fixes
40-
41-
- Fixed `ngModel` value update issue.
42-
43-
## 16.3.21 (2018-09-22)
44-
45-
### Common
46-
47-
#### Breaking Changes
48-
49-
- Angular `npm` package name has been changed from `ng` to `angular`. i.e. `ej2-ng-base` to `ej2-angular-base`.
50-
- The individual `npm` package will no longer bundle dependent component's style. The online web tool [CRG](https://crg.syncfusion.com/) can be used to combine specific set of component and its dependent component styles.
51-
525
## 16.3.17 (2018-09-12)
536

547
### Common
558

56-
#### Breaking Changes
57-
58-
- Angular `npm` package name has been changed from `ng` to `angular`. i.e. `ej2-ng-base` to `ej2-angular-base`.
59-
- The individual `npm` package will no longer bundle dependent component's style. The online web tool [CRG](https://crg.syncfusion.com/) can be used to combine specific set of component and its dependent component styles.
60-
619
#### New Features
6210

6311
- Provided Angular [Schematics](https://blog.angular.io/schematics-an-introduction-dc1dfbc2a2b2) support for our Essential JS 2 Angular suite, which performs the below,
64-
- Installs the specific package.
65-
- Import the required modules in `app.module.ts`.
12+
- Installs the specific package.
13+
- Import the required modules in `app.module.ts`.
6614

6715
## 16.2.48 (2018-08-14)
6816

@@ -72,7 +20,7 @@
7220

7321
- Fixed Angular `attribute` issue.
7422

75-
## 16.2.47 (2018-08-07)
23+
## 16.2.47 (2018-08-09)
7624

7725
### Common
7826

components/base/dist/ej2-angular-base.umd.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/base/dist/ej2-angular-base.umd.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/base/dist/es6/ej2-angular-base.es2015.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/base/dist/es6/ej2-angular-base.es2015.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/base/dist/es6/ej2-angular-base.es5.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/base/dist/es6/ej2-angular-base.es5.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/base/dist/global/ej2-angular-base.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/base/dist/global/ej2-angular-base.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)