Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Releases: GSA/code-gov-style

v2.0.5

07 May 16:29
fbbdc28
Compare
Choose a tag to compare

PRs #109 and #110

Bumped stylelint to 13.3.3.

v2.0.4

07 May 16:19
5ad3954
Compare
Choose a tag to compare

Ties to PR #107 #108

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

19 Nov 19:32
322a18b
Compare
Choose a tag to compare
  • 🐛bug fix: text wrapping for 2-line filters #104
  • update dependencies #105

v2.0.2

03 Oct 17:19
91b4ddd
Compare
Choose a tag to compare
  • Bump mixin-deep from 1.3.1 to 1.3.2 #100
  • Package updates #101
  • Update @code.gov/code-gov-font to v0.10.0 #102

v2.0.1

05 Aug 17:02
b9b3dd6
Compare
Choose a tag to compare
  • Fix references to Source Sans so that it shows up as expected #93
  • Security patches #96 #97
  • Add a license #98

v2.0.0

20 Jun 10:51
6d41f1b
Compare
Choose a tag to compare
  • Update code-gov font to v0.9.0 which adds icons for mail and link sharing #89
  • Redesign updates #90
    • 🚨This involved major changes to the font, colors, variables and other component styling

v1.16.0

18 Jun 15:39
3261995
Compare
Choose a tag to compare
  • 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

16 May 11:04
4f95212
Compare
Choose a tag to compare
  • Docs updates #69 #68 #66 #64
  • Add Pull Request template #73
  • Update quality tags #77 🚨Breaking Change

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

07 May 10:46
6c251bc
Compare
Choose a tag to compare
v1.15.0-beta.0 Pre-release
Pre-release
  • 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!! 🎉

v1.14.1

26 Feb 21:21
17af75a
Compare
Choose a tag to compare
  • Add 18f/stylelint for testing
  • Fix a package vulnerability
  • Add instructions to the readme.md to give instructions for linking the project to another site for use/display
  • Fix width of corner quality tags #45