form-extensions
form-extensions copied to clipboard
Symfony form extensions
## Subject I am targeting this branch, because this breaks BC.. Closes #320 ## Changelog ```markdown ### Added - Added some `Class::newMethod()` to do great stuff. ### Changed ### Deprecated...
### Environment #### Sonata packages ``` $ composer show --latest 'sonata-project/*' sonata-project/admin-bundle 3.35.2 3.39.0 The missing Symfony Admin Generator sonata-project/block-bundle 3.12.1 3.12.1 Symfony SonataBlockBundle sonata-project/cache 2.0.1 2.0.1 Cache library sonata-project/core-bundle...
## Feature Request I think it can be deprecated. It's usage was deprecated on SonataAdminBundle 3.x. We need to look for usage on another Sonata bundles. Maybe ErrorElement too (but...
## Feature Request We are somehow stuck with the DateTime form type, since it is coupled with the library we are using at the frontend to render it: https://github.com/Eonasdan/bootstrap-datetimepicker/ ->...
## Feature Request Example of usage : ``` protected function configureFormFields(FormMapper $formMapper): void { $formMapper->add('contactInfo', NestedFieldsType::class, [ 'subfields' => [ [ 'items', CollectionType::class, [ 'subfields' => [ ['title', TextType::class], ['image',...
## Feature Request Composer or BlockAdmin does not show help messages in forms. This does not work in 3.x either. It does work if the help is defined in subformType....
Bumps [undici](https://github.com/nodejs/undici) from 5.27.2 to 5.28.4. Release notes Sourced from undici's releases. v5.28.4 :warning: Security Release :warning: Fixes https://github.com/nodejs/undici/security/advisories/GHSA-m4v8-wqvr-p9f7 CVE-2024-30260 Fixes https://github.com/nodejs/undici/security/advisories/GHSA-9qxr-qj54-h672 CVE-2024-30261 Full Changelog: https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4 v5.28.3 ⚠️ Security Release...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.2 to 4.5.3. Changelog Sourced from vite's changelog. 4.5.3 (2024-03-24) fix: fs.deny with globs with directories (#16250) (96a7f3a), closes #16250 Commits aac695e release: v4.5.3 96a7f3a fix: fs.deny...
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4. Release notes Sourced from webpack-dev-middleware's releases. v5.3.4 5.3.4 (2024-03-20) Bug Fixes security: do not allow to read files above (#1779) (189c4ac) Changelog Sourced from...