Skip to content

Latest commit

 

History

History
108 lines (70 loc) · 10.3 KB

CHANGELOG.md

File metadata and controls

108 lines (70 loc) · 10.3 KB

0.4.0 (2018-07-30)

Bug Fixes

  • infrastructure: updated deploy steps to run with docker (#116) (a53fc7d)
  • downgraded to es2015 preset to work on ie11 (#133) (05c0184)
  • material-icon: removed blocking line and updated documentation (#155) (8f3cef5)
  • ripple: setState warning when unmounting the component (#112) (841a1c8)
  • text-field: move handleValueChange call when this.props.value updates (#170) (f46a34d)
  • top-app-bar: add material icon imports in screenshot tests (#168) (526400b)
  • point packages to MDC Web /dist ES5 files (#182) (9d387d3)

Chores

  • fab: Pass icon as a prop, not a child element (#159) (1569f97)

Features

  • button: Add an href prop to use anchor tag instead of button (#174) (0df9967)
  • chips: Add new component (#117) (410da30)
  • chips: Add selection to chips (#121) (3ef1123)
  • ripple: Call focus/blur handlers from foundation (#135) (c438333)

BREAKING CHANGES

  • fab: Please update your FAB to pass icon as a prop, not as a child element.
  • chips: Users should render Chip components directly instead of passing a labels prop to ChipSet.

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)

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

0.1.0 (2018-05-09)

Bug Fixes

  • button: Update package.json (507298e)
  • card: Update package.json (fc7a4dd)
  • fab: Update package.json (efd4703)
  • floating-label: Update package.json (92cbf2c)
  • line-ripple: Update package.json (b6fc89c)
  • material-icon: Update package.json (18e2508)
  • notched-outline: Update package.json (8b18779)
  • ripple: Update package.json (044c308)
  • text-field: Update package.json (fda82fb)
  • top-app-bar: Update package.json (06e9d66)

Features

  • remote hosted screenshot testing (#12) (98bcdfe)
  • screenshot testing (#10) (5fd6d86)
  • fab: Add new tests for svg/img (1f536b7)
  • fab: Change node to element. (2b4960e)
  • fab: Remove empty fab from test. Add waitUntil idle to wait until the stylesheets finish (43e58d4)
  • fab: Update class name (96c2d61)
  • fab: Update for comments (9b041d6)
  • fab: Update for comments (676ae32)
  • fab: Update for lint (3748f31)
  • fab: Update package name (02b7140)