Skip to content

Latest commit

 

History

History
196 lines (97 loc) · 9.67 KB

CHANGELOG.md

File metadata and controls

196 lines (97 loc) · 9.67 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.8.2 (2024-09-17)

Bug Fixes

  • 🎨 Update size of 60th logo in the footer (31ff341)

0.8.1 (2024-09-17)

Features

  • 🎨 Convert logo to 60th celebration logo (8669db9)

0.8.0 (2024-05-22)

⚠ BREAKING CHANGES

  • ucsc-header: Update links to reflect new URLs on ucsc.edu Fixes #18
  • data-list: trss-data-list now saves fetched data in sessionStorage

Features

  • data-list: trss-data-list now saves fetched data in sessionStorage (a53e0c5)

Bug Fixes

  • ucsc-header: Update links to reflect new URLs on ucsc.edu Fixes #18 (3c9bc69)

0.7.13 (2024-05-08)

Features

  • data-list: Make the JSONfeed description optional (as teaser) in trss-data-list (#23) (c636271), closes #22

Bug Fixes

  • ucsc-footer: Add docs for copyright date in the footer (3d426a8)

0.7.12 (2024-04-16)

Bug Fixes

  • 🐛 Update copyright date in footer component. Fixes #20 (745a589), closes #21
  • 🐛 Update copyright date in footer component. Fixes #20 (d224481)

0.7.11 (2023-10-27)

Features

  • Component: ✨ Return background to gradient color, and update footer links (c035f36)

0.7.10 (2023-09-19)

Bug Fixes

  • Component: ⚡️ Add land acknowledgment to footer links (9d9df12)
  • Component: 🐛 Set proper position of slug illustration at all breakpoints (4ad4451)
  • Settings: 🐛 Reduce breakppoint at which header and footer collapse (839be85)

0.7.9 (2023-09-15)

Bug Fixes

  • Component: 🐛 Horizontal padding is moved from the inner container to the bounding box (bb1195f)
  • Settings: 📝 Default layout width is 1280, matching the WordPress defaults (f87a8b2)

0.7.8 (2023-09-15)

Features

  • Component: ✨ Add accessibility reporting link to footer. Fixes #15 (3bc0e86)
  • Component: ✨ Add padding to header and remove gradient. Fixes #11 and fixes #7 (36a348e)
  • Component: ✨ Update banana slug illustration in the footer. Fixes #14 (7ad601f)

Bug Fixes

  • 🐛 Manage left and right padding on small screen widths (0ed4bfb), closes #7

0.7.7 (2023-02-13)

Bug Fixes

  • Component: Fix style leaks into header, footer and logo (49da04f)

0.7.6 (2023-02-13)

Bug Fixes

  • Component: 🐛 Fix mobile display of trss-ucsc-header (74168ea)

0.7.5 (2023-02-09)

Bug Fixes

  • build footer for production (2e4f7d9)

0.7.4 (2023-02-09)

Features

  • Component: 🚀 trss-ucsc-footer is now in beta (21680be)

Bug Fixes

  • Set default content width to match WordPress theme default (88fa4a1)

0.7.3 (2023-02-05)

Bug Fixes

  • Styles: force a CSS update to add recent changes to the package (3333959)

0.7.2 (2023-02-05)

Bug Fixes

  • Styles: typo prevented desktop screen padding adjustment (206eb57)

0.7.1 (2023-02-05)

Bug Fixes

  • Styles: set padding on inner row to 0 at 67.5rem (fdb3a69)

0.7.0 (2023-02-05)

⚠ BREAKING CHANGES

  • trss-content-width is set globally, but can be changed for any component. Updated settings for distribution as well.
  • component: trss-ucsc-header requires a CSS custom property --trss-content-width to set the inner width of the header.

Features

  • change ucsc-content-width to trss-content-width (5d9cb85)
  • component: set inner content width on trss-ucsc-header component (1514249)

0.6.8 (2023-02-04)

Features

  • component: Add 'withAnimation' attribute to trss-logo (53a8ac7)
  • component: Add animation to logo in trss-ucsc-header (b5e23f0)

Bug Fixes

  • Component: Update UCSC header design (8936183)

0.6.7 (2022-03-11)

Features

  • ⬆️ Update Truss version and Stencil compiler (d4800e8)
  • 🔖 Version bump (302c430)
  • 🚀 Init Truss, the web component library for UC Santa Cruz (013853e)
  • Component: ⚡️ Data list can encode entities safely (82a3148)
  • Component: ⚡️ Refactor trss-data-list (06febf4)
  • Component: ✨ Add alert component (35d7ba6)
  • Component: ✨ Add breadcrumb component (ca55691)
  • Component: ✨ Add campus global navbar component (a3601ba)
  • Component: ✨ Add campus logo component (3093bff)
  • Component: ✨ Add card component (3581769)
  • Component: ✨ Add site title component (ccf2ea4)
  • Component: ✨ Rename crumbs to breadcrumbs and add initial setup (6eb0c4d)
  • Component: ✨ trss-data-list now conforms to the JSON feed spec (798f1bb)

Bug Fixes

  • 📝 Fix broken link to UCSC logo in docs (07e19e3)