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

Commit c7a8fb7

Browse files
authored
chore(package): Publish Angular MDC v0.4.0 (#128)
1 parent 488ab85 commit c7a8fb7

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
<a name="0.0.0"></a>
2+
# [0.4.0](https://github.com/trimox/angular-mdc-web/compare/v0.3.0...v0.4.0) (2017-09-01)
3+
4+
5+
### Bug Fixes
6+
7+
* **menu:** Fix class binding of openFrom property ([#119](https://github.com/trimox/angular-mdc-web/issues/119)) ([12a1d12](https://github.com/trimox/angular-mdc-web/commit/12a1d12)), closes [#116](https://github.com/trimox/angular-mdc-web/issues/116)
8+
* **menu:** Open method required a focusIndex ([#117](https://github.com/trimox/angular-mdc-web/issues/117)) ([73956ca](https://github.com/trimox/angular-mdc-web/commit/73956ca))
9+
* **textfield:** Fix expression changed after check error ([#123](https://github.com/trimox/angular-mdc-web/issues/123)) ([b254ad9](https://github.com/trimox/angular-mdc-web/commit/b254ad9)), closes [#121](https://github.com/trimox/angular-mdc-web/issues/121)
10+
11+
12+
### Features
13+
14+
* **fab:** Remove [disabled] property ([#115](https://github.com/trimox/angular-mdc-web/issues/115)) ([eacbbae](https://github.com/trimox/angular-mdc-web/commit/eacbbae)), closes [#113](https://github.com/trimox/angular-mdc-web/issues/113)
15+
* **fab:** Remove forced material-icon class binding ([#127](https://github.com/trimox/angular-mdc-web/issues/127)) ([919a2c7](https://github.com/trimox/angular-mdc-web/commit/919a2c7)), closes [#102](https://github.com/trimox/angular-mdc-web/issues/102)
16+
* **package:** Add Mdc prefix to class names ([#122](https://github.com/trimox/angular-mdc-web/issues/122)) ([5b8014c](https://github.com/trimox/angular-mdc-web/commit/5b8014c)), closes [#120](https://github.com/trimox/angular-mdc-web/issues/120)
17+
18+
19+
### BREAKING CHANGES
20+
21+
* **package:** All component classes are now prefixed with `Mdc` to prevent name conflicts with other libraries. Please update your code accordingly.
22+
Example: `ButtonComponent` to `MdcButtonComponent`
23+
* **fab:** Add a `material-icon` directive to mdc-fab-icon if using Material Icons. If not,
24+
apply custom styling for Font Awesome or text. Please see examples on demo page.
25+
* **fab:** Remove [disabled] from any FAB component used in your code.
26+
27+
28+
129
<a name="0.0.0"></a>
230
# [0.3.0](https://github.com/trimox/angular-mdc-web/compare/v0.2.9...v0.3.0) (2017-08-26)
331

src/lib/package.json

+1-1
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.3.0",
10+
"version": "0.4.0",
1111
"license": "MIT",
1212
"keywords": [
1313
"angular-mdc",

0 commit comments

Comments
 (0)