Create your own custom blocks with Wicked Block Builder! There’s no setup required and you can build blocks in as little as a few minutes.
https://www.youtube.com/watch?v=xZ18r-w7C9k
1.4.4 (March 21, 2024)
- Fix: props.tokens is readonly error preventing blocks from working in some instances
1.4.3 (August 3, 2023)
- New: autocomplete input option for TermSelect (Wicked Block Builder Pro)
- Tweak: InnerBlocks and DynamicPreview components can now be added to the root level of the block
- Tweak: change TermSelect to display all terms (previously only displayed first 100 terms)
- Fix: invalid file type error when importing block JSON file in certain environments
- Fix: changes to a duplicated block containing an array attribute update the original block's array attribute also
- Fix: deprecation warnings in PHP 8.2
1.4.2 (March 29, 2023)
- New: ability to set a custom SVG icon for block
- Fix: icon popup selector not anchored to icon button in block settings
- Tweak: change default value field for boolean attributes to a radio selection of true or false instead of text field
- Tweak: remove 'checked by default' option from Toggle component. This can now be controlled by setting the default value for the attribute associated with the Toggle
- Tweak: remove multiline property from RichText component (WordPress has deprecated this property)
1.4.1 (March 3, 2023)
- New: add block support option for color
- New: wbb_builder_api_get_post_types_args filter can be used to adjust the arguments used to query post types available to the PostSelect component
- New: add support for dynamic blocks to plugin export feature
- Fix: 'the plugin does not have a valid header' error when installing pro version via Zip file
- Fix: PostSelect not working in blocks exported to plugin
- Tweak: re-organize source JavaScript to reduce generator script file size
- Tweak: attributes in dynamic blocks can (and should) now be accessed via $attributes variable
1.4.0 (February 20, 2023)
- New: ability to copy/paste elements and components between screens and other blocks
- New: re-style block builder to appear more code-like
- New: InnerBlocks component now supports specifying an HTML tag
- New: DynamicPreview component lets you view a dynamic block in the editor
- Fix: block builder crashes when Image component field mapping panel is left open before accessing the settings of a different Image component
- Fix: Sidebar screen in builder doesn't indicate which item is selected
- Fix: extraneous empty space in block toolbar
- Tweak: show tag attributes and styles in markup in block builder
1.3.0 (January 20, 2023)
- New: change tokens to insert at last cursor position
- New: add support for tokens in block classes
- New: ability to duplicate items in a repeater
- New: ability to restrict block to parent and ancestor blocks
- Fix: token inserter dropdown appearing underneath right sidebar in block builder
- Fix: conditions not working when using array attributes
- Fix: TermSelect settings mislabeled
- Fix: item labels containing ampersands displaying HTML named entity in repeater controller
- Tweak: strip semicolons from styles
1.2.5 (November 4, 2022)
- Test with WordPress 6.1 and update tested-up-to version
1.2.4 (August 15, 2022)
- Fix: deprecation warnings in PHP 8
1.2.3 (July 25, 2022)
- Fix: block crashes if a ColorPalette's attribute doesn't have a default value
1.2.2 (May 24, 2022)
- Really update tested-up-to version this time 🤦
1.2.1 (May 24, 2022)
- Test with WordPress 6.0 and update tested-up-to version
- Fix: cursor in wrong location when dragging attributes, elements, and components in block builder
1.2.0 (April 6, 2022)
- New: ability to change block slug in settings
- New: ability to import and export blocks
- New: ability to duplicate blocks
- New: JSON sync feature allowing blocks to be written to JSON files
- Fix: HTML entities appearing in TermSelect
- Fix: dynamic blocks only being output once per page
- Fix: inline styles stripping double hyphen prefixes
1.1.0 (January 25, 2022)
- New: ability to select a block icon
- New: toggle component
- New: dropdown component
- New: settings to control block features for anchor, custom class name, font size, line height, multiple, inserter, margin, and padding
- Fix: conditions sometimes not working inside of repeater
- Fix: incorrect attribute type in help text for radio component
- Fix: PHP warning caused by misspelling
- Tweak: move alignment to new 'Feature Support' section
1.0.1 (January 5, 2022)
- Fix: incorrect version number in main plugin file
1.0.0 (January 5, 2022)
- New: add ability to create block patterns
- New: add placeholder component for InnerBlocks
- Fix: block titles not appearing in REST API
- Fix: block content not being passed to dynamic blocks
- Fix: Wicked Block Builder admin menu not expanded when viewing block categories
0.1.0 (November 12, 2021)