Skip to content

Releases: GSA/code-gov-front-end

v1.0.2

05 Aug 22:08
2301251
Compare
Choose a tag to compare

📝 Documentation

  • Repo documentation was updated on code-gov to better indicate deprecated repos

✅ Testing

  • Speed up jest tests #280
  • Add pa11y accessibility testing to the circleci config #265

🦄 Enhancement

  • Add AI news info #283
  • Add CIO code challenge to news section #279
  • Update roadmap #270 #277

🏠 Internal

  • Remove About plugin component #275
  • Remove Federal Source Code Policy component #273
  • Update webpack style loaders #278
  • Bump style guide to v2.0.1 #282
  • Update sitemap

🎉 Community Contributors

🇺🇸 Core Team

v1.0.1

02 Jul 15:50
8b6820e
Compare
Choose a tag to compare

📝 Documentation

  • Update social networking links on README.md #261

🦄 Enhancement

  • Add redesign article to news #263
  • Add linking policy text #259

🏠 Internal

  • Update sitemap to v1.0.6 #262
  • refactor: Transform a footer in a pure component #253
  • refactor: Transform zero{px} to zero absolute #254

🎉 Community Contributors

🇺🇸 Core Team

v1.0.0

20 Jun 22:00
bf79547
Compare
Choose a tag to compare

📝 Documentation

  • Add tested with jest badge to README #229

✅ Testing

  • Add linting to CI #230

🐛 Bug Fix

  • Fix linting errors #230
  • Address HTML Errors #233
  • Fix required data on Metadata Schema 2.0.0 (version) #232
  • Fix mobile menu #243
  • Fix menu consistency #242
  • Fix Filter Persistence Issue #245

🦄 Enhancement

  • Home redesign #240
  • Implement US Banner Custom Element #228
  • Adds the medium, linkedin, mail, and share icons to code-gov-font #234 #239
  • Update near term roadmap items to complete #236

🏠 Internal

  • Security patch #231
  • Redesign package updates #239
  • Add .DS_Store to .gitignore #244

🎉 Community Contributors

🇺🇸 Core Team

v0.0.11

11 Jun 18:33
9144cae
Compare
Choose a tag to compare

The Google Tag Manager script was not showing up in production (v0.0.10) because of an issue with the deployment script where (1) the package.json was not injecting the CODE_GOV_BRANCH variable into the webpack.shared.js process and (2) the index.html was not correctly checking the value of ENABLE_GOOGLE_ANALYTICS. This release resolves that issue by (1) updating the deploy command in the wiki instructions to manually include "CODE_GOV_BRANCH='federalist-prod'" and (2) assigning ENABLE_GOOGLE_ANALYTICS to a boolean instead of string value in webpack.shared.js #226

v0.0.10

10 Jun 14:56
42be7e4
Compare
Choose a tag to compare
  • Update roadmap #213
  • Fix linting issue #219
  • Security update #215
  • Update the Code of Conduct to Contributor Covenant Code of Conduct #220
  • Add DAP code via injection #221
  • Add Google Tag Manager to head #223

🎉Welcome @CourtneyBrousseau to the core team!

v0.0.9

03 Jun 12:41
e2b1b4c
Compare
Choose a tag to compare

📝 Documentation

  • Updated Getting Started section, testing section and added team contact info in README.md file #196 #199
  • Added comments explaining syncers #206
  • Updated About component documentation (About component v0.1.13 #211)
  • Added code-gov-data to repos list (Code-gov repo)
  • Updated Sitemap component documentation (Sitemap component v1.0.3 #200)
  • Updated Data Quality Scoring documentation

✅ Testing

  • Added pa11y for accessibility testing and fixed identified issues #201 #212
  • Increased Test Coverage (Jest) #202
  • Updated pagination component tests #204
  • Exported arrow functions for testing (About component v0.1.13 #211)

🐛 Bug Fix

  • Fixed sitemap copy to prod issue, sitemap.xml is now available in production #209
  • Fixed bug with a footnote link on the Introduction page (FSCP v0.3.5 #214)
  • Fixed broken links to FSCP (About component v0.1.13 #211)
  • Fix to include all repos in sitemap generator xml (Sitemap component v1.0.3 #200)

🏠 Internal

  • Update to use current filter data for projects and open tasks #217
  • Generate new sitemap (Sitemap component v1.0.3 #200)
  • Added dotenv package to Sitemap component so that CODE_GOV_API_KEY (and any other process.env variables that become necessary) can be declared in a .env file at the project's root (Sitemap component v1.0.3 #200)
  • Sitemap component will now console.log out the number of projects retrieved from the api call during sitemap.xml file generation to confirm the correct number of projects being indexed (Sitemap component v1.0.3 #200)

🎉 Community Contributors:

🇺🇸Core team:

v0.0.8

16 May 16:03
36ca807
Compare
Choose a tag to compare
  • Updated the data quality scoring on the back end and how these are displayed on the front end. See more info in the data quality documentation in the code-gov repo 🚨

  • Reorganizing test files #177

  • Updated @code.gov/api-client to 0.3.4 #189

    • Fixed a bug where the C, C#, and C++ language filters were not showing the correct projects #18
    • Fixed a bug where Last Updated dropdown filter wasn't working on Browse Projects #17
  • Updated @code.gov/style-guide to 1.15.0 #190

    • Added aria-label to the corner tags for accessibility
    • Changed the scale we're using for the corner tag component 🚨
    • Documentation updates
    • Added a pull request template
  • Added code-gov-front-end GitHub tag to more easily surface these repos

Huge thanks to @codesue, @ctrimm and @Michael-Hanley for the community contributions 🎉

v0.0.7

09 May 10:37
4c7337a
Compare
Choose a tag to compare

Changes included in this release:

  • Testing fixes #183
  • Change nav and footer links that point to our project code to use the code-gov repo instead of code-gov-front end (#175)
  • Fix transparency bug with the main nav on the home page
  • Update sitemap
  • App cleanup #166
  • Update the Pull Request Template #184
  • Package updates for security patches #180 #176

Updates to the about page component v0.1.11

🎯 Created a 1.0 release milestone and targeted for June 14.

Welcoming new core team member @hendersonanalytics 💪

Thanks to @vollmerr for the contributions 🎉

v0.0.6

06 Mar 12:36
9a95f62
Compare
Choose a tag to compare

Changes included in this release:

  • Update to v1.14.1 of the style guide
  • Security updates
  • Add snyk test script to package.json
  • Add default placeholder to 'Search Projects' input on search-box thanks to PR 134
  • Removed some unused code thanks to PR 137
  • Bug fix to Browse Projects when selecting agencies from the agency drop-down on the home page
  • Update to About Page to fix the link to the procurement page from the licensing page
  • Created CODE_GOV_CONFIG_JSON environment variable
  • Added additional documentation in the wiki

Thanks to @ftonato, @BalajiJBcs, and @DanielJDufour for the contributions 🎉

Saying goodbye to @DanielJDufour and @froi as contract developers. Thank you for your service and continued contributions! 💪🇺🇸

Operation Code Hackathon and Other Contributions

15 Dec 03:15
Compare
Choose a tag to compare

Contributions from community included the following

  • Made sure links in list are wrapped with li thanks to @adamjubert
  • The sidebar in the about and policy-guide sections now stays on top, so you don't lose it thanks to @bblair31 !
  • The menu now reflects casing in the configuration JSON file thanks to @omarirose ! This makes configuration of the site more intuitive.
  • Side bar text changes color on hover thanks to @coreyjjames!
  • Fixed some errors thanks to @samlanning
  • Improved accessibility of featured projects on home page thanks to @JulJen
  • Fixed styling in search results header thanks to @ScottSauceda