All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.9.1 (2020-08-18)
1.9.0 (2020-08-10)
- ButtonGroup: Add new component ButtonGroup (#382) (a7b84d6)
- CharacterCount: Add new component CharacterCount (#383) (cc12034)
- add addon-viewports using the included INITIAL_VIEWPORTS list as default for all stories (#376) (9683b40)
- Validation: Add new Validation components (#351) (2b2369a)
- Even more info and emphasis on conventional commits (#350) (1301cc4)
- Point users to react-fontawesome for icons (#364) (3de50ef)
1.8.0 (2020-07-27)
- danger: Block PR if yarn audit has high or critical, do not run on dependabot, no warn on version (#327) (ee13281), closes #324
- storybook: switch to addon-docs (#323) (ccae95d), closes #119
- storybook: upgrade to 5.3.0, prepare for addon-docs (#322) (1f1fc6a), closes #119
- correct version syntax in deploy-storybook worflow(#321) (4eb7d2c)
- Export NavDropDownButton (91f9ca7)
- remove commitizen; upgrade example app dependencies (#335) (9c5aea2)
- add @ahobson as codeowner, remove check-in meeting (#347) (9eaf02b)
- Add new component issue template (#340) (8fb0f4b)
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