Chap 1.23.2
Add option to display an image instead of site title in the sidebar menu (Chap Theme -> Menus -> Sidebar menu -> Branding -> Image).
Fix retrieving subtitle for Blog page (
page_for_posts
).Add AMP support for horizontal dividers with text content.
Allow to save theme options with
Ctrl+S
hotkey.Add option to add custom content to
<head>
and <body>
tags (Chap Theme -> Code -> Head and body tags).Change
aria-current
value in pagination active item from true
to page
.Check compatibility with WooCommerce 5.7.
Chap Slides 1.0.1
Implement experimental theme option to edit slides using the block editor (Chap Theme -> Slider -> Slides post type -> Block editor).
Gutenberg Semantic UI 1.0.29
Fix
gsui/list
block transformation from and to core/list
.Add limit to how many times the editor checks for automatic Semantic UI recompilation.
Chap Shortcodes 1.12.8
Allow
select
shortcode to be clearable
.Add
locale
attribute to show
shortcode, allowing to only show content for specific locales.Wrap js module initialization scripts in
DOMContentLoaded
.Added ability to create dynamic shortcodes which are shortcodes that can act as variables that can be used throughout the site and later modified from 1 place (Chap Theme -> Chap Shortcodes -> Dynamic shortcodes).