Skip to content

Commit 2df2701

Browse files
author
pipeline
committed
v16.3.33 is released
1 parent 11e1c80 commit 2df2701

File tree

118 files changed

+1773
-1697
lines changed

Some content is hidden

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

118 files changed

+1773
-1697
lines changed

components/base/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
## [Unreleased]
44

5-
## 16.3.32 (2018-11-15)
5+
## 16.3.32 (2018-11-13)
6+
7+
### Common
8+
9+
#### New Features
10+
11+
- Provided `Angular 7` support.
612

713
### Common
814

components/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-base",
3-
"version": "16.3.30",
3+
"version": "16.3.32",
44
"description": "A common package of Essential JS 2 base Angular libraries, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/buttons/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 16.3.33 (2018-11-15)
6+
7+
### CheckBox
8+
9+
#### Bug Fixes
10+
11+
- Add multiple classes dynamically to `cssClass` property issue fixed.
12+
513
## 16.2.49 (2018-08-21)
614

715
### Common

components/buttons/README.md

Lines changed: 106 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,107 @@
1-
# Angular Component
1+
# ej2-angular-buttons
22

3-
Angular content
3+
A package of Syncfusion Angular UI Components (Essential JS 2) Button, CheckBox, RadioButton and Switch.
4+
5+
![Button](https://ej2.syncfusion.com/products/images/button/readme.gif)
6+
7+
> 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).
8+
9+
> 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.
10+
11+
## Setup
12+
13+
To install `Button` and its dependent packages, use the following command
14+
15+
```sh
16+
npm install @syncfusion/ej2-angular-buttons
17+
```
18+
19+
## Components included
20+
21+
Following list of components are available in the package.
22+
23+
* Button - `Button` is a graphical user interface element that triggers an event on its click action.
24+
* [Getting Started](https://ej2.syncfusion.com/angular/documentation/button/getting-started?utm_source=npm&utm_campaign=button)
25+
* [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=button#/material/button/default)
26+
* [Product Page](https://www.syncfusion.com/angular-ui-components/button)
27+
28+
* CheckBox - `CheckBox` is a graphical user interface element that allows to select one or more options from the choices.
29+
* [Getting Started](https://ej2.syncfusion.com/angular/documentation/check-box/getting-started?utm_source=npm&utm_campaign=check-box)
30+
* [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=check-box#/material/button/check-box)
31+
* [Product Page](https://www.syncfusion.com/angular-ui-components/checkbox)
32+
33+
* RadioButton - `RadioButton` is a graphical user interface element that allows to select one option from the choices.
34+
* [Getting Started](https://ej2.syncfusion.com/angular/documentation/radio-button/getting-started?utm_source=npm&utm_campaign=radio-button)
35+
* [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=radio-button#/material/button/radio-button)
36+
* [Product Page](https://www.syncfusion.com/angular-ui-components/radio-button)
37+
38+
* Switch - `Switch` is a graphical user interface element that allows you to toggle between checked and unchecked states.
39+
* [Getting Started](https://ej2.syncfusion.com/angular/documentation/switch/getting-started?utm_source=npm&utm_campaign=switch)
40+
* [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=switch#/material/button/switch)
41+
* [Product Page](https://www.syncfusion.com/angular-ui-components/toggle-switch-button)
42+
43+
## Supported Frameworks
44+
45+
These components are available in following list of frameworks.
46+
47+
1. [React](https://github.com/syncfusion/ej2-react-ui-components/tree/master/components/buttons?utm_source=npm&utm_campaign=button)
48+
2. [VueJS](https://github.com/syncfusion/ej2-vue-ui-components/tree/master/components/buttons?utm_source=npm&utm_campaign=button)
49+
3. [JavaScript (ES5)](https://www.syncfusion.com/javascript-ui-controls)
50+
4. [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls)
51+
5. [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls)
52+
53+
## Showcase samples
54+
55+
* Expense Tracker ([Source](https://github.com/syncfusion/ej2-sample-angular-expensetracker), [Live Demo](https://ej2.syncfusion.com/showcase/angular/expensetracker/#/dashboard?utm_source=npm&utm_campaign=button))
56+
* Loan Calculator ([Source](https://github.com/syncfusion/ej2-sample-angular-loancalculator), [Live Demo](https://ej2.syncfusion.com/showcase/angular/loancalculator/?utm_source=npm&utm_campaign=button))
57+
58+
## Key Features
59+
60+
### Button
61+
62+
* [**Types**](https://ej2.syncfusion.com/angular/documentation/button/types-and-styles#button-types) - Provided with different types of Button.
63+
64+
* [**Predefined Styles**](https://ej2.syncfusion.com/angular/documentation/button/types-and-styles#button-styles) - Provided with predefined styles of Button.
65+
66+
* [**Sizes**](https://ej2.syncfusion.com/angular/documentation/button/types-and-styles#button-size) - Provided with different sizes of Button.
67+
68+
* [**Icons**](https://ej2.syncfusion.com/angular/documentation/button/types-and-styles#icons) - Supports text and icon on the Button.
69+
70+
### CheckBox
71+
72+
* [**States**](https://ej2.syncfusion.com/angular/documentation/check-box/getting-started#change-the-checkbox-state) - Provided with different states of CheckBox.
73+
74+
* [**Label**](https://ej2.syncfusion.com/angular/documentation/check-box/label-and-size#label) - Supports label and its positioning.
75+
76+
* [**Sizes**](https://ej2.syncfusion.com/angular/documentation/check-box/label-and-size#size) - Provided with different sizes of CheckBox.
77+
78+
### RadioButton
79+
80+
* [**States**](https://ej2.syncfusion.com/angular/documentation/radio-button/getting-started#change-the-radiobutton-state) - Provided with different states of RadioButton.
81+
82+
* [**Label**](https://ej2.syncfusion.com/angular/documentation/radio-button/label-and-size#label) - Supports label and its positioning.
83+
84+
* [**Sizes**](https://ej2.syncfusion.com/angular/documentation/radio-button/label-and-size#size) - Provided with different sizes of RadioButton.
85+
86+
### Switch
87+
88+
* [**Text**](https://ej2.syncfusion.com/angular/documentation/switch/getting-started#set-text-on-switch) - Supports text.
89+
* [**Sizes**](https://ej2.syncfusion.com/angular/documentation/switch/how-to#change-size) - Provided with different sizes of Switch.
90+
91+
## Support
92+
93+
Product support is available for through following mediums.
94+
95+
* Creating incident in Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_campaign=button) support system or [Community forum](https://www.syncfusion.com/forums/angular-js2?utm_source=npm&utm_campaign=button).
96+
* New [GitHub issue](https://github.com/syncfusion/ej2-angular-ui-components/issues/new).
97+
* Ask your query in [Stack Overflow](https://stackoverflow.com/?utm_source=npm&utm_campaign=button) with tag `syncfusion`, `ej2`.
98+
99+
## License
100+
101+
Check the license detail [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license).
102+
103+
## Changelog
104+
105+
Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/buttons/CHANGELOG.md)
106+
107+
© Copyright 2018 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.

components/buttons/ReadMe.md

Lines changed: 0 additions & 107 deletions
This file was deleted.

components/calendars/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 16.3.32 (2018-11-15)
5+
## 16.3.31 (2018-11-07)
66

77
### DatePicker
88

0 commit comments

Comments
 (0)