Skip to content

Latest commit

 

History

History
159 lines (136 loc) · 4.27 KB

CHANGELOG.md

File metadata and controls

159 lines (136 loc) · 4.27 KB

v2.0.8

Fixes:

  • Always output the post title in the single template

v2.0.7

Fixes:

  • Conditions under which the sidebar renders
  • Filtering of "report" style taxonomy terms
  • Article title font sizes
  • Post list block appearance in the block editor
  • Image copyright appearance on frontend

v2.0.6

Fixes:

  • Better support internal SP plugin on search page

v2.0.5

Fixes:

  • Typo in content maximisation conditionals
  • Search page taxonomy filters
  • Missing page title when page has no Hero

v2.0.4

Fixes:

  • Regression on featured images attached via global media library when Multisite Global Media is active

v2.0.3

Fixes:

  • Links in site footer not rendering correctly
  • Inability to click Social Icons links
  • Buttons block spacing in post content

v2.0.2

Fixes:

  • Site footer content now pulls from legacy Theme Options by default

v2.0.1

Fixes:

  • Filters on search results not being correctly applied

v2.0.0

Features:

  • Breaking change: All PHP templates have been replaced with FSE templates
  • Breaking change: Typography moved to theme.json
  • Breaking change: Colour scheme moved to theme.json
  • Add wp-env support for development
  • Many block patterns have been created
  • Archive Filters SSR block
  • Archive Header SSR block
  • Query Count block
  • Search Form SSR block
  • Search Header SSR block
  • Sidebar block

Fixes:

  • Line height in Counter block
  • Rendering of posts on author template

Improvements:

  • Block restrictions have been removed
  • Introduce fluid typography
  • Breaking change: Custom skip link has been removed in favour of WP core's
  • Add support for core/cover block
  • Add support for core/quote block

Deprecations:

  • Background Media block
  • Call To Action block
  • Collapsable block
  • Custom Card block
  • Links With Icons block

v1.2.0

Features:

  • Add Call to Action block patterns
  • Add Audio/Quote block patterns

Fixes:

  • Rendering issue in README.md
  • Missing spacing above Blockquote block
  • Layout of Latest Posts block in Sidebars
  • Erroneous whitespace below Hero block

Chores:

  • Move deprecated blocks to correct directory
  • Bump Webpack version
  • Bump Micromatch version

v1.1.2

Fixes:

  • Add missing viewport meta tags

v1.1.1

Fixes:

  • Remove Pop-in from FSE header template
  • Post List content fields rendering in custom Grid mode
  • Hero CTA button link functionality

v1.1.0

Features:

  • Introduce full site editing support
  • Add FSE 404 template
  • New Hero block to replace Header/Banner
  • Add optional output of video credit/caption on Hero-style blocks
  • Introduce new block pattern categories
  • Add many block patterns

Fixes:

  • Miscellaneous rendering issues in Hero-style blocks
  • Rendering of Post List grid items in editor
  • Missing URI path fallback in redirect helper
  • Width of blocks in Sidebar
  • Language code collisions
  • Theme script translations

Improvements:

  • Deprecate Links With Icons block
  • Migrate font family declarations to theme.json
  • Normalise gutters across existing PHP templates
  • Remove old Social Share block pattern
  • Register old blocks in PHP for FSE support
  • Move SVG sprite to CSS var
  • Remove unused metadata options from pages in block editor
  • Adjust sorting of terms in Term List block
  • Improve rendering of site logo in header
  • Update composer dev dependencies
  • Re-enable all core blocks
  • Improve appearance of details block
  • Remove old, unused recipients block

v1.0.3

Fixes:

  • Missing theme screenshot
  • Flourish Embed HTTPS enforcement
  • Iframe Button URI embedding
  • Linting of JSX files
  • ESLint violations
  • Missing URI path in taxonomy redirect

v1.0.2

Fixes:

  • Potential collision in language handling when languages share an ISO 639-1 code
  • Translations packs not loading correctly in some circumstances
  • Missing whitespace after formatted text in Collapsable block

v1.0.1

Fixes:

  • Prevent featured image output if post has a header block
  • Add fallback path to search permalink helper to prevent PHP Warning
  • Remove unnecessary margin on Links With Icons block
  • Resolve rendering and editing issues with Post List block in editor
  • Remove paragraph width constraint
  • Remove width constraint from site logo
  • Ignore accents when sorting terms in A-Z block
  • Increase size of buttons on A-Z block to distribute more sensibly
  • Introduce gutters on post single

v1.0.0

Initial release