Skip to main content

13 posts tagged with "Gutenberg"

Gutenberg improvements

View All Tags

1.19.0 - Card Flip Block, Accessible BB Accordions, queryVar Shortcode & More

· 2 min read
Konstantin Brazhnik
Senior Full Stack Engineer @ Yoko Co

Version 1.19.0 introduces the Card Flip Gutenberg block with six animation types, automatic accessibility enhancements for Beaver Builder Accordion modules, a new queryVar attribute for the [yoko_content] shortcode, the complete removal of the Guzzle HTTP dependency in favor of native WordPress HTTP functions, and several bug fixes.

1.18.0 - Login Screen, In-Page Search, InstantSearch, Phone Block Bindings & More

· 2 min read
Konstantin Brazhnik
Senior Full Stack Engineer @ Yoko Co
Sarah Lewis
Senior Full Stack Engineer @ Yoko Co

Version 1.18.0 is a major release introducing the Login Screen Customizer, a new In-Page Search block, the InstantSearch for WP integration with Content Gating, WordPress Block Bindings support for the Phone Number block, a custom CSS field for the Print Button block, and Typesense bug fixes.

1.17.1 - Content Corral Refactor & Sitemap Importer Overhaul

· 3 min read
Sarah Lewis
Senior Full Stack Engineer @ Yoko Co
Konstantin Brazhnik
Senior Full Stack Engineer @ Yoko Co

Version 1.17.1 is a comprehensive refactor of Content Corral. The settings page and sitemap importer no longer depend on ACF, the CSV parser has been extracted into a dedicated class with fuzzy header matching, and several new features make the importer more robust and the settings more flexible.

1.16.0 - GMaps Directions Block, Core Tax Term and MFB Adjustments

· One min read
Sarah Lewis
Senior Full Stack Engineer @ Yoko Co
Konstantin Brazhnik
Senior Full Stack Engineer @ Yoko Co

Version 1.16.0 introduces a Google Maps Directions block, options to omit links on core post-terms blocks, and allows specifying a custom Post ID for the MFB block via shortcode. Classic editor support is added for the classic-editor CPT. The [yoko_content] shortcode now returns comma-delimited lists for array values.

1.14.0 - Local Time Block, Bug Fixes

· One min read
Konstantin Brazhnik
Senior Full Stack Engineer @ Yoko Co
Léo Muniz
Senior Full Stack Engineer @ Yoko Co

Adds Local Time Gutenberg block. Adds allowed-role-[ROLE SLUG] classes to gated posts' body classes. Multisite site admins can add SVGs. Local Time Gutenberg block based on the [local_time] shortcode.

ADDS

  • [Local Time Block] Adds the native Gutenberg block "Local Time" to allow times to be converted from one timezone to another and/or to the browser's timezone. Uses the Local Time shortcode to render the block.
  • [Local Time Shortcode Docs] Flushes out the local time shortcode attribute documentation.
  • [Content Gating Role Classes] Adds allowed-role-[ROLE SLUG] classes to gated posts' body classes for personalization.

FIXES

  • **[Multisite] Multisite site admins (not super admins) can now add SVGs. This was added to make it possible for site admins to use The Icon Block Gutenberg block. Without this code, adding SVG icons fails because admins on multisites are not allowed to add unfiltered HTML by default in WordPress.

CHANGES

  • Updates Guzzler composer package to 6.5.8 for compatibility reasons.

1.13.1 - Content Protection Enhancements

· One min read
Sarah Lewis
Senior Full Stack Engineer @ Yoko Co
Konstantin Brazhnik
Senior Full Stack Engineer @ Yoko Co

Adds filters to control the inclusion of the Content Protection metabox on different post types and adjust the list of available roles. Adds event URL support in the Add to Calendar Gutenberg block. Fixes [yoko_content] shortcodes bugs that prevented shortcode values from working in blocks. eldest_parent_ types fallback to current post value if it has no parent.

ADDS

  • [Content Protection] Adds the yoko_sso_content_restriction_metabox_object_types filter to allow modification of the list of post types that will have the Content Protection metabox.
  • [Content Protection] Adds the yoko_sso_content_restriction_metabox_roles filter to allow modification of the list of roles available for selection in the Content Protection metabox.
  • [GUTENBERG] Adds support for eventUrl in the Add to Calendar Gutenberg block.

CHANGES

  • [Content Protection] Excludes media files from showing the Content Protection metabox by default; the client experience team reported this was causing confusion.

FIXES

  • [GUTENBERG] Fixes bug with shortcodes not working in the Add to Calendar block.
  • [SHORTCODES] eldest_parent_ types in the yoko_content fallback to the current post if parent is 0.

1.13.0 - Add to Calendar Block, [yoko_content] Shortcode

· One min read
Konstantin Brazhnik
Senior Full Stack Engineer @ Yoko Co

Introduces native Add to Calendar Gutenberg block. Adds the [yoko_content type="eldest_parent_title"] shortcode to fill the gaps on missing content relationship connections in existing page builders.

ADDS

  • [GUTENBERG] Adds the add to calendar Gutenberg block.
  • [SHORTCODES] Adds the [yoko_content type="eldest_parent_title"] shortcode.

CHANGES

  • [GUTENBERG] Updates boilerplate block demonstrate rendering and editing tools.