Releases: GSA/code-gov-front-end
v1.0.2
📝 Documentation
- Repo documentation was updated on code-gov to better indicate deprecated repos
✅ Testing
🦄 Enhancement
🏠 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
v1.0.0
📝 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
🎉 Community Contributors
🇺🇸 Core Team
v0.0.11
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
v0.0.9
📝 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:
- @nkorrapa
- @KabirKwatra
- @DanielJDufour
- @mamooredesigns
🇺🇸Core team:
v0.0.8
-
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/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
-
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
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
- #7 Add National Science Foundation to show on the compliance dashboard 💕
- #6 (style/fix) typo at bottom of page
🎯 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
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
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