Skip to content

Commit e1a924d

Browse files
Publish Next Version (#1891)
1 parent 38ab8b0 commit e1a924d

File tree

7 files changed

+31
-38
lines changed

7 files changed

+31
-38
lines changed

.changeset/afraid-candles-sort.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/brown-stingrays-itch.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/large-eggs-guess.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changeset/sweet-pumpkins-dance.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/thin-bats-dress.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# @cloudfour/patterns
22

3+
## 10.0.0
4+
5+
### Major Changes
6+
7+
- [#1886](https://github.com/cloudfour/cloudfour.com-patterns/pull/1886) [`8c532dad`](https://github.com/cloudfour/cloudfour.com-patterns/commit/8c532dadf4959261670b2cd13dfd4c8cf7c199a6) Thanks [@spaceninja](https://github.com/spaceninja)! - Changes to support Error Pages:
8+
9+
This is considered a breaking change because the WordPress theme will need to be updated to support the Page object's new `header` block.
10+
11+
- Add a "full height" modifier to Cloud Cover
12+
- Add option to have no action in Ground Nav
13+
- Add optional header block to Page
14+
- Add optional classes to Page blocks
15+
16+
* [#1889](https://github.com/cloudfour/cloudfour.com-patterns/pull/1889) [`c6ba51d7`](https://github.com/cloudfour/cloudfour.com-patterns/commit/c6ba51d7ada354cba99b4fe9648fbbad3edd49a4) Thanks [@tylersticka](https://github.com/tylersticka)! - Revised WordPress alignment styles based on actual content needs. Changes include:
17+
18+
- Some blocks that previously required `alignwide` to fill container padding now do so by default.
19+
- `aligncenter` may be used to prevent a block from filling container padding.
20+
- `alignwide` now maxes out at the size of our default Container component `max-width` rather than an arbitrary value.
21+
- Margin, padding and inline size tweaks have been made to the Image and Group block styles as well as paragraphs with background colors.
22+
23+
### Minor Changes
24+
25+
- [#1892](https://github.com/cloudfour/cloudfour.com-patterns/pull/1892) [`b82e9524`](https://github.com/cloudfour/cloudfour.com-patterns/commit/b82e9524c68f74620085008a31df34b0f6b6bc78) Thanks [@calebeby](https://github.com/calebeby)! - Allow customizing the subscribe heading component via `heading_level` and `heading_weight`
26+
27+
* [#1896](https://github.com/cloudfour/cloudfour.com-patterns/pull/1896) [`38ab8b01`](https://github.com/cloudfour/cloudfour.com-patterns/commit/38ab8b01381c4b3016caa8b0131aee2046544c9f) Thanks [@tylersticka](https://github.com/tylersticka)! - Made Cloud Cover column gaps consistent with the Deck layout object to improve visual relationship of `content` and `extra` blocks
28+
29+
### Patch Changes
30+
31+
- [#1894](https://github.com/cloudfour/cloudfour.com-patterns/pull/1894) [`57128ad5`](https://github.com/cloudfour/cloudfour.com-patterns/commit/57128ad54035cebd9da493a4c72117edba1c4062) Thanks [@tylersticka](https://github.com/tylersticka)! - Ground Nav menu border colors now respect the current theme
32+
333
## 9.0.0
434

535
### Major Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudfour/patterns",
3-
"version": "9.0.0",
3+
"version": "10.0.0",
44
"author": "Cloud Four",
55
"description": "Front-end patterns for cloudfour.com",
66
"homepage": "https://github.com/cloudfour/cloudfour.com-patterns",

0 commit comments

Comments
 (0)