Skip to content

Latest commit

 

History

History
143 lines (83 loc) · 6.34 KB

CHANGELOG.md

File metadata and controls

143 lines (83 loc) · 6.34 KB

0.0.1-rc12 (2017-12-19)

Documentation Changes
  • TextFieldHelperText: fixed broken export (ad8449bf)
New Features
Bug Fixes
  • Slider: reinit on props change (6787f7d1)
  • Button: corrects ripple color (aee2febc)
  • Select: fixes #54 async rendering (d0dbb09b)
  • TextField: Rename helptext to helper-text to follow mwc (aaa4aefe)
  • LayoutGrid: export GridInner (9deeaf62)
  • menu: Add missing noop to onClose() & onSelect() callbacks (282c0f4c)
Other Changes
  • List: Rename ListItemTextSecondry -> ListSecondaryText (3fb78a6d)

0.0.1-rc11 (2017-12-07)

New Features
  • Card: Adding missing MediaItem functionality (76c1a16c)
Bug Fixes
  • Dialog: fixes #47 exports dialog components (957ba8dc)

0.0.1-rc10 (2017-12-06)

Chores
  • Docs: module imports fixes #34 (c8da84ec)
New Features
  • Select: allow children #43 (986bdac5)
  • Icon: icon enhancements + docs fixes #41 (b41a20e4)
  • Snackbar: fixes #42 hide extra elements (e4603043)

0.0.1-rc9 (2017-11-27)

Bug Fixes
  • TextField: corrects floating label regression (6e8d5fab)

0.0.1-rc8 (2017-11-27)

Bug Fixes
  • Toolbar: Auto attach ToolbarAdjust #35 (b2cd36e7)
  • Drawer: eventPath failure in Edge #38 (8063b492)
  • Base: remove accidental window.name #33 (5df57cd8)

0.0.1-rc7 (2017-11-21)

New Features
  • TextField: fullwidth and box fixes #31 (b52d72c2)

0.0.1-rc6 (2017-11-20)

New Features
  • Toolbar: Adding Toolbar MenuIcon and Icon (ef1a8522)

0.0.1-rc5 (2017-11-20)

New Features
  • TextField:
Bug Fixes
  • TextField: adding missing bottom line (cd3758c9)
  • withMDC: catch errors from of MDC constructor (37b1a3b9)
  • browserify: correcting es2015 modules (b98a8db7)

0.0.1-rc4 (2017-11-16)

Bug Fixes
  • TextField: Import name changed :(. (c5a24c5f)

0.0.1-rc3 (2017-11-16)

Bug Fixes
  • TextField: Classnames are now dashed (de5805a0)

0.0.1-rc2 (2017-11-16)

Docs
  • FormField: Updated examples relating to FormField usage.
BREAKING CHANGES
  • TextField: Following MDC 25 Change, Renaming Textfield -> TextField

0.0.1-rc1 (2017-11-15)

0.0.1-beta10 (2017-11-09)

0.0.1-beta9 (2017-11-08)

Bug Fixes
  • Select: initial values were not being set (e4f79507)

0.0.1-beta8 (2017-11-08)

0.0.1-beta7 (2017-11-07)

0.0.1-beta6 (2017-11-03)

0.0.1-beta5 (2017-11-02)

0.0.1-beta4 (2017-10-12)

0.0.1-beta3 (2017-10-12)

0.0.1-beta2 (2017-10-02)

Bug Fixes
  • drawer: MDC drawers stopProp workaround #2 (ee0f7a38)