Releases: cloudfour/cloudfour.com-patterns
v11.2.0
Minor Changes
- #1938
adae0564Thanks @spaceninja! - Addo-container__padclass
Patch Changes
- #1936
4708f00aThanks @spaceninja! - Update Card and Overview to only useheaderandfooterelements if the containing element is anarticleorsection.
v11.1.0
Minor Changes
-
#1929
bac89ee7Thanks @tylersticka! - Increase the supported column modifiers from 4 to 6 for the Deck layout object to support smaller content chunks -
#1928
fe55de90Thanks @gerardo-rodriguez! - Add z-indexalertdesign token and use in Page object for Alert placement -
#1930
a871faa7Thanks @tylersticka! - Make default, center, full and wide alignment options consistent between WordPress image and video blocks
v11.0.0
Major Changes
- #1917
4e8ef044Thanks @calebeby! - Remove button-swap component JS. Users of the component will need to implement their own functionality for this component.
Minor Changes
-
#1921
fe7a95f0Thanks @gerardo-rodriguez! - Adds an optional Alert block to the Page object -
#1910
4384eccfThanks @tylersticka! - Set thetab-sizeforpreelements to2to encourage more accessible code samples without compromising horizontal real estate -
#1914
896a746cThanks @gerardo-rodriguez! - Updates the Alert component by addingrole,idandhiddentemplate properties
v10.1.0
v10.0.0
Major Changes
-
#1886
8c532dadThanks @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
headerblock.- 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
c6ba51d7Thanks @tylersticka! - Revised WordPress alignment styles based on actual content needs. Changes include:- Some blocks that previously required
alignwideto fill container padding now do so by default. aligncentermay be used to prevent a block from filling container padding.alignwidenow maxes out at the size of our default Container componentmax-widthrather 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
b82e9524Thanks @calebeby! - Allow customizing the subscribe heading component viaheading_levelandheading_weight -
#1896
38ab8b01Thanks @tylersticka! - Made Cloud Cover column gaps consistent with the Deck layout object to improve visual relationship ofcontentandextrablocks
Patch Changes
- #1894
57128ad5Thanks @tylersticka! - Ground Nav menu border colors now respect the current theme
v9.0.0
Major Changes
-
#1882
1efb5548Thanks @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
c1df9affThanks @tylersticka! - Addis-loadingstate class to Buttons -
#1868
85de9d29Thanks @tylersticka! - Addlavish-headingsmodifier to Rhythm object to simplify constistent spacing within containers -
#1868
85de9d29Thanks @tylersticka! - Addamountandheading_amountproperties to Rhythm object to simplify usage in templates -
#1879
c1df9affThanks @tylersticka! - Add support foraria-disabledattribute to Buttons
v8.1.1
Patch Changes
- #1866
01d3a6dfThanks @tylersticka! - Fix headings in Rhythm objects not respecting cascade of--rhythmcustom property
v8.1.0
Minor Changes
- #1858
b3752bc4Thanks @tylersticka! - Add newtitleproperty to Icon component to make semantic fallback text much more straightforward
Patch Changes
-
#1858
b3752bc4Thanks @tylersticka! - The Ground Nav button's icon is no longer presented inconsistently with other button icons -
#1858
b3752bc4Thanks @tylersticka! - The default icon fallback now exists (oops) -
#1858
b3752bc4Thanks @tylersticka! - Icons used in the Alert component no longer use invalidaria-hiddenvalues
v8.0.0
Major Changes
-
#1828
097a72fbThanks @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
810ed0e4Thanks @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
a4047b58Thanks @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
4a95532fThanks @tylersticka! - Card covers within an alternate theme container will be brightened slightly to better offset covers with similar backgrounds to the container -
#1848
0b9d5286Thanks @spaceninja! - Update Columns block to use our standard rhythm styles so items contained in the columns will have the proper spacing. -
#1847
22b2c7f3Thanks @spaceninja! - Outdent Group blocks with backgrounds so their contents align with the page content. -
#1850
0b967661Thanks @tylersticka! - Add the "lavish" Rhythm object modifier for separating entire sections with the same fluid whitespace as padded containers -
#1854
b1a6c3d1Thanks @tylersticka! - Add responsive inline size utilities -
#1853
d946c7a0Thanks @tylersticka! - Add border utilities -
#1852
4dbb59f2Thanks @tylersticka! - Make active states more consistent between Button, Card and Event Summary
Patch Changes
- #1832
35f799a6Thanks @tylersticka! - Corrected the size of the social icons in the Ground Nav component