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

Commit c2d7cde

Browse files
authored
Update CHANGELOG.md
1 parent f6cdba1 commit c2d7cde

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
<a name="0.2.0"></a>
2+
# [0.2.0](https://github.com/trimox/angular-mdc-web/compare/v0.1.19...v0.2.0) (2017-07-06)
3+
4+
5+
### Code Refactoring
6+
7+
* **toolbar:** Refactor foundation adapter and child directives. ([b3ba3b0](https://github.com/trimox/angular-mdc-web/commit/b3ba3b0))
8+
9+
10+
### Features
11+
12+
* **toolbar:** Add foundation updateAdjustElementStyles() public method. ([d06d671](https://github.com/trimox/angular-mdc-web/commit/d06d671))
13+
* **toolbar:** Fixed toolbars will programmatically set `FixedAdjustElement` style on next node element ([2b7d221](https://github.com/trimox/angular-mdc-web/commit/2b7d221))
14+
* **docs:** Add getting started walkthrough + developer guide ([f6cdba1](https://github.com/trimox/angular-mdc-web/commit/f6cdba1))
15+
16+
### Performance Improvements
17+
18+
* **infrastructure:** Implement Rollup ES6 module bundling. *Breaking changes* ([ba521d6](https://github.com/trimox/angular-mdc-web/commit/ba521d6))
19+
20+
21+
### BREAKING CHANGES
22+
23+
* **toolbar:** [flexibleDefaultBehavior] replaces [flexibleTitle]. Please update your code accordingly.
24+
* **infrastructure:** We no longer import the SCSS for each component. Please update your code to import the MDC Theme for your application.
25+
26+
The reason we do not import our component SCSS anymore is we need to provide developers flexibility and creativity for theming their apps. For example, if using Angular CLI you can now import the MDC theme.
27+
```ts
28+
@import "material-components-web/material-components-web";
29+
```
30+
31+
132
<a name="0.0.0"></a>
233
# [0.1.19](https://github.com/trimox/angular-mdc-web/compare/v0.1.18...v0.1.19) (2017-07-03)
334

0 commit comments

Comments
 (0)