This repository has been archived by the owner on Aug 5, 2021. It is now read-only.
Releases: GSA/code-gov-web
Releases · GSA/code-gov-web
Fixed Bug in Validator
- Fixed bug in validator where it didn't validate isGovernmentRepo on Related Code Array
Accessibility and Redesign
Filtering and Crawlable Urls
- You can filter projects on both the Browse Projects page and Search Results page by federal agency, language, license, and usage type
- Url has been updated to include #!, which will be more friendly to Google's crawlers
- Bug Fixes
Updated Roadmap
Merge pull request #600 from GSA/VersionBump updated version
Update to Home Area
- Updated menu to provide a drop-down selection for most top-level options
- Updated language in home page banner area and included link to issues page on GitHub
Updated Help Wanted with Agency Acronym
Updated Docs and Minor CSS Fix
- Updated CONFIGURATION.md
- Minor fix to alignment in instructions on properties of code.json
Minor Updates
- Updated Help Wanted Tasks
- Added usageType as a required field in the validator at https://code.gov/#/policy-guide/docs/compliance/inventory-code/tools/validate-schema
Minor Changes
- Removed Link to Newsletter Signup page
- Made press section configurable
Modularization
- Use code-gov-style
- Removed many third party libraries. For example, removed ng2-page-scroll in favor of using built in browser scrolling ability.
- Customized integration of third-party libraries. For example, basically copy-pasted Font Awesome into code-gov-style and copy-pasted relevant hamburgers code into _hamburgers.scs file in code-gov-font.
- Standardized styling, colors, spacing, icons across all pages
- Removed extraneous unused styling rules
- Added config JSON file for configuring site. (will need to update and add connections to different parts of the code next)