Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version 20231212 #22

Merged
merged 1 commit into from
Dec 12, 2023
Merged
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
103 changes: 61 additions & 42 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,45 +9,64 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- ### Fixed Frame and Overlay
Fixed framing for single column rows (the frame wasn't showing on single column rows)
- test this by adding a content frame

Added a new default for overlay classes. (caused css issues)
- This one is harder to actually see the results of because nothing should happen when you select overlays without images

Closes #21
---

- ### Update LayoutBase.php
Added an else statement to apply padding to section even when background images aren't used

Closes #17
---

- ### Issue/471
Updated edge-to-edge option for single column layouts
Makes hero units, video reveals, and sliders work as full width sections.

Sister PR: https://github.com/CuBoulder/tiamat-theme/pull/474
---

- ### Fix Frames
Fixed the frames so that the bootstrap columns work properly

Closes #14
---

- ### Content Frame Update
Added option for frame color to the background options of layout builder when creating or editing a Section.

Choosing the light option keeps text black.
Choosing the dark option sets the text to white.
We will probably need to edit some css for certain blocks but we'll take that case by case.

Closes #12
---

- ### Adds `CHANGELOG.MD` and workflows; updates `core_version_requirement` to indicate D10 compatibility
Additionally uses "CU Boulder" package and adds additional supporting files to match our other custom modules. Resolves CuBoulder/ucb_bootstrap_layouts#10
---
## [20231212] - 2023-12-12

- ### Fixed Frame and Overlay

Fixed framing for single column rows (the frame wasn't showing on single column rows)

- test this by adding a content frame

Added a new default for overlay classes. (caused css issues)

- This one is harder to actually see the results of because nothing should happen when you select overlays without images

Closes #21

* * *

- ### Update LayoutBase.php

Added an else statement to apply padding to section even when background images aren't used

Closes #17

* * *

- ### Issue/471

Updated edge-to-edge option for single column layouts
Makes hero units, video reveals, and sliders work as full width sections.

Sister PR: <https://github.com/CuBoulder/tiamat-theme/pull/474>

* * *

- ### Fix Frames

Fixed the frames so that the bootstrap columns work properly

Closes #14

* * *

- ### Content Frame Update

Added option for frame color to the background options of layout builder when creating or editing a Section.

Choosing the light option keeps text black.
Choosing the dark option sets the text to white.
We will probably need to edit some css for certain blocks but we'll take that case by case.

Closes #12

* * *

- ### Adds `CHANGELOG.MD` and workflows; updates `core_version_requirement` to indicate D10 compatibility
Additionally uses "CU Boulder" package and adds additional supporting files to match our other custom modules. Resolves CuBoulder/ucb_bootstrap_layouts#10

* * *

[Unreleased]: https://github.com/CuBoulder/ucb_bootstrap_layouts/compare/20231212...HEAD

[20231212]: https://github.com/CuBoulder/ucb_bootstrap_layouts/compare/93dacf324729313b5be20a77290a153a2cfad841...20231212
Loading