Chap 1.17.2 – Early Gutenberg support
Chap 1.17.2 changelog
Added styles for Gutenberg core blocks:
subhead
verse
pullquote
blockquote
embed, video, audio
preformatted
separator
table
image
cover image
gallery
global font, background, sizing, colors
Added Gutenberg Semantic UI plugin to allow creating Semantic UI elements in the Gutenberg editor. When Gutenberg plugin is active you will be prompted to install it.
Initially available Gutenberg Semantic UI blocks:
button
container
divider
header, subheader
icon
image
label
list, listitem
message
segment
Google fonts are now also loaded in the Gutenberg editor.
Theme compiles Gutenberg styles based on theme options.
Semantic UI colors are now options available under Chap Theme -> Styles, colors used in Gutenberg editor color palette.
<amp-video>
now has correct margins.Improved nested list spacing on AMP pages.
.alignleft
, .alignright
, .aligncenter
now have default WordPress margins on AMP pages.Added
.alignwide
and .alignfull
variants, only suitable for pages with no sidebars.Added AMP icon sanitizer that converts Semantic UI icon classes to FontAwesome (previously done in shortcode).
Added AMP GSUI sanitizer that loads Semantic UI styles based on Gutenberg Semantic UI blocks used on the current page.
Added AMP Gutenberg sanitizer that loads WordPress core block styles based on what is used on the current page.
AMP query argument is now forcibly removed when Chap Theme -> AMP -> Links in AMP menu redirect to main website is enabled.
Font weight
normal
and bold
are now global variables @normal
and @bold
(as per Semantic UI 2.3.0 release).Added metabox options for posts: Post layout, allows to control post layout similar to page templates (blog post, no sidebars, one sidebar, two sidebars).
Added filters to modify main container column width classes –
chap_primary_sidebar_column_width
, chap_secondary_sidebar_column_width
, chap_one_sidebar_main_column_width
, chap_two_sidebars_main_column_width
, as well as override the type directly: chap_page_type
.Updated WooCommerce support to 3.4.4.
Fixed WooCommerce product list widget’s star rating sizing.
Updated WordPress Recipe Maker support to 3.1.1.
Added description for
chap_slide
post type.