# Pip.WebUI.Composite Changelog

## <a name="0.0.0"></a> 0.0.0 (2017-01-09)

Initial version with composite view and edit, check list and composite toolbar controls.

### Features
* **composite**: composite content control
* **check list**: check list view and edit controls
* **composite toolbar**: content switch control

### Breaking Changes
No breaking changes in this version

### Bug Fixes
No fixes in this version

## <a name="1.0.0"></a> 1.0.0 (2018-10-08)

Update to Angular 6

### Features
* **composite**: composite content control
* **check list**: check list view and edit controls
* **composite toolbar**: content switch control

### Breaking Changes
No breaking changes in this version

### Bug Fixes
No fixes in this version

## <a name="1.1.0"></a> 1.1.0 (2018-11-23)

Update to stable Angular 7 and fix the tests.

### Features
* **composite**: composite content control
* **check list**: check list view and edit controls
* **composite toolbar**: content switch control

### Breaking Changes
No breaking changes in this version

### Bug Fixes
* Library tests works now. Run `npm run test:lib` to check it out;
* Example tests works now. Run `npm run test` to check it out;
* E2E tests works too. Run `npm run e2e` to check it out.

## <a name="1.1.1"></a> 1.1.1 (2018-12-05)

Angular minor update; example update

### Features
* **composite**: composite content control
* **check list**: check list view and edit controls
* **composite toolbar**: content switch control

### Breaking Changes
No breaking changes in this version

### Bug Fixes
No fixes in this version

## <a name="1.1.2"></a> 1.1.2 (2019-01-22)

Update packages

### Features
* **composite**: composite content control
* **check list**: check list view and edit controls
* **composite toolbar**: content switch control

### Breaking Changes
No breaking changes in this version

### Bug Fixes
No fixes in this version

## <a name="1.1.3"></a> 1.1.3 (2019-11-14)

Update to new themes

### Features
* **composite**: composite content control
* **check list**: check list view and edit controls
* **composite toolbar**: content switch control

### Breaking Changes
No breaking changes in this version

### Bug Fixes
No fixes in this version

## <a name="1.1.4"></a> 1.1.4 (2019-12-10)

`accent` and `primary` colors switched in `mst-elegant-theme`

### Features
* **composite**: composite content control
* **check list**: check list view and edit controls
* **composite toolbar**: content switch control

### Breaking Changes
No breaking changes in this version

### Bug Fixes
No fixes in this version

## <a name="1.1.5"></a> 1.1.5 (2019-12-20)

All `/deep/` in scss changed with `::ng-deep`, because it is deprecated in Angular 8

### Features
* **composite**: composite content control
* **check list**: check list view and edit controls
* **composite toolbar**: content switch control

### Breaking Changes
No breaking changes in this version

### Bug Fixes
No fixes in this version