Components
Added min, max, and step attributes to Input (de747d8)
Added InputType.Number to Input component (a100516)
Merge branch 'master' into cg-auto-docs (9107be4)
Updating file structure to reflect the new name for the CoreText component (eabb0bf)
Update content (03a7cfd)
Merge branch 'master' into cg-auto-docs (e16ccb4)
Better redirects and move content to docs/data (b6c9858)
normalize icon padding (e39fe71)
refactor input to use layout/styledlayout/injectlayout (7697a79)
Merge branch 'master' into cg-update-line-height (4bff576)
update input error border styles (207d68a)
Remove import statements from readme's so they can be automatically generated (1c3aafe)
Update markdown styles and readme content (df6040c)
Remove prop tables from readmes (334e9bc)
Format the docs (30c6cb5)
Merge pull request #622 from web/cg-docs-update Update README, CONTRIBUTING, and component docs (0d45ceb)
added required prop to Input component (b2cdb86)
Add form and form component props (5b1ec07)
Updated input props to have spellCheck and autoCapitalize (fae03de)
Merge branch 'master' into cg-update-line-height (e1f6ff9)
Updated ref to have the ability to be passed down to core ui (77eae91)
Update the line heights (d58ae08)
Updated the way we surface data props to consumers (ab75483)
Updated core ui logic for active, target, and tabIndex (6e28bcb)
Added proper logic for tabIndex through the components (e77bd25)
Merge pull request #379 from web/add-default-value-to-input add defaultvalue to input/textarea (19f7c98)
Merge pull request #378 from web/tho/forms-refactor form input refactor (77436d4)
some sass cleanup, add optional label prop on input for now. (91154de)
Prioritizing focus styling over error styling (f4af30a)
Adjusted input child icon/icon group classnames (8e9e8eb)