Release 0.8.0
Updated styling to use theme.json and WordPress tokens, added page templates and global styles, and removed obsolete code.
View full changelog
Added
- Added
front-pageandpageblock templates with header, post content, and footer template parts. - Added a brand style variation partial with an alternate palette and Plus Jakarta Sans typography setup.
- Added light fill and outline button style variation partials with theme.json hover states.
- Added expanded theme presets for border radii, aspect ratios, shadows, semantic spacing sizes, fluid spacing sizes, and transition custom tokens.
- Added global theme styles for core button, code, navigation, preformatted, pullquote, separator, and table blocks.
- Added link default, hover, and visited styles in
theme.json. - Added
.cursor/plansto ignored local tooling files.
Changed
- Updated the theme color palette and gradient definitions to the latest brand token slugs and values.
- Updated font size, heading, paragraph, button, spacing, block gap, and root padding styles in
theme.json. - Moved button fill and outline defaults into
theme.jsoncore button variations, including shared transitions via theme custom tokens. - Renamed button style variations from dark/light primary/secondary/link variants to fill, outline, and link-oriented variations.
- Updated the button block SCSS to only cover styles that theme.json cannot express, including icon-only button support.
- Updated transition mixins to use WordPress-emitted
--wp--custom--transition--*tokens instead of local--afs-trs-*variables. - Updated block style documentation to reflect theme.json-first style variations and the current token names.
- Updated the editor entry bundle to remove the example style registration side-effect import.
- Updated the index template markup to the current block editor query template structure.
Removed
- Removed JavaScript-based example block style registration and the unused heading/paragraph example stylesheets.
- Removed heading and paragraph style variation JSON partials now handled by global theme typography styles.
- Removed obsolete primary and secondary button style variation partials.