Skip to content

Releases: HelloPikari/pikari-image-grid-block

v0.3.5

Choose a tag to compare

@github-actions github-actions released this 30 Sep 15:49

What's Changed

⬆️ Dependencies

Installation

Composer

composer require pikari-inc/pikari-image-grid-block:0.3.5

WordPress Plugin

Download pikari-image-grid-block.zip from the assets below.

Full Changelog: v0.3.4...v0.3.5

v0.3.4

Choose a tag to compare

@github-actions github-actions released this 16 Sep 18:54

What's Changed

🐛 Bug Fixes

🧰 Maintenance

⬆️ Dependencies

Installation

Composer

composer require pikari-inc/pikari-image-grid-block:0.3.4

WordPress Plugin

Download pikari-image-grid-block.zip from the assets below.

Full Changelog: v0.3.3...v0.3.4

v0.3.3

Choose a tag to compare

@github-actions github-actions released this 16 Sep 17:13

What's Changed

🐛 Bug Fixes

Installation

Composer

composer require pikari-inc/pikari-gutenberg-modals:0.3.3

WordPress Plugin

Download pikari-gutenberg-modals.zip from the assets below.

Full Changelog: v0.3.2...v0.3.3

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 16 Sep 17:08
1ef9df9

What's Changed

🐛 Bug Fixes

Installation

Composer

composer require pikari-inc/pikari-gutenberg-modals:0.3.2

WordPress Plugin

Download pikari-gutenberg-modals.zip from the assets below.

Full Changelog: v0.3.1...v0.3.2

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 16 Sep 16:58
fb9cce5

What's Changed

🐛 Bug Fixes

Installation

Composer

composer require pikari-inc/pikari-gutenberg-modals:0.3.1

WordPress Plugin

Download pikari-gutenberg-modals.zip from the assets below.

Full Changelog: v0.3.0...v0.3.1

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 13:31

[0.3.0] - 2025-07-17

Added

  • Image border width control (0-10px range)
  • Image border color control with theme palette integration
  • Conditional display of color picker when border width > 0

Fixed

  • Caption display in backend editor when "Enable Captions" is toggled

Changed

  • Refactored editor.jsx into modular components for better maintainability
  • Reduced editor.jsx from 525 lines to 73 lines (86% reduction)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 21:08

[0.2.0] - 2025-07-15

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 03:44

[0.1.0] - 2025-07-14

Added

  • Initial release of Pikari Image Grid Block
  • Multiple layout options: asymmetric, equal grid, and masonry layouts
  • Responsive image support with WordPress srcset and lazy loading
  • Customizable styling options:
    • Adjustable gap between images (0-50px)
    • Configurable border radius (0-50px)
    • Resizable grid with visual handles in editor
  • Caption support for accessibility
  • Server-side rendering for optimal performance
  • Block inspector controls for all image selections
  • Support for WordPress 6.0+
  • PHP 8.2+ compatibility
  • Comprehensive build tooling with @wordpress/scripts
  • Automated CI/CD with GitHub Actions
  • Pre-commit hooks with Husky and lint-staged
  • PHP filters for customization:
    • pikari_image_grid_attributes - Modify block attributes before rendering
    • pikari_image_grid_image_size - Customize image size used for rendering