Skip to content

Releases: cloudfour/cloudfour.com-patterns

v7.0.0

19 Apr 19:59
2bad7cc
Compare
Choose a tag to compare

Major Changes

  • #1740 5502b9f3 Thanks @tylersticka! - Replaces the size.$padding-container-* tokens into size.$padding-container-vertical-* and size.$padding-container-horizontal-* tokens so the vertical padding will not need to be overridden across actual layout templates.

Patch Changes

v6.1.1

15 Apr 21:26
Compare
Choose a tag to compare

Patch Changes

v6.1.0

14 Apr 18:28
Compare
Choose a tag to compare

Minor Changes

v6.0.0

11 Apr 17:40
94d9f83
Compare
Choose a tag to compare

Major Changes

v5.4.0

07 Apr 23:16
5af1d70
Compare
Choose a tag to compare

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 like srcset, sizes, etc. to be set.

  • #1720 ec76ecff Thanks @tylersticka! - Add heading_id property to Event Log component

v5.3.0

07 Apr 21:00
9cf351b
Compare
Choose a tag to compare

Minor Changes

v5.2.0

05 Apr 16:24
Compare
Choose a tag to compare

Minor Changes

v5.1.0

30 Mar 20:24
c08b0f9
Compare
Choose a tag to compare

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

23 Nov 18:57
37390ee
Compare
Choose a tag to compare

Major Changes

Minor Changes

  • #1556 c37e4645 Thanks @dromo77! - Update pull quote and block quote styles

  • #1579 98ffb8b7 Thanks @dromo77! - Add o-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's full-width modifier and full_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 impacting font-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. The o-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! - Add heading_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

02 Sep 22:37
550cf67
Compare
Choose a tag to compare

Minor Changes