Skip to content

Releases: ucsc/ucsc-2022

v1.0.0-rc.6

09 Jul 00:13
Compare
Choose a tag to compare

Features

  • Fresh typographic scale and other sizing variables
  • ⚑️ UCSC header and site header, draft 1 (18513ed)
  • ✨ UCSC header and site header refactored for 6/2022 design (57a342b)

Bug Fixes

  • πŸ› Fix permissions issue in workflow (852916b)
  • πŸ› Remove flourish CSS styles (329ee94)
  • πŸ’„ Remove layout wrap padding while we figure out full-bleed bg colors (83d2729)

1.0.0-rc.5

09 Jun 15:32
Compare
Choose a tag to compare
1.0.0-rc.5 Pre-release
Pre-release

Features

  • πŸ’„ Add favicon to theme directly (9693a27), closes #50
  • ✨ Create PHP template for dynamic content (0c8c710), closes #47

Bug Fixes

  • 🎨 refactored Favicons to utilize manifest; ran lint-fix (032e3f3)
  • πŸ› theme.json and webpack.config.js (cc94cb1)
  • πŸ› Adjust functions.php and template files to account for global logo. Adjust CSS. Fixes #36 (390cecf)
  • πŸ”₯ Remove errant !importants from _buttons.scss and _navigation.scss (6184492)
  • πŸ› Fix color name slug for light blue (810b0c7)
  • πŸ”₯ Remove core block patterns from the editor (4dbbf6b)

1.0.0-rc.4

15 May 19:59
Compare
Choose a tag to compare
1.0.0-rc.4 Pre-release
Pre-release

Features

  • ✨ Add first block pattern: hero (76d1240)
  • Configure the structure for other patterns

Bug Fixes

  • πŸ› Set proper text domain in phpcs config (957754f)

1.0.0-rc.3

11 May 00:11
Compare
Choose a tag to compare
1.0.0-rc.3 Pre-release
Pre-release

Highlights

  • ⚑️ Increase layout width from 1080px to 1280px.
  • ⚑️ Add fluid type scale for font sizes in the theme
  • ⚑️ Normalize heading spacing/color; remove redundancies (def75f3)
  • ⚑️ Set sensible, fluid defaults for spacing (line height and spacing variables), typography (sizes), and gaps.
  • πŸ› Flourish on site titles is back (b90e51b)
  • Simplify block layout width settings by removing wide. Settings are now just layout width or full-bleed.
  • Footer content centers on small screens and elements are spaced more clearly.

Fixes

  • Resolves 48 and resolves #44
  • Responsive work on Header and Footer. Fixes #35 (6f6deb2)
  • πŸ› Add missing a curly brace (6400c25)
  • De-complicate styles for buttons by bringing CSS for buttons into the block stylesheet.

Other changes

  • feat: ⚑️ Post subtitle font-size adjustment
  • style: 🎨 Update default blockGap to .8rem
  • style: 🎨 Set main nav font-size to one of the new defaults
  • fix: πŸš‘οΈ Clean up block styles setup. Add draft style for spacer; move CSS for button styles to button.css file
  • refactor: 🎨 Clean up styles and set clear, theme-based spacing in footer

1.0.0-rc.2

02 May 23:40
Compare
Choose a tag to compare
1.0.0-rc.2 Pre-release
Pre-release

Features

  • ✨ Add customizable regions to the theme (#33) (da46f38), closes #29
  • ✨ Add SVG support (logos) with The Icon Block plugin (1b5ad3d)

Bug Fixes

  • 🎨 Remove last segment from breadcrumbs (page/post title) Fixes #30 (9375577)
  • πŸ› Adjust post-title filter function to taget first occurrence on page. Adjust CSS accordingly Fixes #27 (8f41f04)
  • πŸ› update url in repository object of package.json to new theme's git rep (f3bcd76)
  • πŸ› Remove existing link from footer navigation block (ccd0cfe)

1.0.0-rc.1

21 Apr 00:16
Compare
Choose a tag to compare
1.0.0-rc.1 Pre-release
Pre-release

Features

  • ✨ Buttons now have preset styles for UCSC color combinations (45a7a7c)
  • ✨ News feed blocks match campus design standard (c5b863f)

Changes

  • ✨ New theme screenshot to coincide with the new name, repo name, and text-domain.
  • πŸ”₯ removed shortcodes from functions.php, moved to functionality plugin. WP does not allow add_shortcode() to themes (970dc32)

Developer tools

  • 🎨 Add PHP/WP coding standards check to the project (89fbba1)

Bug Fixes

  • πŸ› Do not alter site title flourishes if the site title hasn't loaded (877ebed)
  • πŸ› update Text Domain in style.css to match WP Theme Check requirements (d31f5d5)
  • πŸ’„ re-add important to post-author.css. It's being overridden highter up in the cascade (3ead8d6)
  • πŸ“ fix: πŸ“ update text domain to ucsc-2022 in style.css per #26 (2bb268c)
  • πŸ› Use home_url() in switching function (53ad1ae)

1.0.0-beta.5

08 Apr 17:42
Compare
Choose a tag to compare
1.0.0-beta.5 Pre-release
Pre-release

Bug Fixes

  • πŸ› Move subtitle field to sidebar (e4280ee)

Changes listed below are from 1.0.0-beta.4 which didn't get released due to a bug that is fixed in beta.5.

Features

  • 🎨 Social Sharing on single blog post. Note: Requires plugin (18e15e7)
  • ✨ add acf, create custom fields for subtitle and campus-message, filter query to display (721157d)
  • ✨ Add a new docs website to share with stakeholders (3f245e5)
  • ✨ Add subtitle field on posts (2248e75)
  • πŸ“ Add decision about custom metadata fields (4769a28)
  • πŸš€ Scripts to generate the deployment zip file for the theme (b5fb034)

Bug Fixes

  • 🎨 revert home template to full width (48754d8)
  • πŸ› redo sharing on single.html (0dba090)
  • πŸ”₯ update class in Las Modified in footer (5254719)
  • πŸ’„ add !important to post title styles in theme.json (d9cb0d9)
  • πŸ’„ add clearfix to left and right alignments (ed9e5ce)
  • πŸ’„ add css for post-content, style page pagination, adjust styles to each pagination type (aba0693)
  • πŸ’„ Adjusting styles for meta fields (cd2c8a4)
  • πŸ’„ tighten styles on single.html added !important as an override (b8c77f8)
  • πŸ’„ WIP pagination styles (6c1986a)
  • πŸ’„ WIP. adjust pagination styling (6a62da9)
  • 🎨 Update type sizes and section spacing to match WCMS templates (a6eb0ea)
  • πŸ› Fix docs site theme settings for Github Pages (ea53d91)
  • πŸ› Fix logo URL on docs site (bdb7ad3)
  • πŸ› Remove breadcrumbs from article list pages (41f2090)
  • πŸ› Update package.json to include acf.php in theme build (054e5c8)
  • πŸ”₯ Delete unused owl-carousel files (073ee42)
  • πŸ”₯ Move wp-blocks to project root. Change functions setting to match (862c14a)

v1.0.0-beta.3

21 Mar 22:02
Compare
Choose a tag to compare
v1.0.0-beta.3 Pre-release
Pre-release

Features

  • ✨ Ad meta fields for subtitle, and campus messages; functions to render; styles (c3e936d)
  • ✨ Added and styled breadcrumbs. First draft. (d7e9660)

Bug Fixes

  • πŸ”₯ Remove composer from .gitignore (412ff96)
  • πŸ› Typo in front-page classes (dd6d254)

v1.0.0-beta.2

04 Mar 21:29
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

Features

  • 🎨 Add Archive Title. New since WP5.9 (7e38929)
  • 🎨 Add filter function to replace site-title h1 element with p element (11a8cea)
  • ✨ Initial setup of custom block styles (ffce7b9)

Bug Fixes

  • πŸ› Auto-formatting turned off (9ebed16)
  • πŸ› Ensure all stylesheets are loaded in the editor; fix link styles (099ae65)
  • πŸ› Last modified date shows created date if page is new (afd67df)
  • πŸ› Remove right alignment class from search box (51b4a3d)
  • πŸ› Set proper heading level on site title (89459b3)

v1.0.0-beta.1

04 Feb 19:28
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

You can see a demo of the UCSC WordPress theme here: https://dev-ucsc-theme-demo.pantheonsite.io/

Features

  • 🎨 Add custom templates for campus, dept, and div front pages; work on headers (a21b5fe)
  • 🎨 Beginning of building php theme (e5ac548)
  • 🎨 Complete abstratcting content templates from primary templates (6b7f929)
  • 🎨 Enqueue Roboto Condensed font, adjust site-title block accordingly (07a8d7c)
  • 🎨 Style .flourish class added to title via javascript; add new custom color to theme.json; enqueue editor scripts and styles (d3cac3b)
  • 🎨 Style fullWidth and wideWidth classes so front end matches back end. (20ec276)
  • 🎨 Working on header Page Top. Basic structure. (8cc88ca)
  • 🎨 Write basic query for index.html, which is the default Posts template (9fac26b)
  • 🚧 added page-left and page-right sidebar template stubs (f200407)
  • 🚧 WIP create "About Theme" page upon activation (5bbacc2)
  • ✨ Add basic front-page.html template based on page.html (d93538a)
  • ✨ Automatically generate footer menu upon theme activation (529a834)
  • ✨ create local webpack.config.js that splits the output into css and js; enqueued javascript (5c73bd6)
  • ✨ Wrote "Last Modified" shortcode to be included in footer. WIP. (dc26e4d)

Bug Fixes

  • πŸ› fix clearfix; did it wrong first time (95fbf58)
  • πŸ› fix overflow (c556fcd)
  • πŸ› Fix broken Google Fonts URL for Roboto (4b1a233)
  • πŸ› One more template part that needed 'theme-ucsc' folder declaration removed (18671b2)
  • πŸ› Remove theme folder declaration from template files (18f18d6)