Releases: GSA/code-gov-style
v2.0.5
v2.0.4
dependencies
@babel/polyfill 7.0.0 -> 7.8.7
@license-checker 25.0.1 -> PR 234 [will update when merged]
devDependencies
@babel/cli 7.4.4 -> 7.8.4
@babel/core 7.4.4 -> 7.9.0
@babel/plugin-transform-arrow-functions 7.0.0 -> 7.8.3
@babel/preset-env 7.0.0 -> 7.9.0
@babel/preset-react 7.0.0 -> 7.9.4
pa11y-ci 2.1.1 -> 2.3.0
v2.0.3
v2.0.2
v2.0.1
v2.0.0
v1.16.0
- Create Contributor Covenant Code of Conduct #81
- Fixed typo in README.md #82
- Remove unneeded
npm build
call in 'update-custom-elements' task. #80 - Add more padding around blockquotes #79
- Add CircleCI status badge to README.md #83
- Official US Gov Banner Custom Element #84
- Fix Pa11y Testing #85
- Update code-gov font to v0.8.0 #86
Huge thanks to @stim371 and @dkniffin for the community contributions!! 🥇
Welcome @CourtneyBrousseau as a new core team member 🇺🇸
v1.15.0
The quality-tag
component determines the corner tag to add (either high, medium, or low) based on the score
value passed. The new range for these is:
- low: a score below 4
- medium: a score greater than or equal to 4 and less than 6
- high: a score higher than or equal to 6
See quality_tag.js to view the code for this logic.
Thanks to @codesue and @ctrimm for the community contributions 🎉
Welcome @hendersonanalytics as a new core team member 🇺🇸
v1.15.0-beta.0
- Added circleci and configured it to run stylelint linting for standard style and pa11y for accessibility #53 #56 #58
- Added deployment info. to the README #59
- Accessibility fixes for compliance to WCAG2AA #58 🔥
- Switch Prism code highlighting theme to "tomorrow night" for color contrast accessibility #58
- Add pa11y testing to circleci config #58
- Add pa11y testing for accessibility checks #54
- Switch to styelint standard config #56
- Fix stylelint errors #57 #60
- Created a base circleci config #53
- Package updates to resolve security vulnerabilities #62
🚨🔥 Please note the possible breaking changes in this version. The accessibility fixes needed in #58 required color changes and updates to the form CSS and HTML structure in order to be compliant. This may create issues which need review before deploying these updates to production.
Thank you to our community contributor @vollmerr!! 🎉