0.10.0
What's Changed
- Drop conflict with
symfony/cache
>=6
by @dontub in #39 - Chore: Update files from extension template by @dontub in #40
- JsonConverter: Do not convert floats with zero fraction to ints by @dontub in #41
- Extract interface of
ValidationResult
by @dontub in #42 - Drop phpstan stub files by @dontub in #43
- Fix AbstractRemoteEntityActionsHandlerDecorator by @dontub in #45
- Add support for read only fields by @dontub in #44
- Add copyright header by @dontub in #48
- Improve phpdoc type hint by @dontub in #50
- Execute delete and submit actions in database transaction by @dontub in #46
- Add support for collapsible form element container by @dontub in #51
- Allow profiles to execute code before/after entity values are written by @dontub in #47
- Allow file uploads by @dontub in #49
- Add support for internal links in forms by @dontub in #52
- AbstractFormElementContainer: Add method
hasElements()
by @dontub in #53 - ActionHandlerPass: Only decorate handlers that implement
RemoteEntityActionsHandlerInterface
withRemoteActionsHandlerTransactionDecorator
by @dontub in #54
Full Changelog: 0.9.0...0.10.0