Added the 'site-footer' component to improve brand guideline compliance for the footer. Sites should begin migrating to the new footer. The old footer should be considered deprecated.
Added font size utility classes. See the Utilities page for details.
Removed the default medium breakpoint media query from h1, h2, and h3. This media query could cause conflicts with the new text utility classes. To achieve the prior default behavior, add a medium breakpoint font size utility class to affected headings.
Added a table component (.cmp-table) to allow for the customization of margins on tables (without removing table styling).
Added a callout component that uses paragraph styling, but changes the font size to 5em.
Added additional gray values to address the discrepancy between documentation and design system functionality. The new values are "gray" and "dark-gray." Previously, "light-gray" was rendering with the hex code f2f2f2, while the documentation specified it should be "dedede." Now, "light-gray" remains f2f2f2, and "gray" renders with the "dedede" hex code.
Changed how gray text renders. Previously, "light-gray" text rendered as with the hex code 666666. Now, "light-gray" text will render with the hex code f2f2f2, and "dark-gray" will render with hex code 666666. Please note that this will affect any text currently using the "util-color-light-gray" class.
Added tint values according to the UGA brand guidelines. See the color page for details.
Corrected the spelling of the "Stegeman" color, which was previously spelled "Stegman" in the design system. Either spelling will work now.
Added utility classes for positioning. See the Positioning section of the Utilities page for more info.
Added a hero image that does not use a quote or a border. See the Hero page for more info.
Added the ability to use v-cloak in Vue applications.