Skip to content

Commit

Permalink
Merge pull request #1485 from CuBoulder/release/20241118
Browse files Browse the repository at this point in the history
Release version 20241118
  • Loading branch information
jcsparks authored Nov 18, 2024
2 parents 1ae982d + dfe0cf1 commit a1478d1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
26 changes: 17 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [20241118] - 2024-11-18

- ### Content List: Fixes the sidebar display's text
Fixes text wrapping of the text on Sidebar display. Text will remain all on one row with the thumbnail image.

Resolves https://github.com/CuBoulder/tiamat-theme/issues/1169
---

Fixes text wrapping of the text on Sidebar display. Text will remain all on one row with the thumbnail image.

Resolves <https://github.com/CuBoulder/tiamat-theme/issues/1169>

* * *

- ### Adds missing regions to search pages
Previously, some regions were missing from search pages, such as the sidebar regions. This update adds those regions to search pages to match our other pages, allowing blocks to be placed in the sidebar using block layout. This fix is needed ASAP for the homepage site.


Previously, some regions were missing from search pages, such as the sidebar regions. This update adds those regions to search pages to match our other pages, allowing blocks to be placed in the sidebar using block layout. This fix is needed ASAP for the homepage site.

[bug] Resolves CuBoulder/tiamat-theme#1453
---

* * *

- ### Change footer to be sorted into rows
Changes the direction of the footer to be flexed into rows instead.
---

* * *

## [20241113] - 2024-11-13

Expand Down Expand Up @@ -3795,7 +3802,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.20221109] - 2022-11-09

[unreleased]: https://github.com/CuBoulder/tiamat-theme/compare/20241113...HEAD
[unreleased]: https://github.com/CuBoulder/tiamat-theme/compare/20241118...HEAD
[20241118]: https://github.com/CuBoulder/tiamat-theme/compare/20241113...20241118
[20241113]: https://github.com/CuBoulder/tiamat-theme/compare/20241030...20241113
[20241030]: https://github.com/CuBoulder/tiamat-theme/compare/20241023...20241030
[20241023]: https://github.com/CuBoulder/tiamat-theme/compare/20241017...20241023
Expand Down
2 changes: 1 addition & 1 deletion config/install/boulder_base.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ ucb_heading_font: 'bold'
ucb_above_content_region_color: 'white'
ucb_after_content_one_region_color: 'white'
ucb_after_content_two_region_color: 'white'
web_express_version: '20241113'
web_express_version: '20241118'

0 comments on commit a1478d1

Please sign in to comment.