Changelog
[Unreleased]
16.2.49 (2018-08-21)
Common
Bug Fixes
- Provided renderer support.
16.2.41 (2018-06-25)
Button
Breaking Changes
- Default color changed for the flat button.
RadioButton
Bug Fixes
- Wrapped text of a RadioButton label overlaps with next RadioButton label issue fixed.
Switch
Switch is a graphical user interface element that allows you to toggle between checked and unchecked states.
- Text - Supports text.
- Sizes - Provided with different sizes of Switch.
16.1.28 (2018-03-09)
CheckBox
Bug Fixes
- Style compatibility issue fixed.
16.1.24 (2018-02-22)
Common
Breaking Changes
Pascal casing changes in Button Component.
Enum Name | Old Property Value | New Property Value |
---|---|---|
IconPosition |
left | Left |
IconPosition |
right | Right |
Pascal casing changes in CheckBox Component.
Enum Name | Old Property Value | New Property Value |
---|---|---|
LabelPosition |
after | After |
LabelPosition |
before | Before |
Pascal casing changes in RadioButton Component.
Enum Name | Old Property Value | New Property Value |
---|---|---|
RadioLabelPosition |
after | After |
RadioLabelPosition |
before | Before |
15.4.30-preview (2018-02-14)
CheckBox
Bug Fixes
- Label text responsive issue fixed.
15.4.27-preview (2018-01-30)
CheckBox
Bug Fixes
- Wrapped text overlaps frame icon issue fixed.
15.4.26-preview (2018-01-23)
CheckBox
Bug Fixes
- Theme compatibility issue resolved for CSS components.
15.4.23-preview (2017-12-27)
Common
New Features
- Added typing file for ES5 global scripts (dist/global/index.d.ts).
Breaking Changes
- Modified the module bundle file name for ES6 bundling.
15.4.22-preview (2017-12-14)
RadioButton
Bug Fixes
- RadioButton not working properly with ngModel issue fixed.
15.4.21-preview (2017-12-08)
RadioButton
Bug Fixes
- Custom material theme issue fixed.
15.4.20-preview (2017-12-01)
Common
New Features
- Upgraded TypeScript version to 2.6.2
15.4.17-preview (2017-11-13)
Button
Button is a graphical user interface element that triggers an event on its click action.
- Types - Provided with different types of Button.
- Predefined Styles - Provided with predefined styles of Button.
- Sizes - Provided with different sizes of Button.
- Icons - Supports text and icon on the Button.
CheckBox
CheckBox is a graphical user interface element that allows to select one or more options from the choices.
- States - Provided with different states of CheckBox.
- Label - Supports label and its positioning.
- Sizes - Provided with different sizes of CheckBox.
RadioButton
RadioButton is a graphical user interface element that allows to select one option from the choices.
- States - Provided with different states of RadioButton.
- Label - Supports label and its positioning.
- Sizes - Provided with different sizes of RadioButton.
16.2.47 (2018-08-07)
Common
Bug Fixes
- Provided renderer support.