Skip to content

Commit

Permalink
Merge pull request #1341 from CuBoulder/release/20240925
Browse files Browse the repository at this point in the history
Release version 20240925
  • Loading branch information
jcsparks authored Sep 25, 2024
2 parents 6d5d66a + 6c1b6c5 commit 1726727
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 70 deletions.
158 changes: 89 additions & 69 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,74 +9,92 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- ### Video Reveal fix for floating images
Resolves #1313.
Adds an inline-style to the body field to resolve the issue with video reveals expanding larger than their expected size.
---

- ### Corrects spacing issue for checkboxes and radio buttons on webforms
[bug] Resolves CuBoulder/tiamat-theme#1318
---

- ### Remove console log from video reveal
Resolves #1334.
Removes the console log from the video reveal
---

- ### Places first name and last name on the same line to prevent trimming of the space between them
[bug] An issue existed where a space was trimmed between the first name and last name on person pages due to the names being separated by a newline. This update resolves the issue. Resolves CuBoulder/tiamat-theme#1304
---

- ### People List Page: Selecting 'Group by Job Type or Department' with Filters applied to that term, only shows allowed groupings
Previously if you had a People List Page with `Group by` set to Department or Job Type, and had filter on that term, you could possibly see groupings of people for terms not selected in the filter, if the Person pages had multiple terms.

For example: on [https://www.colorado.edu/alc/our-people/undergraduate-advising](https://www.colorado.edu/alc/our-people/undergraduate-advising), the Faculty group should not show up as it is a term applied to every Person Page, but NOT included in the filters.

This has been corrected so only the filtered groups in the `Includes` for that term show up as a Group.

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

- ### Webform Block: Adds Required field indicator
Previously the required field indicator (red asterisk) was missing from Forms added as a `Webform block` (not to be confused with Form blocks). This has been corrected so they are visible.

Resolves #1321
---

- ### Fix for alignment of floated images with long captions
Add proper alignment on floated images.
Should only affect images with large amounts of caption text.

Resolves #1314
Resolves #1249
---

- ### Remove Mega menu from Sticky menus and add default link color
Resolves #1317 and #1316.
Removes mega menus from the sticky menu and converts them into normal links. It also adds base default colors for links in mega menus to account for site settings.
---

- ### body template move
The basic page body block wasn't being rendered at the right level. This caused it not to be editable or removable at the layout builder level. If multiple body sections were added they couldn't be deleted and a "body" title was added to each new addition.

Closes #1280
---

- ### Article Title Background Update
Removed div displayed image and set it as a background image. Set the background image to use the `section_background` image style to avoid large image files.

Set background positioning using new preprocess in .theme Preprocess works like it does in the layout builder sections except it will update immediately if the file image's focal point is updated.

Updated css to reflect new changes. Removal of `absolute` positioning fixes the problem with the navigation being covered by the title. Everything should scale well now.

Changed the top padding to be 300px vs 200px to imitate the old version's bigger title image.

Resolves #1292
---

- ### Person Page: Corrects 'Articles by Person' Section Full Name Missing Space
Resolves #1306
---
## [20240925] - 2024-09-25

- ### Video Reveal fix for floating images
Resolves #1313.
Adds an inline-style to the body field to resolve the issue with video reveals expanding larger than their expected size.

* * *

- ### Corrects spacing issue for checkboxes and radio buttons on webforms
[bug] Resolves CuBoulder/tiamat-theme#1318

* * *

- ### Remove console log from video reveal
Resolves #1334.
Removes the console log from the video reveal

* * *

- ### Places first name and last name on the same line to prevent trimming of the space between them
[bug] An issue existed where a space was trimmed between the first name and last name on person pages due to the names being separated by a newline. This update resolves the issue. Resolves CuBoulder/tiamat-theme#1304

* * *

- ### People List Page: Selecting 'Group by Job Type or Department' with Filters applied to that term, only shows allowed groupings

Previously if you had a People List Page with `Group by` set to Department or Job Type, and had filter on that term, you could possibly see groupings of people for terms not selected in the filter, if the Person pages had multiple terms.

For example: on <https://www.colorado.edu/alc/our-people/undergraduate-advising>, the Faculty group should not show up as it is a term applied to every Person Page, but NOT included in the filters.

This has been corrected so only the filtered groups in the `Includes` for that term show up as a Group.

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

* * *

- ### Webform Block: Adds Required field indicator

Previously the required field indicator (red asterisk) was missing from Forms added as a `Webform block` (not to be confused with Form blocks). This has been corrected so they are visible.

Resolves #1321

* * *

- ### Fix for alignment of floated images with long captions

Add proper alignment on floated images.
Should only affect images with large amounts of caption text.

Resolves #1314
Resolves #1249

* * *

- ### Remove Mega menu from Sticky menus and add default link color
Resolves #1317 and #1316.
Removes mega menus from the sticky menu and converts them into normal links. It also adds base default colors for links in mega menus to account for site settings.

* * *

- ### body template move

The basic page body block wasn't being rendered at the right level. This caused it not to be editable or removable at the layout builder level. If multiple body sections were added they couldn't be deleted and a "body" title was added to each new addition.

Closes #1280

* * *

- ### Article Title Background Update

Removed div displayed image and set it as a background image. Set the background image to use the `section_background` image style to avoid large image files.

Set background positioning using new preprocess in .theme Preprocess works like it does in the layout builder sections except it will update immediately if the file image's focal point is updated.

Updated css to reflect new changes. Removal of `absolute` positioning fixes the problem with the navigation being covered by the title. Everything should scale well now.

Changed the top padding to be 300px vs 200px to imitate the old version's bigger title image.

Resolves #1292

* * *

- ### Person Page: Corrects 'Articles by Person' Section Full Name Missing Space
Resolves #1306

* * *

## [20240918] - 2024-09-18

Expand Down Expand Up @@ -3380,7 +3398,9 @@ 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/20240918...HEAD
[Unreleased]: https://github.com/CuBoulder/tiamat-theme/compare/20240925...HEAD

[20240925]: https://github.com/CuBoulder/tiamat-theme/compare/20240918...20240925

[20240918]: https://github.com/CuBoulder/tiamat-theme/compare/20240911...20240918

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 @@ -22,4 +22,4 @@ ucb_footer_menu_default_links: 0
ucb_breadcrumb_nav: 1
ucb_use_custom_logo: false
ucb_heading_font: 'bold'
web_express_version: '20240918'
web_express_version: '20240925'

0 comments on commit 1726727

Please sign in to comment.