diff --git a/CHANGELOG.md b/CHANGELOG.md index ca6530206..4162d87ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ + +# [0.2.9](https://github.com/trimox/angular-mdc-web/compare/v0.2.8...v0.2.9) (2017-08-18) + + +### Bug Fixes + +* **menu:** Fix select event to emit selected item's DOM element ([#80](https://github.com/trimox/angular-mdc-web/issues/80)) ([74fb5ec](https://github.com/trimox/angular-mdc-web/commit/74fb5ec)), closes [#79](https://github.com/trimox/angular-mdc-web/issues/79) +* fix npm copy-types command ([#82](https://github.com/trimox/angular-mdc-web/issues/82)) ([28d2600](https://github.com/trimox/angular-mdc-web/commit/28d2600)) + + +### Features + +* **dialog:** Add clickOutsideToClose + mdc-dialog-button ([#84](https://github.com/trimox/angular-mdc-web/issues/84)) ([7d5f7a7](https://github.com/trimox/angular-mdc-web/commit/7d5f7a7)) + + +### BREAKING CHANGES + +* **dialog:** Depreciated `mdc-dialog-button-accept` and `mdc-dialog-button-cancel`. +Use new [mdc-dialog-button] with [accept] and [cancel] properties instead. + + + + + + + # [0.2.8](https://github.com/trimox/angular-mdc-web/compare/v0.2.5...v0.2.8) (2017-08-15) diff --git a/src/lib/package.json b/src/lib/package.json index 2eef115a9..c67e2330d 100644 --- a/src/lib/package.json +++ b/src/lib/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/trimox/angular-mdc-web.git" }, - "version": "0.2.8", + "version": "0.2.9", "license": "MIT", "keywords": [ "angular-mdc",