Releases: cloudfour/cloudfour.com-patterns
v7.0.0
Major Changes
- #1740
5502b9f3
Thanks @tylersticka! - Replaces thesize.$padding-container-*
tokens intosize.$padding-container-vertical-*
andsize.$padding-container-horizontal-*
tokens so the vertical padding will not need to be overridden across actual layout templates.
Patch Changes
- #1742
3e754d92
Thanks @spaceninja! - Bugfix: Remove Stray Spaces from Author Component
v6.1.1
Patch Changes
- #1730
41198454
Thanks @spaceninja! - Useoverflow-wrap:anywhere
for Word Breaking
v6.1.0
Minor Changes
- #1727
d8508b11
Thanks @spaceninja! - Add Short Date Format and Unlinking to Author
v6.0.0
Major Changes
- #1723
547c9cfc
Thanks @tylersticka! - Replaces the buggy Authoravatar.src
functionality with a template block
v5.4.0
Minor Changes
-
#1719
8e7c6311
Thanks @tylersticka! - Avatar values passed to the Author component may now be an object, which will be passed directly to the Avatar component. This allows additional properties likesrcset
,sizes
, etc. to be set. -
#1720
ec76ecff
Thanks @tylersticka! - Addheading_id
property to Event Log component
v5.3.0
Minor Changes
-
#1713
947e3e91
Thanks @tylersticka! - Add width and height properties to Avatar component -
#1718
7496f370
Thanks @gerardo-rodriguez! - Allow the author link prop to be optional
v5.2.0
Minor Changes
- #1711
c244d509
Thanks @spaceninja! - Adds two new modifiers to the Media object
v5.1.0
Minor Changes
-
#1679
fc595a80
Thanks @gerardo-rodriguez!- Add Subscribe component
- Update CI workflow to use Node 16
- Add a
button_class
template prop to the Button Swap component - Add a
class
template prop to the Input Group component
-
#1595
aa215279
Thanks @tylersticka! - Use logical properties across existing styles to improve future-friendliness of patterns. -
#1607
1a2cffae
Thanks @gerardo-rodriguez! - Refactor the Author component to work for article or presentation bylines
Patch Changes
-
#1611
89555260
Thanks @tylersticka! - Fix Card covers breaking overflow and border radius rules on hover in Safari -
#1612
b4f2b743
Thanks @tylersticka! - Fix for List objects with columns in Safari that include visually hidden elements or elements with content divided between columns
v5.0.0
Major Changes
- #1578
42e87b2b
Thanks @tylersticka! - Useclamp
instead of media queries to simplify fluid logic.
Minor Changes
-
#1556
c37e4645
Thanks @dromo77! - Update pull quote and block quote styles -
#1579
98ffb8b7
Thanks @dromo77! - Addo-media--1-by-X
modifier so we can size media objects and content relative to each other. This is especially useful when you want to align the object of one media element with another. -
#1575
c51b1648
Thanks @tylersticka! - Add default hr styles and improved WordPress Separator block styles -
#1570
ba905bfa
Thanks @tylersticka! - Styles that relied on media queries or complicated nesting to negate rounded corners have been simplified using conditional border radius. Some elements like code blocks now benefit from conditional rounded corners as well. The Alert component'sfull-width
modifier andfull_width
template options are no longer necessary. -
#1586
98192431
Thanks @tylersticka! - Add--icon-size
CSS custom property to the Icon component to allow sizing via CSS without impactingfont-size
or selector depth. -
#1579
98ffb8b7
Thanks @dromo77! -o-deck
automatically creates columns so sometimes there are multiple columns when only 1 column is desired. Theo-deck--X-column@Y
modifier has been updated so we can specify when we want 1 column.When using multiple media objects inside of a deck, some media objects were top-aligned and some were middle-aligned. To fix the mismatched alignment, we've also added the
o-deck--align-start
modifier, which forces all content to align-top. -
#1533
61716c5f
Thanks @AriannaChau! - Increase whitespace in the ground-nav component -
#1516
b1bbff48
Thanks @gerardo-rodriguez! - Add a button swap component pattern -
#1529
d32385de
Thanks @AriannaChau! - Add responsive fallback image -
#1577
1561c598
Thanks @tylersticka! - Addheading_id
attribute to Card component to improve experience in the VoiceOver rotor -
#1557
ba570508
Thanks @AriannaChau! - Add optional icon and floating modifier to the Alert component
Patch Changes
-
#1586
98192431
Thanks @tylersticka! - Remove extra.c-button__extra
selectors from WordPress block button styles. -
#1530
6c444f96
Thanks @Paul-Hebert! - Add accessible names to comments -
#1586
98192431
Thanks @tylersticka! - Size Icons consistently in Buttons. Previously, Icon-only Buttons achieved by including an Icon as the primary content were inconsistently sized compared to Icons included before or after a label.
v4.3.0
Minor Changes
-
#1519
2947ed21
Thanks @gerardo-rodriguez! - Introduceis-slashed
CSS state class, removearia-pressed
logic -
#1505
567d70be
Thanks @gerardo-rodriguez! - Add the Bio layout object -
#1517
09079e1a
Thanks @calebeby! - Adjust sizing of logo in sky nav