- Added in support for the core WP "Media & Text" block. New stylesheet at
resources/scss/blocks/core/_media-text.scss
.
- Corrected whitespace issues in
composer.json
. - Bumped
postcss-preset-env
to ^6.4.0 to correct an issue where CSS variables were being output twice.
- The core WP
cover-image
block was renamed tocover
to accommodate different types of media. Our block stylesheet changed to reflect this. Seeresources/scss/blocks/core/_cover.scss
. - Now using the
.editor-styles-wrapper
class instead of.edit-post-visual-editor
for styling the block editor. - Updated Node and Composer packages.
- Added default style rules for
.wp-smiley
and.emoji
classes.
- Updated Node packages.
- Checks that a file/folder exists before attempting to copy it during the export process.
- Added a missing closing
)
inresources/scss/utilities/_alignment.scss
. - Removed the redundant
.align*
styles fromresources/scss/blocks/*
. - Corrected
.alignleft
and.alignright
margins, which were backwards. - Fixed typo in
index.php
.
- Everything's new!