Releases: ucsc/ucsc-2022
v2.1.4
What's Changed
Full Changelog: v2.1.3...v2.1.4
v2.1.3
What's Changed
Full Changelog: v2.1.2...v2.1.3
v2.1.2
Full Changelog: v2.1.1...v2.1.2
- fix(Blocks): π¨ "Intro text" paragraph style font-size is 2, not 3
v2.1.1
Full Changelog: v2.1.0...v2.1.1
- fix(Blocks): π¨ Change color of "intro text" paragraph style to ocean blue
v2.1.0
Block editor features
- Block(Paragraph): β¨ Add intro text paragraph style (3da48d5)
- Block(List): β¨ Add upper and lower alpha list styles for list block (d3bf182)
- Block(List): π¨ Add side navigation style option to list block (#190) (8f9027e)
- Block(all): introduced pre-configured spacing options (introduced in WordPress 6.1), which improves the draggable control slider in the settings area for every block.
- Patterns: β¨ Add new content with sidebar navigation pattern (349a4e0)
- Typography: β¨ updated
font-size
options that follow a "major-second" type scale, with a 16px base font-size. Added two additional font size options, and renamed the options to a numeric naming convention.
Theme settings changes
- Layout: content area width increased from 72rem (1152px) to 80rem (1280px) per request from Barretto
- Layout: we now use the
useRootPaddingAwareAlignments
setting (introduced in WordPress 6.1) to manage padding on the body tag and edge-to-edge blocks. - Typography: headings are now uniformly styled at
font-weight
500 - β‘οΈ Typography: site title is larger than page title
Bug Fixes
- β‘οΈ Add flex to body tag and grid to the blocks container to stick both footers to the page bottom (#184) (6ca0318)
Full Changelog: v2.0.1...v2.1.0
v2.0.1
What's Changed
Truss components were breaking because of a webpack configuration issue. While the exact issue isn't clear, there is a lot webpack in the modern WordPress front end. Rather than load Truss components using webpack, we'll load them externally from unpkg until a better solution emerges, if there is one.
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- feat!: π Add UCSC global header from Truss by @knice in #181
- feat!: π Add UCSC global footer from Truss (72b047f)
β BREAKING CHANGES
- This release replaces the UCSC global header and footer in the theme with web components from our Truss component library.
Please run npm install
prior to testing this update locally.
Full Changelog: v1.9.1...v2.0.0
v1.9.1
v1.9.0
What's Changed
- feat: π¨ Set styles for accordion blocks (
details
element) by @knice in #168 - feat: π¨ [Experimental] Alter waveform background for groups and add two additional options by @knice in #170
- Typography improvements by @knice in #172
- bump up the font scale on the two larger settings
- adjust heading block defaults to account for the scale change
- set default padding and border radius on buttons
- Note: Font-sizes in existing content may need to be adjusted because the two larger font-size settings are now much larger than before.
These changes lay the groundwork for changes we will need to make when fluid typography settings become available in WordPress 6.1.
Full Changelog: v1.8.0...v1.9.0
v1.8.0
Please note that this theme is still in development and some changes may be removed from future releases. Changes that may be removed are marked [Experimental]
.
- β¨ New Sammy the Slug image above the global footer
- π¨ "Last modified" date added to the global footer.
-
β¨ [Experimental] Color/gradient picker is now available for some blocks.
-
π¨ New color preset 'darkest-gray' used for site title
-
π¨ Slightly reduce spacing between global header and site title
-
π¨ Button block:
- Small tweak to hover animation timing
- Remove red and white styles
- Add gold style
- Reduce vertical padding
- [Experimental] Enable border-radius control in settings panel
- Provide "default" option for buttons to reset settings that may not have UI controls (this usually happens with patterns copied from the WordPress pattern library)
-
β¨ Group block:
- [Experimental] Initialize group block style with full waveform background image, centered, and 65% opacity
Full Changelog: https://github.com/ucsc/ucsc-2022/CHANGELOG.md