Skip to content

Releases: ucsc/ucsc-2022

v2.1.4

01 Mar 20:17
Compare
Choose a tag to compare

What's Changed

  • Remove old ucsc-header and ucsc-footer parts Fixes #197 by @knice in #198

Full Changelog: v2.1.3...v2.1.4

v2.1.3

01 Mar 19:57
Compare
Choose a tag to compare

What's Changed

  • fix(Blocks): 🎨 Reduce spacing between main navigation links Fixes #195 by @knice in #196

Full Changelog: v2.1.2...v2.1.3

v2.1.2

28 Feb 17:52
Compare
Choose a tag to compare

Full Changelog: v2.1.1...v2.1.2

  • fix(Blocks): 🎨 "Intro text" paragraph style font-size is 2, not 3

v2.1.1

28 Feb 01:16
Compare
Choose a tag to compare

Full Changelog: v2.1.0...v2.1.1

  • fix(Blocks): 🎨 Change color of "intro text" paragraph style to ocean blue

v2.1.0

27 Feb 20:51
Compare
Choose a tag to compare

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

10 Feb 20:04
Compare
Choose a tag to compare

What's Changed

  • fix: πŸ› Load Truss components from an external CDN by @knice in #182

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

09 Feb 06:31
Compare
Choose a tag to compare

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

24 Jan 00:53
Compare
Choose a tag to compare

What's Changed

  • fix: πŸ› Remove a11y link. Page doesn't exist yet by @knice in #176
  • fix(Blocks): πŸ› Set proper box-sizing on details > summary (accordion) Fixes #174 by @knice in #177

Full Changelog: v1.9.0...v1.9.1

v1.9.0

09 Dec 19:10
Compare
Choose a tag to compare

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

05 Dec 23:15
Compare
Choose a tag to compare

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.

screenshot-2022-12-06-091429

  • ✨ [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