Skip to content

Latest commit

 

History

History
87 lines (55 loc) · 7.14 KB

CHANGELOG.md

File metadata and controls

87 lines (55 loc) · 7.14 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.6.0 (2020-06-29)

Features

  • Address: convert to enum size prop, deprecate boolean (#269) (952bb71), closes #265
  • button: size enum on Button, add deprecationWarning util (#229) (3b3f4e7), closes #187
  • card: add card component (89cf241)
  • example app: add modals page example 204 (#250) (1054469)
  • Footer,FooterNav: use size prop, deprecate boolean sizes (#239) (c5abdc4), closes #233
  • Logo: use size prop, deprecate boolean types (#268) (ea88c50), closes #264
  • NavList: use type prop, deprecate boolean types (#262) (7c83154), closes #234
  • Search: add size enum prop, deprecate big,small boolean props (#270) (c5daf8d), closes #266
  • TextInput: use enum props, deprecate booleans (#284) (6565be6), closes #283

Bug Fixes

  • card: add card components to export (d57eefc)

Documentation & Examples

1.5.0 (2020-06-03)

Bug Fixes

  • expand required node version range to 10.x - 12.x (#215) (0be79d3)

Documentation & Examples

  • example-app: add create-react-app example app (#206) (cf28086)

1.4.0 (2020-05-28)

Features

Bug Fixes

  • accept id and name props for Search component input field (#183) (c39c085), closes #162
  • export Search component (2508829)
  • extends header menu to accept list props for corresponding id (#188) (85a1780), closes #165
  • removes the usa-search class name from the form component (#184) (8cb5121), closes #163
  • update gov banner to uswds version 2.7.0 (c5bd62c)

1.3.0 (2020-05-19)

Features

  • Add header component #83 (#102) (4281b11)
  • Add search component
  • Add Grid, GridContainer components

1.2.0 (2020-04-30)

Features

  • Add new Alert styles (slim, no icon) and allow the Alert to accept div attributes as props
  • Add additional CSS utility classes for background colors and text colors

Docs

  • Add additional examples of Form templates (Sign In form, Reset Password form) to Storybook

1.1.0 (2020-03-19)

Features

  • Add initial set of USWDS form components (Checkbox, Dropdown, ErrorMessage, Fieldset, Form, FormGroup, Label, Radio, TextInput, Textarea)
  • Add native HTML attributes to existing Tag & Button components in order to support custom CSS classes
  • Add new Modal component (designed by Truss) and related Overlay and ModalContainer components

1.0.0 (2019-01-10)

Features

  • Initial set of USWDS components (Accordion, Alert, Button, GovBanner, SideNav, Table, Tag)
  • Initial documentation and dev configuration for contributing & usage