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

Releases: GSA/code-gov-web

Fixed Bug in Validator

26 Sep 16:31
59331ce
Compare
Choose a tag to compare
  • Fixed bug in validator where it didn't validate isGovernmentRepo on Related Code Array

Accessibility and Redesign

24 Sep 22:27
6bfc13b
Compare
Choose a tag to compare
  1. Added more accessibility support, so that tabbing in menu works (thanks @saracope !)
  2. Redesigned look of several pages (thanks again @saracope !)
  3. Replaced Angular forms filters in help-wanted page with filter boxes from code-gov-style

Filtering and Crawlable Urls

10 Sep 14:54
15840b6
Compare
Choose a tag to compare
  • 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

06 Jul 21:42
b5c8b94
Compare
Choose a tag to compare
Merge pull request #600 from GSA/VersionBump

updated version

Update to Home Area

26 Jun 20:55
bc1d009
Compare
Choose a tag to compare
  • 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

06 Jun 21:34
9f73749
Compare
Choose a tag to compare
  • Agency acronym now display in the Help Wanted Task thanks to the awesome PR #570 from @ctrimm

Updated Docs and Minor CSS Fix

04 Jun 22:29
f294849
Compare
Choose a tag to compare
  • Updated CONFIGURATION.md
  • Minor fix to alignment in instructions on properties of code.json

Minor Updates

09 May 21:56
3a8593a
Compare
Choose a tag to compare

Minor Changes

01 May 20:10
d40049e
Compare
Choose a tag to compare
  • Removed Link to Newsletter Signup page
  • Made press section configurable

Modularization

18 Apr 20:35
b194006
Compare
Choose a tag to compare
  • 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)