Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 17 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- ### People List Block: Adds 'Sort By'
Previously the People List Block would only sort by Last Name. This update enables the option to choose whether to sort by Job Type, then Last Name, OR Last Name only, mirroring the option on the People List Page.

Includes:
- `custom_entities` => https://github.com/CuBoulder/tiamat-custom-entities/pull/220
- `theme` => https://github.com/CuBoulder/tiamat-theme/pull/1721
- `ucb_dev_workspace` => https://github.com/CuBoulder/ucb-dev-workspace/pull/4


Resolves #1717
## [20251210] - 2025-12-10

- ### People List Block: Adds 'Sort By'

Previously the People List Block would only sort by Last Name. This update enables the option to choose whether to sort by Job Type, then Last Name, OR Last Name only, mirroring the option on the People List Page.

Includes:

- `custom_entities` => <https://github.com/CuBoulder/tiamat-custom-entities/pull/220>
- `theme` => <https://github.com/CuBoulder/tiamat-theme/pull/1721>
- `ucb_dev_workspace` => <https://github.com/CuBoulder/ucb-dev-workspace/pull/4>

Resolves #1717
Resolves #1676
---

* * *

## [20251203] - 2025-12-03

Expand Down Expand Up @@ -4644,7 +4648,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/20251203...HEAD
[unreleased]: https://github.com/CuBoulder/tiamat-theme/compare/20251210...HEAD
[20251210]: https://github.com/CuBoulder/tiamat-theme/compare/20251203...20251210
[20251203]: https://github.com/CuBoulder/tiamat-theme/compare/20251119...20251203
[20251119]: https://github.com/CuBoulder/tiamat-theme/compare/20251029...20251119
[20251029]: https://github.com/CuBoulder/tiamat-theme/compare/20251022...20251029
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 @@ -24,4 +24,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: '20251203'
web_express_version: '20251210'