Skip to content

Commit

Permalink
Bump version to 1.28.0
Browse files Browse the repository at this point in the history
Big in this update is the image stuff, which includes a migration.

Other than that, check the changelog:

- Link in the footer to CHANGELOG so latest changes are visible
- Manually add audit event when printing a NOFO
- Add image for HRSA-25-67
- Add image for HRSA-25-63
- Add default column widths for application checklist
  - Col 1: 45%, col 2: 40%, col 3: 15%
- Add link to submit a support ticket for HRSA users
- Add cover_image and cover_image_alt_text fields
  - If there is a cover image, then the 'alt text' field shows up on nofo_edit page

- Use Firefox user agent for the "check links" page
- Essential change to favicon
- Change CDC blue to `0057b7` instead of `005eaa`
- Tables with "Criterion" header are table--small

- Fixed: Wrap all text that says "de minimis" with `<em>` tags
- Show order number of subsection with no name in alert boxes for broken links
- Case-insensitive match when looking for hrefs to convert to new header ids
- Preserve line breaks in table heading cells
- Add missing svg images from USWDS
  • Loading branch information
pcraig3 committed Oct 11, 2024
1 parent fa8b426 commit b45e074
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve

### Added

### Changed

### Fixed

## [1.28.0] - 2023-10-11

### Added

- Link in the footer to CHANGELOG so latest changes are visible
- Manually add audit event when printing a NOFO
- Add image for HRSA-25-67
Expand Down
8 changes: 4 additions & 4 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
- Refac: short section names for breadcrumbs means we can loop
- .docx imports
- Investigate images
- Add "copy" for section headings
- Add "copy" for subsection headings
- Only show Bloom nofos by default
- Default column widths for application table

# DONE

- Default column widths for application table
- Only show Bloom nofos by default
- Add "copy" for section headings
- Add "copy" for subsection headings
- Add a little message on the external links explanation
- Fix the Preview link colour in markdown editor
- Contacts and support box, add padding
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bloom-nofos"
version = "1.27.0"
version = "1.28.0"
description = "the no-code solo nofo web flow"
authors = ["Paul Craig <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit b45e074

Please sign in to comment.