Skip to content

v2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Feb 20:51
· 357 commits to main since this release

Block editor features

  • Block(Paragraph): ✨ Add intro text paragraph style (3da48d5)
  • Block(List): ✨ Add upper and lower alpha list styles for list block (d3bf182)
  • Block(List): 🎨 Add side navigation style option to list block (#190) (8f9027e)
  • Block(all): introduced pre-configured spacing options (introduced in WordPress 6.1), which improves the draggable control slider in the settings area for every block.
  • Patterns: ✨ Add new content with sidebar navigation pattern (349a4e0)
  • Typography: ✨ updated font-size options that follow a "major-second" type scale, with a 16px base font-size. Added two additional font size options, and renamed the options to a numeric naming convention.

Theme settings changes

  • Layout: content area width increased from 72rem (1152px) to 80rem (1280px) per request from Barretto
  • Layout: we now use the useRootPaddingAwareAlignments setting (introduced in WordPress 6.1) to manage padding on the body tag and edge-to-edge blocks.
  • Typography: headings are now uniformly styled at font-weight 500
  • ⚡️ Typography: site title is larger than page title

Bug Fixes

  • ⚡️ Add flex to body tag and grid to the blocks container to stick both footers to the page bottom (#184) (6ca0318)

Full Changelog: v2.0.1...v2.1.0