Caledros Basic Blocks

Changelog

This changelog format is based on Keep a Changelog. Also, this project adheres to Semantic Versioning.

4.0.1 – 2026-06-25

Fixed

  • CSS breakpoints. Now several blocks use updated breakpoints fully compatible with the WordPress editor. These blocks are the following: category loop, desktop menu container, flex container, grid container, mobile menu container, posts loop, and sidebar menu.

4.0.0 – 2026-06-19

Added

  • Style control to the Posts Loop block. This new control allows to select between 2 block styles. Each style displays the post title in a different position.
  • Typography, font size, and letter spacing controls for the post titles in the Posts Loop Block. These new controls allow to change the appearance of the post titles text.

Changed

  • Plugin admin menu’s position. Now such menu is located after “Settings” in the WordPress sidebar.
  • Source code format. PHP files now comply with PHPCS+WPCS standards. JS files now comply with WordPress coding standards for Javascript, which are defined in @wordpress/eslint-plugin.

Fixed

  • Automatic border that was being added to the desktop menu container in the editor. Now this border is no longer visible.
  • Automatic border that was being added to the mobile menu container in the editor. Now this border is no longer visible.
  • Variable name in the border light color control of the grid container block.

Removed

  • Unique identifier control in the Slider block. Now, the identifier attribute’s value is generated automatically on block creation.
  • Unique identifier control in the Image Gallery block. Now, the identifier attribute’s value is generated automatically on block creation.

3.1.2 – 2026-05-21

Changed

  • “Tested up to” information. The plugin has been successfully tested with WordPress 7.0.

Fixed

  • Default border in flex and grid blocks. This border was being added in WordPress 7.0. Now such blocks don’t have visible borders unless the user decides to.

3.1.1 – 2025-12-05

Changed

  • “Tested up to” information. The plugin has been successfully tested with WordPress 6.9.

Fixed

  • Several errors highlighted by the latest version of the Plugin Check testing tool.
  • Browser console warnings about missing prop for a Select Control in the Button block.
  • Image Gallery block’s loop setting. Loop functionality is now limited to coverflow image galleries with more than 2 images. This change complies with Swiper JS behavior.

3.1.0 – 2025-10-16

Added

  • New “Filter by Author” control to the Posts Loop block.
  • New option to the “Page Type” control in the Posts Loop block. This option is “Author template”, and it allows to use this block on the default WordPress Author Template. Thus, this option enables the Posts Loop block to automatically retrieve posts from an especific author using the WordPress Query class.
  • New option to the “Author options” control in the Posts Loop block. This option is named “Enable author’s page link”. It allows to turn the author’s name into a link to the author’s page.

Changed

  • @wordpress/scripts version. This package has been updated to version 30.25.0. The previous version was 30.14.0.
  • Category filter behavior in the Posts Loop block. When the filter is disabled, the block displays all the categories of each post.
  • Tag filter behavior in the Posts Loop block. When the filter is disabled, the block displays all the tags of each post.

Fixed

  • Bug in the Posts Loop block. This block displayed content when the category, tag, or author filters were enabled, but no specific filter was selected.
  • Bug when the WordPress debug mode was enabled. A notice was displayed in the pagination section of the Posts Loop block. This notice was visible when the number of items per page exceeded the number of items returned by the WordPress loop.

3.0.0 – 2025-09-07

Added

  • New icon (Telephone) to the Icon block and the Button with Icon block variation. This icon, like the initial set, is sourced from Bootstrap Icons and is used under the MIT license.
  • New control to the Button with Icon block variation. This new control (Content gap) allows changing the space between the button’s icon and text.
  • New blur control to the Desktop Menu Container and Mobile Menu Container blocks. This new control is located under the “Style” tab.
  • Previews for the following blocks: Button, Button with Icon (block variation), Category Loop, Dark/Light Mode Switcher, Desktop Menu Container, Flex Container, Grid Container, Icon, Image Gallery, Menu Link, Mobile Menu Container, Posts Loop, Search Form, Sidebar Menu, and Social Icons Group.

Changed

  • Description for the Flex Container block.
  • Changelog format. Now its format is based on Keep a Changelog.
  • Demo images for the demo data of the following blocks: Posts Loop, Category Loop, and Image Gallery.

Removed

  • The Mega Menu variation block has been removed from the block inserter in posts, pages, templates, and non-header template parts. It is now only available for header template parts.
  • Four blocks have been removed from the block inserter in posts, pages, templates, and non-header template parts. They are now limited to header template parts. These blocks are the following: Dark/Light Mode Switcher, Desktop Menu Container, Mobile Menu Container, and Sidebar Menu.

Fixed

  • Icons in the Icon block and Social Icon block not displaying correctly. New CSS rules have been applied.
  • The Content Renderer block incorrectly appearing in the block inserter for posts, pages, and template parts in the Site Editor. It is now only available for templates.

2.2.1 – 2025-08-10

Fixed

  • A bug affecting Flex Container blocks located inside the Slider block. The issue caused the Flex Container blocks to display the same background image as the Slider block within the Gutenberg editor. The CSS rule responsible for this bug was removed.

2.2.0 – 2025-07-31

Added

  • New blur control to the Flex and Grid Containers blocks. This new control is available under the Style tab.

Changed

  • Inset CSS property of the Button block. The previous value was cropping a part of the button icon.
  • Default values for the “buttonIconColor” and “buttonIconDarkColor” attributes of the Button with Icon variation block.
  • Controls order for the hover border color in the Button block. Also, the labels of such controls have been modified.

Removed

  • Unused CSS styles for the “swiper-slider” class in the Slider and Image Gallery blocks.

2.1.1 – 2025-07-29

Changed

  • Controls order in the Additional tab of the Button Block.
  • Default value to zero for the “caledros_basic_blocks_add_column_layout_to_wp_site_blocks” and “caledros_basic_blocks_set_custom_height_to_wp_site_blocks” settings. These settings are used in the plugin Admin menu.

2.1.0 – 2025-07-28

Added

  • New option to set the height of the wp-site-blocks container to 100vh. This new option is available as a checkbox in the plugin Admin menu.
  • New 30 icons to the Icon Block. These icons, like the initial set, are sourced from Bootstrap Icons and are used under the MIT license.
  • Missing license notice to the CSS stylesheet of the Icon Block.
  • New responsive controls to the Flex Container Block. These controls allow to change the “justify content” and “align items” properties for tablets and mobile devices. In total, there are 4 new controls: Justify Content (Tablet and Mobile), Justify Content (Mobile), Align Items (Tablet and Mobile), and Align Items (Mobile). These controls are available in the “Additional” tab.
  • New control to change the color of the lazy-loading overlay. This control is available for the Responsive Image Block in the Additional Tab.
  • New control named “Box Shadow”, which is available for the Desktop Menu Container and the Mobile Menu Container blocks. It allows to set a custom box shadow for the sticky navigation bar. This control is located in the Sticky tab of the aforementioned blocks.
  • New block variation for the Button Block. This block variation is named “Button with Icon” and allows the user to select an icon for the button. These icons are the same as those available for the Icon Block. Also, they are sourced from Bootstrap Icons and are used under the MIT license.
  • New controls to the Button Block. These controls allow to change the hover color for the text and border, both for the light and dark mode.

Changed

  • Title of the hover background color control for the Button Block.

Fixed

  • Bug in the Responsive Image Block. This bug was causing the lazy loading overlay to be visible in the Gutenberg editor, while it remained hidden on the frontend. This bug was affecting images with the object-fit property set to “contain”, and images with borders.

2.0.1 – 2025-07-23

Fixed

  • Bug in the Linkedin icon of the Social Icon block. Now the Linkedin icon is visible.

2.0.0 – 2025-07-15

Added

  • Support for translating the texts in the plugin’s admin menu.

Removed

  • 5 blocks and 1 block variation for the Gutenberg editor on pages and posts. The removed blocks are: Content Renderer, Dark Light Mode Switcher, Desktop Menu Container, Mobile Menu Container, and Sidebar Menu. The removed block variation is the Mega Menu block. Now, the Gutenberg editor for pages and posts has only 12 blocks available for use. The Gutenberg editor for templates, template parts, and patterns has access to the 18 custom blocks.

1.2.2 – 2025-07-11

Added

  • CSS styles to the excerpt text of the Posts Loop block.
  • Fallback colors for the Posts Loop and Category Loop blocks.

Fixed

  • Bug with the navigation links of the Posts Loop block. The navigation links were not displaying correctly on the frontend.

1.2.1 – 2025-07-08

Fixed

  • CSS style bug in grid and flex containers located inside the Slider block. Now their background colors, gradients, box shadows, and border colors show correctly in the Gutenberg editor.

1.2.0 – 2025-07-03

Added

  • A new option in the plugin admin bar to apply a flex-column layout to the wp-site-blocks container.

Fixed

  • Typos in some of the settings descriptions for the plugin blocks.

1.1.1 – 2025-06-18

Added

  • Fallback colors for the default Gutenberg list block. It now uses the same colors as paragraph text in both dark and light modes.

Removed

  • Empty folder located inside core → resources → src

1.1.0 – 2025-06-17

Added

  • “Style” tab to the editor of the Posts Loop block.
  • 3 new settings to the Posts Loop block. These settings control the number of columns in desktop, tablet, and mobile screens.
  • “Style” tab to the editor if the Category Loop Block.
  • 3 new settings to the Category Loop block. These settings control the number of columns in desktop, tablet, and mobile screens.
  • Default colors for links (“a” HTML tags) located inside paragraphs (“p” HTML tags). The default colors apply to the dark and light modes.
  • Missing props (__nextHasNoMarginBottom and __next40pxDefaultSize) to the UI components used as controls for the plugin blocks. Based on the following articles: Updates to user-interface components in WordPress 6.8 and Updates to user-interface components in WordPress 6.7.

Changed

  • README.txt. “Requires at least” information added.

1.0.1 – 2025-06-16

Added

  • Fallback error handling to the Slider Block. This handling executes when a template part fails to load.
  • “Installation” and “Screenshots” sections to the readme.txt file.

Changed

  • Replaced fetch() with apiFetch() for improved compatibility in the Slider Block. This change was made in the edit-block file.
  • Block titles. The first letter of each word of the block titles has been capitalized.
  • Block descriptions for improved clarity.
  • Icon property in the block.json file for all 18 blocks. The new icon property has been set to “block-default”. This change provides a fallback icon for non-JavaScript environments.

Fixed

  • Bug which was preventing the template parts of the Slider Block from displaying.*
  • Markdown formatting issues in the readme.txt file.

1.0.0 – 2025-06-15

Added

  • 18 custom Gutenberg blocks
  • CSS stylesheet preloader for improved performance. This preloader can be disabled.

Plugin Website
Visit website

Author
David Arnado
Version:
4.0.1
Last Updated
June 25, 2026
Requires
WordPress 6.7
Tested Up To
WordPress 7.0
Requires PHP
8.3

Share Post

Join our newsletter.

Get insights into what’s happening at ChangelogWP right in your inbox. We don’t believe in spam.