Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Grid Bundle Laravel Package

sylius/grid-bundle

View on GitHub
Deep Wiki
Context7
v1.16.1

What's Changed

New Contributors

Full Changelog: https://github.com/Sylius/SyliusGridBundle/compare/v1.16.0...v1.16.1

v1.16.0

TL;DR

SyliusGridBundle 1.16.0 modernizes how grids are defined and customized. Grids become invokable, attribute-driven PHP classes, and we introduce Grid Mutators as the modern replacement for grid events with no breaking changes.

  • Invokable Grids: define grids as plain invokable classes with the #[AsGrid] attribute; no need to extend AbstractGrid or implement GridInterface.
  • Grid Mutators: customize existing grids via #[AsGridMutator] + GridMutatorInterface, with priority support; works with both modern and legacy grids.
  • Fluent actions configuration: configure grid actions with the new withActions, withMainActions, withItemActions, withSubItemActions and withBulkActions builder methods, consistent with withFields and withFilters.
  • Improved make:grid maker: now generates modern invokable grids, plus better error messages.

What's Changed

Full Changelog: https://github.com/Sylius/SyliusGridBundle/compare/v1.15.1...v1.16.0

v1.16.0-RC.3

What's Changed

Full Changelog: https://github.com/Sylius/SyliusGridBundle/compare/v1.16.0-RC.2...v1.16.0-RC.3

v1.16.0-RC.2

What's Changed

Full Changelog: https://github.com/Sylius/SyliusGridBundle/compare/v1.16.0-RC.1...v1.16.0-RC.2

v1.16.0-RC.1

What's Changed

Full Changelog: https://github.com/Sylius/SyliusGridBundle/compare/v1.16.0-ALPHA.3...v1.16.0-RC.1

v1.16.0-ALPHA.3
v1.16.0-ALPHA.2

What's Changed

Full Changelog: https://github.com/Sylius/SyliusGridBundle/compare/v1.16.0-ALPHA.1...v1.16.0-ALPHA.2

v1.16.0-ALPHA.1
v1.15.1

What's Changed

New Contributors

Full Changelog: https://github.com/Sylius/SyliusGridBundle/compare/v1.15.0...v1.15.1

v1.15.0

TL;DR

  • Symfony 8 support :tada:
  • Enum support: New EnumField and EnumFilter for better PHP enum handling

What's Changed

New Contributors

Full Changelog: https://github.com/Sylius/SyliusGridBundle/compare/v1.14.1...v1.15.0

v1.15.0-ALPHA.1

What's Changed

New Contributors

Full Changelog: https://github.com/Sylius/SyliusGridBundle/compare/v1.14.1...v1.15.0-ALPHA.1

v1.14.1

Details

Full Changelog: https://github.com/Sylius/SyliusGridBundle/compare/v1.14.0...v1.14.1

v1.14.0

TL;DR

  • PHP 8 Attributes: New #[AsGrid] and #[AsFilter] attributes for modern grid and filter configuration
  • Callable Field Type: Dynamically generate field values using callables
  • Debug Command: New sylius:debug:grid command to inspect grid configurations
  • Enhanced Flexibility: Template configuration in actions and filters, vars option for DateTime/Twig fields
  • Better DX: make:grid works with any object (not just Doctrine entities), optional Twig/Doctrine integrations
  • Bug Fixes: Fixed grid sorting issues when sorting key not defined
  • Fully backward compatible with 1.13.
  • Documentation moved to Sylius Stack using GitBook.

Details (full changelog between 1.13 and 1.14 versions)

New Contributors

Full Changelog: https://github.com/Sylius/SyliusGridBundle/compare/v1.13.2...v1.14.0

v1.14.0-ALPHA.2

Details

New Contributors

Full Changelog: https://github.com/Sylius/SyliusGridBundle/compare/v1.14.0-ALPHA.1...v1.14.0-ALPHA.2

v1.13.2

Details

Full Changelog: https://github.com/Sylius/SyliusGridBundle/compare/v1.13.1...v1.13.2

v1.14.0-ALPHA.1

Details

New Contributors

Full Changelog: https://github.com/Sylius/SyliusGridBundle/compare/v1.13.1...v1.14.0-ALPHA.1

v1.13.1

Details

New Contributors

Full Changelog: https://github.com/Sylius/SyliusGridBundle/compare/v1.13.0...v1.13.1

v1.13.0

TL;DR

  • Symfony 7 support

Details (full changelog between 1.12 and 1.13 versions)

New Contributors

Full Changelog: https://github.com/Sylius/SyliusGridBundle/compare/v1.12.2...v1.13.0

v1.12.2

Details

New Contributors

Full Changelog: https://github.com/Sylius/SyliusGridBundle/compare/v1.12.1...v1.12.2

v1.13.0-BETA.1
v1.13.0-ALPHA.3

What's Changed

New Contributors

Full Changelog: https://github.com/Sylius/SyliusGridBundle/compare/v1.13.0-ALPHA.2...v1.13.0-ALPHA.3

v1.13.0-ALPHA.2

Details

New Contributors

Full Changelog: https://github.com/Sylius/SyliusGridBundle/compare/v1.13.0-ALPHA.1...v1.13.0-ALPHA.2

v1.13.0-ALPHA.1

Details

v1.12.1

Details

Full Changelog: https://github.com/Sylius/SyliusGridBundle/compare/v1.12.0...v1.12.1

v1.12.0

TL;DR

Stable 1.10.0 release 🎉 🔥 🚀 Symfony 6 support included, possibility to remove grid properties + multiple improvements and fixes 🏇

Details (full changelog since 1.11.0)

Features

Improvements

Fixes

v1.12.0-BETA.1

Details

v1.12.0-ALPHA.1

TL;DR

Drop Symfony 4 support, add Symfony 6 support 🚀

Details

v1.11.0

TL;DR

  • GridBuilder configurable in PHP 🎉
  • Bump PHP to 8.0 and Symfony to 5.4 🦾
  • Make grid command ⚙️
  • Multiple fixes and improvements 🚀

Features

Improvements

Fixes

v1.11.0-RC.3

TL;DR

Removal of BC Break that made it impossible to sort by disabled fields (which was possible before v1.10.1) 💥

Details

v1.10.2

TL;DR

Removal of BC Break that made it impossible to sort by disabled fields (which was possible before v1.10.1) 💥

Details

v1.11.0-RC.2

TL;DR

🔒 This is a security release!

Fixes the following vulnerabilities:

Details

v1.10.1

TL;DR

🔒 This is a security release!

Fixes the following vulnerabilities:

Details

v1.11.0-RC.1

Details

v1.11.0-BETA.1

Details

v1.11.0-ALPHA.1

TL;DR

  • GridBuilder configurable in PHP 🎉
  • Bump PHP to 8.0 and Symfony to 5.4
  • Make grid command

Details

New Contributors

v1.10.0

TL;DR

Add possibility to set pagination options on grids

Details

v1.9.0

TL;DR

  • Added support for PHP 8.0
  • Bumped PHP requirements to ^7.4
  • Bumped Symfony requirements to ^4.4 || ^5.2

Details

v1.8.0

These are complete release notes summing up all BETA releases.

TL;DR

  • Bumped up requirements from PHP 7.2 to PHP 7.3
  • Added support for Symfony ^5.1

Details

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
calmfox/watch-sylius
damienfern/grpc-symfony-bundle
atoolo/index-bundle
atoolo/genai-bundle
coprotoai/laravel-ticket
davidjln/llm-carbon-bundle
cryonighter/valid-request-bundle
coolms/taxonomy-bundle
coolms/field-bundle
articulate-orm/symfony
aaix/laravel-tall-architect
ephoto/akeneo-connector
emmanuelballery/eb-plantumlbundle
emielburgman/symfony-visitor-beacon
emielburgman/symfony-visit-storage
emielburgman/symfony-security-headers
emielburgman/symfony-log-viewer
emarref/xdebug-bundle
emarref/pubnub-bundle
elriseio/finance-money-bundle