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

v0.2.0

Compare
Choose a tag to compare
@trimox trimox released this 06 Jul 16:45
· 1522 commits to master since this release

Code Refactoring

  • toolbar: Refactor foundation adapter and child directives. (b3ba3b0)

Features

  • toolbar: Add foundation updateAdjustElementStyles() as public method. (d06d671)
  • toolbar: Fixed toolbars will programmatically set FixedAdjustElement style on next node element (2b7d221)
  • docs: Add getting started walkthrough + developer guide (f6cdba1)

Performance Improvements

  • infrastructure: Implement Rollup ES6 module bundling. Breaking changes (ba521d6)

BREAKING CHANGES

  • toolbar: [flexibleDefaultBehavior] replaces [flexibleTitle]. Please update your code accordingly.
  • infrastructure: We no longer import the SCSS for each component. Please update your code to import the MDC Theme for your application.

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.

@import "material-components-web/material-components-web";