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

Reorganize block classes #14

Merged
merged 1 commit into from
Nov 28, 2023
Merged

Reorganize block classes #14

merged 1 commit into from
Nov 28, 2023

Conversation

dlh01
Copy link
Member

@dlh01 dlh01 commented Nov 28, 2023

Summary

As titled.

Notes for reviewers

None.

Changelog entries

Added

  • Lazy_Blocks class.

Changed

  • Default_Classname_Wrapped_Block class renamed Default_Classname_Block and moved to Alley\WP\Blocks namespace.
  • Blocks, Each_Replaced_Blocks, Inner_Blocks_Prepended, Named_Block, and Parsed_Block classes moved to Alley\WP\Blocks namespace.
  • Blocks_Of::iterable() static constructor now Blocks::from_iterable().

Deprecated

Removed

  • Blocks_Of class.
  • Block_Sequence interface.

Fixed

Security

Copy link
Contributor

@mogmarsh mogmarsh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@dlh01 dlh01 merged commit c7979b7 into main Nov 28, 2023
6 checks passed
@dlh01 dlh01 deleted the feature/block-reorg branch November 28, 2023 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants