checkbox: add focusable=false to svg for a11y (#375) (c7f3b97)
drawer: update readme and screenshots to support below top app bar (#397) (90adbbe)
infrastructure: increase screenshot timeout to decrease flakes (#373) (e96ca10)
layout-grid: remove unit test console warnings (#379) (408cdd2)
list: selectedIndex 0 isn't working (#387) (4e62aae)
text-field: added reference to input element (#414) (ea04dc6)
text-field: allow for input isValid override (#374) (7872856)
text-field: put foundation on state and do render input unless foundation is present (#353) (2cb5d64)
text-field: remove foundation.setValue call during onChange (#350) (36469f7)
top-app-bar: add FixedAdjust to npmignore (#371) (d4ad675)
top-app-bar: allow react elements in title (#376) (f6da361)
Code Refactoring
list: Refactor list item management (#413) (1f563d3)
Features
infrastructure: add verify pkg main to dist script (#320) (459c6dd)
BREAKING CHANGES
list: Event handlers moved from list to list item. New props on list item for focus, follow href, toggle checkbox, and classnames/attributes passed down from list. Remove ID prop from list item.