Site logo

GenerateBlocks Pro 2.1.0

  • Feature: Add device visibility controls
  • Feature: Improve styles builder indicator dot system
  • Feature: Add `static` value to the “Position” control
  • Feature: Add `aria-label` field to all blocks
  • Feature: Add `inline-grid` option
  • Feature: Add tag name options to tab/accordion blocks
  • Feature: Add inherited values as placeholders
  • Fix: Nested accordions
  • Fix: Missing `tablist` role
  • Fix: Missing “current parent” query parameter
  • Fix: Fallback preview support in color picker
  • Fix: Inability to type some units in the `UnitControl`
  • Fix: Block/pattern preview styles
  • Fix: IME issues with multi-select component
  • Fix: Custom at-rule switching in the editor
  • Fix: Font family filter in the styles builder
  • Fix: `UnitControl` values starting with a dash
  • Fix: Post meta key dot manipulation
  • Fix: Allow next/previous author source
  • Fix: Dimension control tab order
  • Tweak: Improve editor performance
  • Tweak: Improve default styles builder selectors/shortcuts
  • Tweak: Add searching notice to styles builder
  • Tweak: Remove pattern collection sitemap
  • Tweak: Allow empty `alt`

GenerateBlocks 2.1.0

  • Feature: Enable full iframe editor
  • Feature: Improve styles builder indicator dot system
  • Feature: Add static value to the “Position” control
  • Feature: Add aria-label field to all blocks
  • Feature: Add inline-grid option
  • Feature: Add inherited values as placeholders
  • Fix: Missing “current parent” query parameter
  • Fix: Fallback preview support in color picker
  • Fix: Inability to type some units in the UnitControl
  • Fix: Block/pattern preview styles
  • Fix: IME issues with multi-select component
  • Fix: Border sync button alignment in v1 blocks
  • Fix: Single comment count option key in dynamic tags
  • Fix: Custom at-rule switching in the editor
  • Fix: Font family filter in the styles builder
  • Fix: UnitControl values starting with a dash
  • Fix: Image block selection in WP 6.8
  • Fix: Dynamic tag parsing all blocks in Container at once
  • Fix: Allow 0 as nested post meta key
  • Fix: Ensure block style assets load in wp_head
  • Fix: Dimension control tab order
  • Fix: Conditional loading of instant pagination script
  • Tweak: Improve editor performance
  • Tweak: Always show popular user meta fields in dropdown
  • Tweak: Add support for device visibility feature in Pro
  • Tweak: Add generateblocks_use_v1_blocks filter
  • Tweak: Improve default styles builder selectors/shortcuts
  • Tweak: Load permissions earlier in the editor
  • Tweak: Improve block keywords
  • Tweak: Sanitize block ID attribute value
  • Tweak: Allow the download attribute to have a value
  • Tweak: Add searching notice to styles builder
  • Tweak: Add generateblocks_block_css filter
  • Tweak: Add generateblocks_process_block_css action
  • Tweak: Add default alt tag to images

GP Premium 2.5.1

  • Feature: Serve new GenerateBlocks 2.0 sites in the Site Library
  • Feature: Add more GenerateBlocks 2.0 dynamic tags if GB Pro is not active
  • Feature: Add support for Font Library when importing starter sites
  • Fix: Missing Elements Display Rules in some configurations

GenerateBlocks Pro 2.0.0

This is a major release. Check out the full details in our release post.

  • New: Add support for GenerateBlocks 2.0
  • New: All blocks re-written from scratch for better performance and control
  • New: Version 1 blocks still exist where used and function normally
  • New: Version 1 blocks can be enabled by default with simple filter
  • New: Accordion block (and inner blocks) re-written using 2.0 technology
  • New: Accordion icon block – easily choose your open/close icons
  • New: Tabs block (and inner blocks) re-written using 2.0 technology
  • New: Full ACF support in new dynamic tags feature
  • New: Full ACF support in new Query block
  • New: Query ACF post and options page repeaters in Query block
  • New: Filter Global Style design options in based on whether they have a value
  • New: Filter Global Style design options in based on whether they’re inheriting a value
  • New: Full control over v2 block HTML attributes
  • New: Full control over image link HTML attributes
  • New: Better Global Style indicator dots when inhereting styles

GenerateBlocks 2.0.0

This is a major release. Check out the full details in our release post.

  • Security: Prevent logged-in contributors from querying private post content
  • New: All blocks re-written from scratch for better performance and control
  • New: Version 1 blocks still exist where used and function normally
  • New: Version 1 blocks can be enabled by default with simple filter
  • New: Element block – replaces the Container and Grid blocks
  • New: Element blocks comes with Container and Grid variations in the block inserter
  • New: Text block – replaces the Headline and Button blocks
  • New: Text blocks comes with Headline, Text, and Button variations in the block inserter
  • New: Query block – replaces the Query Loop block
  • New: Looper block – replaces the Grid block inside of the Query block
  • New: Loop Item block – replaces the Post Template (Container) in the Query block
  • New: No Results block – add content that displays if no Query results are found
  • New: Page Numbers block – add page numbers for pagination in your Query block
  • New: Shape block – add any SVG shape to your pages
  • New: Media block – replaces the Image block
  • New: Local blocks now have the full styles builder found in GB Pro Global Styles
  • New: Local blocks can now be designed at any breakpoint or nested rule
  • New: Filter block design options in the editor based on whether they have a value
  • New: Filter block design options in the editor based on whether they’re inheriting a value
  • New: Dynamic tags system. Insert dynamic data anywhere in your blocks
  • New: Multiple dynamic tags can be inserted into a single block
  • New: –gb-container-width CSS variable for getting the global max-width
  • Performance: Local blocks now generate their CSS and HTML as you build in the editor
  • Performance: Blocks are output as static HTML/CSS on the frontend for better performance

GeneratePress 3.5.1

This update contains a couple of small bug fixes for issues that we found in 3.5.0.

In this version, we reverted our decision to include appearance-tools theme support in the theme. We enabled support to enable more options in core blocks. Unfortunately, it seems that adding this support also allows core to add some potentially disrupting CSS to the front end of websites, which caused some layout issues for some users.

For users who wish to enable support (and didn’t have layout issues), they can do so like this:

add_action( 'after_setup_theme', function() {
    add_theme_support( 'appearance-tools' );
} );

3.5.1

  • Tweak: Revert addition of appearance-tools theme support
  • Fix: Dropdown click conflict with off-canvas panel

GenerateBlocks Pro 1.7.1

  • Feature: Add full support for GenerateCloud
  • Fix: CSS variable naming conflicts in the editor
  • Fix: Missing legacy Global Style options in Grid block
  • Fix: aria-hidden attribute mistyped in accordion icons (a11y)
  • Fix: tabpanel role on wrong container (a11y)
  • Fix: Links in closed accordion items can be focused (a11y)
  • Fix: Nested accordion height issues
  • Tweak: Show all options in Global Styles Builder
  • Tweak: Add IDs to accordion and tab items by default (a11y)

More changelogs can be found in our legacy development blog.