Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 4.95 KB

CHANGELOG.md

File metadata and controls

50 lines (32 loc) · 4.95 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.3.0 (2018-06-25)

Bug Fixes

  • Moved importer code to webpack.util to share between screen shot test and main build. (aec8cc8)
  • travis and docker integration (#92) (e7f4497)
  • updated function name and tests (7c2794d)
  • line-ripple: Convert style name to camel case (#99) (2a5341c)
  • text-field: Added SASS importer to lookup the package folder first then fallback to default npm resolve. (bf7f849)
  • text-field: Added text-field to valid commit msg list (3922e2c)
  • text-field: Updated Input.js to use new public API of foundation (df0b5ed)
  • text-field: Used new public API handleValidationAttributeChange to handle attribute changes (#64) (f421637)

Features

  • Docker integration into Travis to decrease false negative screenshots (#91) (d8b670e)
  • updated all packages to 0.36.0 (#104) (a1d8b66)
  • infrastructure: add .npmignores to packages (#110) (ab7009d)
  • infrastructure: default npm entry point to ES5 (#108) (1f0446f)

0.2.0 (2018-06-01)

Bug Fixes

  • Remove scss extensions from @material/mdc-* imports (#62) (46b7f08)
  • button: Rename stroked to outlined (#74) (f612388)
  • infrastructure: fixed npm run build error for empty package directories (#85) (18666d4)
  • infrastructure: Make all components public (#43) (27a1ab1)
  • ripple: Trigger on key events (2248f26)

Features

  • top-app-bar: Add top app bar fixed variant (#68) (fd5790c)
  • Added changelog.md (#88) (983ca89)
  • Update MDC Web dependencies to v0.35.1 (#52)(203cf34)
  • transpile es6 --> es5 and sass --> css (#46)(a45c75a)