Skip to content

Releases: wpengine/frost

Version 0.8.9

07 Mar 14:50
29bf2d5
Compare
Choose a tag to compare

Version 0.8.9 introduces blockGap support and takes advantage of new features in Gutenberg 12.7. If you are upgrading from a previous version of Frost, please be aware of these impactful changes.

Enhancements

  • Add blockGap support. (#59)
  • Update all patterns and templates to be compatible with blockGap. (#59)
  • Remove all data-align styles. No longer need in Gutenberg 12.7+. (e152a6b)

Bug Fixes

  • Add baseline for responsive images. (c231981)

Version 0.8.8

28 Feb 15:42
Compare
Choose a tag to compare

Enhancements

  • Bump WP requirement to 5.9+. (db38f5d)

Bug Fixes

  • Fix skipped h3 in team patterns. (#53)

Version 0.8.7

21 Feb 18:00
Compare
Choose a tag to compare

Enhancements

  • Add split footer patterns. (#51, e7bebdc)
  • Add .gitattributes file. (#44)
  • Add kbd styling. (afa9b73)

Bug Fixes

  • Fix code styling in Editor. (afa9b73)

Version 0.8.6

14 Feb 17:06
Compare
Choose a tag to compare

Enhancements

Bug Fixes

  • Remove full width alignment on post content. (67c2023)

Version 0.8.5

07 Feb 15:05
Compare
Choose a tag to compare

Since the last release, this repository has been renamed from wpengine/themes to wpengine/frost and was restructured to include only the Frost theme (#39). This change will make the Frost easier to use and fork. That said, if you already forked the wpengine/themes repository, please be aware of this change.

Enhancements

  • Add column margin style. (50467cf)
  • Add split page patterns. (#38, ff73d76)
  • Consolidate block style registration. (e540976)

January 31, 2022

31 Jan 14:47
Compare
Choose a tag to compare

General

  • Updated Frost 0.8.3 → 0.8.4

Theme-specific notes are outlined below.

Frost

Current version at time of release: 0.8.4

Enhancements

  • Remove orphan CSS. (794fdf3)
  • Remove unnecessary filter. (#31)

Bug Fixes

  • Fix missing className in templates. (a7fcbbc)
  • Fix pattern spacing. (78284b2)

January 24, 2022

24 Jan 19:02
Compare
Choose a tag to compare

General

  • Updated Frost 0.8.2 → 0.8.3

Theme-specific notes are outlined below.

Frost

Current version at time of release: 0.8.3

Enhancements

  • Add Query patterns. (#2)
  • Add viewportWidth specification to patterns to improve pattern previews in WordPress 5.9 RC3. (1681cc5)
  • Update alignment styling in the Site Editor. (ee3a635)
  • Update pattern categories and names. (#8)
  • Update post author name/meta. (60537e7)
  • Remove fade-in CSS transition. (#29)
  • Remove editor stylesheet and combine into a single style.css. (#24)
  • Remove unnecessary alert from index.php in preparation for the WordPress 5.9 release. (#19)
  • Remove unnecessary styles. (ae73403, 6584f9b)
  • Remove unnecessary group blocks in template parts. (2415522)
  • Remove unnecessary theme.json settings. (6194134)

Bug Fixes

  • Fix button styling in Editor. (#27)
  • Fix incorrect separator color/height when background color is applied. (97d80a0, 2795a85)
  • Fix pricing table list margin. (86fd71c)
  • Fix spacer block error in WordPress 5.9 RC3. (#26)

January 17, 2022

17 Jan 15:57
Compare
Choose a tag to compare

General

  • Add PHP code linting and associated GitHub action (#22)
  • Updated Frost 0.8.1 → 0.8.2

Theme-specific notes are outlined below.

Frost

Current version at time of release: 0.8.2

Enhancements

  • Added improved ul/ol styling. (ce8fd0c)
  • Removed the hardcoded favicon since favicons can now be set using the Site Icon block. (0816d03)
  • Removed the home.html template. (11fe788)
  • Removed the assets folder and moved style-editor.css to the root directory. (32bc45e)

Bug Fixes

  • Added temporary fix for padding bug in pattern previews. (#23)

Code Quality

  • Lint all PHP in accordance with WordPress coding standards. (#22)

January 10, 2022

10 Jan 14:31
Compare
Choose a tag to compare

General

  • Updated Frost 0.8.0 → 0.8.1

Theme-specific notes are outlined below.

Frost

Current version at time of release: 0.8.1

Enhancements

Bug Fixes

  • Update alignment and fix horizontal scrolling in editor (#14)

Code Quality

January 3, 2022

03 Jan 19:35
Compare
Choose a tag to compare

General

  • Add and setup wpengine/themes repository.
  • Add Frost full-site editing theme.

Theme-specific notes are outlined below.

Frost

Current version at time of release: 0.8.0

Enhancements

  • Add Outfit font for use in headings. (9065268)
  • Add several basic footer patterns. (#3)
  • Add 3-column patterns. (6e763be)
  • Add Navigation block editor styles. (b4ce813)
  • Add Fill/Outline white block styles. (9acfb84)
  • Convert patterns from using Columns blocks to Media & Text blocks. (6c78652)
  • Remove login form pattern. (75268e0)
  • Remove magic class for no bottom margin. (30fa2a1)

Bug Fixes

  • Ensure templates display correctly in the Site Editor. (#5)
  • Adjust paragraph margin styling in the editor for the Post Author block. (#6)

Code Quality