Patterns Patch V2 #5
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This patch release focuses on improving the reliability and WordPress Gutenberg compatibility of block patterns across the Callandor library. The changes address critical rendering issues in image and column blocks, ensure proper alignment class implementation, and standardize pattern structure to prevent "unexpected or invalid content" errors in the WordPress block editor. Version 1.0.0-beta.7 includes updates to 8 pattern files spanning hero, CTA, features, testimonials, pricing, team, and contact categories, with particular attention to border styling and layout constraints.
WordPress Gutenberg Compatibility Fixes:
"radius":"8px") instead of individual corner objects, preventing block validation errors across hero, team, and testimonial patternsborderColorproperty with proper CSS classes (has-border-color,has-border-light-border-color) rather than inline style objects in pricing and feature patternsLayout and Alignment Improvements:
alignwideclass to column containers in hero-with-cta and hero-two-tone patterns to ensure proper content width constraints within theme layoutsRelease Management:
Files Changed:
CHANGELOG.md(Modified)callandor.php(Modified)patterns/contact/contact-info.php(Modified)patterns/cta/cta-newsletter.php(Modified)patterns/features/feature-grid.php(Modified)patterns/hero/hero-two-tone.php(Modified)patterns/hero/hero-with-cta.php(Modified)patterns/pricing/pricing-table.php(Modified)patterns/team/team-grid.php(Modified)patterns/testimonials/testimonial-card.php(Modified)readme.txt(Modified)