Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit d860654

Browse files
authored
chore(package): Publish Angular MDC v0.2.9 (#86)
1 parent e4fcf9b commit d860654

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
<a name="0.0.0"></a>
2+
# [0.2.9](https://github.com/trimox/angular-mdc-web/compare/v0.2.8...v0.2.9) (2017-08-18)
3+
4+
5+
### Bug Fixes
6+
7+
* **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)
8+
* 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))
9+
10+
11+
### Features
12+
13+
* **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))
14+
15+
16+
### BREAKING CHANGES
17+
18+
* **dialog:** Depreciated `mdc-dialog-button-accept` and `mdc-dialog-button-cancel`.
19+
Use new [mdc-dialog-button] with [accept] and [cancel] properties instead.
20+
<mdc-dialog-footer>
21+
<button mdc-dialog-button [cancel]="true">Cancel</button>
22+
<button mdc-dialog-button [accept]="true">Discard</button>
23+
</mdc-dialog-footer>
24+
25+
26+
127
<a name="0.0.0"></a>
228
# [0.2.8](https://github.com/trimox/angular-mdc-web/compare/v0.2.5...v0.2.8) (2017-08-15)
329

src/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "https://github.com/trimox/angular-mdc-web.git"
99
},
10-
"version": "0.2.8",
10+
"version": "0.2.9",
1111
"license": "MIT",
1212
"keywords": [
1313
"angular-mdc",

0 commit comments

Comments
 (0)