Releases: tschortsch/bootstrap-blocks-wordpress-plugin
1.4.0
Changelog
- [CHANGE] Decrease loading priority of block editor assets to ensure that custom block filters are executed.
- [CHANGE] Add custom classes of row block to row-div instead of wrapper-div.
- [FEATURE] Added possibility to define equal-width columns.
- [IMPROVEMENT] Improve template selection button styling when using a custom icon.
- [IMPROVEMENT] Optimized editor styling of grid.
- [IMPROVEMENT] Do not limit the width of child blocks inside the container block.
Modified templates
The following templates were modified in this release. Please think about updating your own templates if you have overwritten one of those:
column.phprow.php
1.3.1
Changelog
- [FIX] Fix meaning of
wpBootstrapBlocks.row.useOldObjectTemplateStructurefilter. In v1.3.0 boolean value was inverted. - [FIX] Fix add default icon to template if it's missing.
1.3.0
In this release we changed the template structure for the row block form object to array (see template update guide). With this change we try to move towards the new template structure which will be introduced by the InnerBlocks template selector feature.
If you used the wpBootstrapBlocks.row.templates filter to modify the existing row templates please update your template structure accordingly (see filter documentation). The old structure will still work but is deprecated.
As soon as you have updated your template structure you need to disable the old object template structure with the wpBootstrapBlocks.row.useOldObjectTemplateStructure filter.
Changelog
- [IMPROVEMENT] Improve template selection in row block. Added possibility to set an icon for each template.
- [IMPROVEMENT] Use withSelect / withDispatch HOCs in row block.
1.2.0
Changelog
- [FEATURE] Added new filter
wp_bootstrap_blocks_enqueue_block_assetsto disable enqueuing block assets. - [Fix] Fix enqueuing of script and style dependencies.
1.1.0
Changelog
- [FEATURE] Added possibility to set background color on column block.
- [IMPROVEMENT] Optimized editor styling of row block.
Modified templates
The following templates were modified in this release. Please think about updating your own templates if you have overwritten one of those:
button.phpcolumn.phprow.php
1.0.0
First public release