You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved Project Dependencies Management
The dependencies in index.asset.php have been updated, with the removal of 'react-jsx-runtime' and 'wp-primitives'. This helps reduce bloated components and increase efficiency.
Hash Version Update
The version hash in index.asset.php has been changed from 'ba5ac4ef32527b65cc60' to '37389dc4747e8e7e0953'. This reflects the implementation of the new changes and enhances the component's uniqueness.
Code Clean-up
The block registration in index.js has been refactored, with the removal of commented-out code for both 'core/buttons' and 'core/details' variations. This makes the code easier to read and manage, improving workflow efficiency.
Block Registration Simplification
The structure of the function used for registering block variations has been simplified and naming convention has been adjusted for clarity, improving comprehensibility and reducing effort during development and debugging.
Consistency in Data Processing
The block registration logic has been combined, ensuring that the service data is consistently processed across functionalities. This merge helps in enhancing maintainability, reducing code redundancy and ensuring uniformity.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
…ith template.
Description of the Change
Closes #
How to test the Change
Changelog Entry
Credits
Props @username, @username2, ...
Checklist: