Releases: cloudfour/cloudfour.com-patterns
v10.1.0
v10.0.0
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 componentmax-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.
- Some blocks that previously required
Minor Changes
-
#1892
b82e9524
Thanks @calebeby! - Allow customizing the subscribe heading component viaheading_level
andheading_weight
-
#1896
38ab8b01
Thanks @tylersticka! - Made Cloud Cover column gaps consistent with the Deck layout object to improve visual relationship ofcontent
andextra
blocks
Patch Changes
- #1894
57128ad5
Thanks @tylersticka! - Ground Nav menu border colors now respect the current theme
v9.0.0
Major Changes
-
#1882
1efb5548
Thanks @gerardo-rodriguez! - Enhances the Subscribe component's ability to programmatically control its UI viadestroy()
/init()
methodsinitSubscribe()
was renamed tocreateSubscribe()
init()
must now be explicitly called to initializedestroy()
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
Minor Changes
-
#1879
c1df9aff
Thanks @tylersticka! - Addis-loading
state class to Buttons -
#1868
85de9d29
Thanks @tylersticka! - Addlavish-headings
modifier to Rhythm object to simplify constistent spacing within containers -
#1868
85de9d29
Thanks @tylersticka! - Addamount
andheading_amount
properties to Rhythm object to simplify usage in templates -
#1879
c1df9aff
Thanks @tylersticka! - Add support foraria-disabled
attribute to Buttons
v8.1.1
Patch Changes
- #1866
01d3a6df
Thanks @tylersticka! - Fix headings in Rhythm objects not respecting cascade of--rhythm
custom property
v8.1.0
Minor Changes
- #1858
b3752bc4
Thanks @tylersticka! - Add newtitle
property to Icon component to make semantic fallback text much more straightforward
Patch Changes
-
#1858
b3752bc4
Thanks @tylersticka! - The Ground Nav button's icon is no longer presented inconsistently with other button icons -
#1858
b3752bc4
Thanks @tylersticka! - The default icon fallback now exists (oops) -
#1858
b3752bc4
Thanks @tylersticka! - Icons used in the Alert component no longer use invalidaria-hidden
values
v8.0.0
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
- #1832
35f799a6
Thanks @tylersticka! - Corrected the size of the social icons in the Ground Nav component