Skip to content

Releases: cloudfour/cloudfour.com-patterns

v10.1.0

06 Jul 16:34
b5cdbd9
Compare
Choose a tag to compare

Minor Changes

  • #1898 ab6b487c Thanks @AriannaChau! - Add fallback feature illustrations for accessibility, process, systems and maintenance

Patch Changes

v10.0.0

01 Jul 20:41
e1a924d
Compare
Choose a tag to compare

Major Changes

  • #1886 8c532dad Thanks @spaceninja! - Changes to support Error Pages:

    This is considered a breaking change because the WordPress theme will need to be updated to support the Page object's new header block.

    • Add a "full height" modifier to Cloud Cover
    • Add option to have no action in Ground Nav
    • Add optional header block to Page
    • Add optional classes to Page blocks
  • #1889 c6ba51d7 Thanks @tylersticka! - Revised WordPress alignment styles based on actual content needs. Changes include:

    • Some blocks that previously required alignwide to fill container padding now do so by default.
    • aligncenter may be used to prevent a block from filling container padding.
    • alignwide now maxes out at the size of our default Container component max-width rather than an arbitrary value.
    • Margin, padding and inline size tweaks have been made to the Image and Group block styles as well as paragraphs with background colors.

Minor Changes

  • #1892 b82e9524 Thanks @calebeby! - Allow customizing the subscribe heading component via heading_level and heading_weight

  • #1896 38ab8b01 Thanks @tylersticka! - Made Cloud Cover column gaps consistent with the Deck layout object to improve visual relationship of content and extra blocks

Patch Changes

v9.0.0

30 Jun 16:22
54affd3
Compare
Choose a tag to compare

Major Changes

  • #1882 1efb5548 Thanks @gerardo-rodriguez! - Enhances the Subscribe component's ability to programmatically control its UI via destroy()/init() methods

    • initSubscribe() was renamed to createSubscribe()
    • init() must now be explicitly called to initialize
    • destroy() hides CTA buttons UI, shows digests sign up form
    // Initialize
    const subscribe = createSubscribe(document.querySelector('.js-subscribe'));
    subscribe.init();
    
    // Remove all event listeners, show subscription form
    subscribe.destroy();

v8.2.0

30 Jun 14:56
6da8a80
Compare
Choose a tag to compare

Minor Changes

v8.1.1

21 Jun 22:23
f571dc5
Compare
Choose a tag to compare

Patch Changes

v8.1.0

17 Jun 22:06
cbd2036
Compare
Choose a tag to compare

Minor Changes

  • #1858 b3752bc4 Thanks @tylersticka! - Add new title property to Icon component to make semantic fallback text much more straightforward

Patch Changes

v8.0.0

15 Jun 23:43
Compare
Choose a tag to compare

Major Changes

  • #1828 097a72fb Thanks @AriannaChau! - Refactor cloud cover component to handle headings and copy content separately. This will break spacing if templates don't transition to using heading instead of content.

  • #1849 810ed0e4 Thanks @tylersticka! - Adjusted breakpoints, max-widths and padding sizes of all full-width patterns (most notably the Container and Deck objects and the Sky Nav component) to better compose actual site content.

  • #1855 a4047b58 Thanks @spaceninja! - This change improves the Cloud Cover component's layout when used with the Subscribe component. It makes the Subscribe headings optional, and improved the layout to switch to horizontal when there's enough room for two buttons, rather than a fixed breakpoint.

    This is a breaking change because it removes the default values of the Subscribe component's headings.

Minor Changes

  • #1851 4a95532f Thanks @tylersticka! - Card covers within an alternate theme container will be brightened slightly to better offset covers with similar backgrounds to the container

  • #1848 0b9d5286 Thanks @spaceninja! - Update Columns block to use our standard rhythm styles so items contained in the columns will have the proper spacing.

  • #1847 22b2c7f3 Thanks @spaceninja! - Outdent Group blocks with backgrounds so their contents align with the page content.

  • #1850 0b967661 Thanks @tylersticka! - Add the "lavish" Rhythm object modifier for separating entire sections with the same fluid whitespace as padded containers

  • #1854 b1a6c3d1 Thanks @tylersticka! - Add responsive inline size utilities

  • #1853 d946c7a0 Thanks @tylersticka! - Add border utilities

  • #1852 4dbb59f2 Thanks @tylersticka! - Make active states more consistent between Button, Card and Event Summary

Patch Changes

v7.9.0

31 May 18:12
cf9ca35
Compare
Choose a tag to compare

Minor Changes

  • #1808 339b360f Thanks @calebeby! - Add color and other miscellaneous fixes to improve accessibility of content in older browsers

v7.8.0

26 May 17:34
Compare
Choose a tag to compare

Minor Changes

  • #1806 1e40dab9 Thanks @calebeby! - Responsively grow comment reply buttons

  • #1805 4a41c79a Thanks @spaceninja! - Update styles for vanilla blockquotes and tables in Markdown blocks, HTML blocks, and legacy posts to match Gutenberg block styles.

v7.7.0

25 May 18:33
7c5ab76
Compare
Choose a tag to compare

Minor Changes

Patch Changes