Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement updates catering for Gutenberg 10.2.x, 10.3.x and 10.4.0 #60

Closed
bobbingwide opened this issue Apr 8, 2021 · 3 comments
Closed
Assignees
Labels
enhancement New feature or request Gutenberg A bug / enhancement to Gutenberg

Comments

@bobbingwide
Copy link
Owner

bobbingwide commented Apr 8, 2021

There were a few new blocks and variations in Gutenberg 10.2 and 10.3.
In order to document these I need to be able to demonstrate their use in existing template / template-parts.

  • A couple of the new blocks / variations only work on archive pages and don't do anything when used in a block CPT.

  • Some of them replace original logic supported by shortcodes

    • Query Title & Archive variation
    • Term Description
  • Other blocks will benefit from other changes

    • Template part Header variation
    • Template part Footer variation
@bobbingwide bobbingwide added enhancement New feature or request Gutenberg A bug / enhancement to Gutenberg labels Apr 8, 2021
@bobbingwide bobbingwide self-assigned this Apr 8, 2021
@bobbingwide bobbingwide changed the title Implement updates catering for Gutenberg 10.3 Implement updates catering for Gutenberg 10.2 and 10.3 Apr 8, 2021
@bobbingwide
Copy link
Owner Author

bobbingwide commented Apr 14, 2021

Styling of my own pagination no longer works properly with GB 10.4.0
Need to check where it went wrong. It's OK on GB10.0.2 on live.
These should all be inline.
image

It looks like I've broken it in my local development environment. Maybe I should update the live site, but not the theme.

@bobbingwide
Copy link
Owner Author

bobbingwide commented Apr 14, 2021

Problem appears to be that wpautop() is being run.
So the improvement to template-part.php to remove wpautop() processing hasn't made it into GB 10.4.0
Until such as time as it has, I'll need to reinstate my logic in the Fizzie template-part override.

@bobbingwide bobbingwide changed the title Implement updates catering for Gutenberg 10.2 and 10.3 Implement updates catering for Gutenberg 10.2.x, 10.3.x and 10.4.0 Apr 14, 2021
@bobbingwide
Copy link
Owner Author

delivered in v0.5.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Gutenberg A bug / enhancement to Gutenberg
Projects
None yet
Development

No branches or pull requests

1 participant