All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.7.0 (2020-07-15)
- address all lint warnings (#319) (95a12a3)
- refactor menu, megamanu; removes deprecation warnings from tests (#313) (42e2481)
1.6.1 (2020-07-13)
- standard-version: use -t flag correctly, autocommit changelog and release bump (#310) (a96591e)
- Use JSX.ImplicitElements to derive valid property names (#267) (2eba792)
- 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
- card: add card components to export (d57eefc)
- example-app: Example app UI #202 (#237) (832decc)
- Add new pull request template #73 (#226) (f030ba6)
- adding new components docs #73 (#248) (981956f)
- rangeinput: creates form RangeInput component, test, and stories (#194) (8e0179f), closes #81
- add dateInput component for forms (#144) (bc5eccc)
- add Footer component #142 (#146) (94c3ed8)
- 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)
- 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
- Add additional examples of Form templates (Sign In form, Reset Password form) to Storybook
- 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
- Initial set of USWDS components (Accordion, Alert, Button, GovBanner, SideNav, Table, Tag)
- Initial documentation and dev configuration for contributing & usage