-
Renaming to follow WordPress terminology
-
Switch docs from Jekyll to docsify
-
Allow block namespace to be customized through
Loader::setBlockNamespace
-
Update block white list
-
Added Blade template engine
-
Automatically add color utility classes to block wrapper
-
Remove REST url reference on frontend
-
Use
add_editor_style
to properly scope editor styles -
Add strict types
-
Require block.json for settings
-
Change namespace from
GutenbergBlocksFramework
toGutenbergBlocks
-
Remove deprecated methods and properties
-
Rename
addCriticalCss
toaddInlineCss
-
Add 3rd parameter to
render_callback
-
Update dependencies
-
Use default
is-style-
CSS class instead of forcing BEM convention -
Add GitHub workflow
-
Add method to configure custom block categories
-
Add docs
-
Update dependencies
-
Allow block view to be overridden in child theme
-
Allow blocks to be restricted to specific post types via PHP class or Attribute
-
Fix
TemplateCollector
issue -
Rename post type template folder
-
Improve unit tests
-
Update block white list
-
View rendering refactoring
-
Output alignwide class when block is align wide.
-
Update deprecated block filters for WordPress 5.8
-
Fix URL issue when package is used in a theme instead of plugin
- Don't render custom wrapper div in overridden core block view
- Initial release