-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into em-date-input-#79
- Loading branch information
Showing
53 changed files
with
2,787 additions
and
371 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "[bug]" | ||
labels: bug, needs discussion | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Desktop (please complete the following information):** | ||
- OS: [e.g. iOS] | ||
- Browser [e.g. chrome, safari] | ||
- Version [e.g. 22] | ||
|
||
**Smartphone (please complete the following information):** | ||
- Device: [e.g. iPhone6] | ||
- OS: [e.g. iOS8.1] | ||
- Browser [e.g. stock browser, safari] | ||
- Version [e.g. 22] | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: "[feat]" | ||
labels: enhancement, needs discussion | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Does your feature request relate to a specific USWDS feature?** | ||
This project prioritizes work needed to gain full parity with the USWDS components and styles. If your feature request relates to a USWDS feature, please link it here and provide some context. If it doesn't, that's okay, but the request may be reprioritized accordingly. | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,37 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
## 1.3.0 (2020-05-19) | ||
|
||
## UNRELEASED | ||
### Features | ||
|
||
- Added form dateInput and dateInputGroup components | ||
- Added yarn audit check to dangerfile (on package change) | ||
- Added search component | ||
- Added Grid, GridContainer components | ||
- Add header component [#83](https://github.com/trussworks/react-uswds/issues/83) ([#102](https://github.com/trussworks/react-uswds/issues/102)) ([4281b11](https://github.com/trussworks/react-uswds/commit/4281b11fc5dac3579ac9bdea56e1327b08c9c738)) | ||
- Add search component | ||
- Add Grid, GridContainer components | ||
|
||
## [1.2.0] - 2020-04-30 | ||
## 1.2.0 (2020-04-30) | ||
|
||
- Added new Alert styles (slim, no icon) and allow the Alert to accept `div` attributes as props | ||
- Added additional examples of Form templates (Sign In form, Reset Password form) to Storybook | ||
- Turn off USWDS SCSS notifications on compile | ||
- Updated CODEOWNERS and contributors | ||
- Fixed Jest running in CI | ||
- Auto-approve Dependabot PRs | ||
- Deploy Storybook static site on merge to master | ||
- Run `yarn upgrade` to update all out of date dependencies | ||
- Add [DangerJS](https://danger.systems/js/) to automate some checks for contribution standards | ||
### 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 | ||
|
||
## [1.1.0] - 2020-03-19 | ||
### 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 | ||
- Added new Modal component (designed by Truss) and related Overlay and ModalContainer components | ||
- Configured use of SASS/SCSS and SASS/SCSS modules so that we can use USWDS SCSS | ||
- Configure Dependabot for automated dependency updates | ||
- Add new Modal component (designed by Truss) and related Overlay and ModalContainer components | ||
|
||
## [1.0.0] - 2019-01-10 | ||
## 1.0.0 (2019-01-10) | ||
|
||
### Added | ||
### Features | ||
|
||
- Initial set of USWDS components (Accordion, Alert, Button, GovBanner, SideNav, Table, Tag) | ||
- Initial documentation and dev configuration for contributing & usage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
module.exports = { | ||
extends: ['@commitlint/config-conventional'], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.