Releases: wpengine/frost
Version 0.8.9
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
Version 0.8.7
Version 0.8.6
Version 0.8.5
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
January 31, 2022
January 24, 2022
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
January 17, 2022
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 movedstyle-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
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
- Add search template (81872ca)
- Add home page pattern (e5b8f98)
- Add list styles (4f1473f, 9baf5bb)
- Localize all English strings (#1)
- Update link page/category (eabdabd)
- Update patterns (41514c8, dc63c6f, 494ce14)
Bug Fixes
- Update alignment and fix horizontal scrolling in editor (#14)
Code Quality
January 3, 2022
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)