Skip to content

v0.17.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Kreyu Kreyu released this 14 Feb 16:36
· 132 commits to main since this release
5b19bb0

What's Changed

  • Add spanish translation by @easis in #59
  • Add catalan translation by @easis in #60
  • docs: Fixed typo by @easis in #61
  • a11y: Added title attribute to action buttons by @easis in #62
  • Improve GitHub actions, run php-cs-fixer and fix broken tests by @Kreyu in #64
  • Add divisor option to the MoneyColumnType by @maxmishyn in #66

Breaking Changes

Type classes are now final

Built-in data table, column, filter, action and exporter types are now marked as "final".
This promotes the usage of getParent() method instead of PHP inheritance.

Removed extension mechanisms

The extensions (not type extensions!) were a mechanisms copied from Symfony Form component.
Their main purpose was to provide a way to load type and type extension classes manually.
In most cases, that would be used only outside the framework, which is out of scope of this bundle.

Everything related with extensions is now completely removed.
Every type and type extension class defined in the container is now passed directly to the registry classes.

New Contributors

Full Changelog: v0.16.3...v0.17.0