jimmycleuren / fireping

GNU General Public License v3.0
10 stars 2 forks source link

build(deps): bump easycorp/easyadmin-bundle from 3.3.2 to 4.9.4 #1186

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps easycorp/easyadmin-bundle from 3.3.2 to 4.9.4.

Release notes

Sourced from easycorp/easyadmin-bundle's releases.

4.9.4

Bug fixes

[984a9904] Fix the conditional display of global actions (@​a-r-m-i-n) [92816bbb] Fix the case when referrer in query string is present but empty (@​oleg-andreyev) [d83b976a] Add extra check for empty referrer value in form theme twig template (@​nzhiti) [8664f039] Highlight search results only on searchable fields (@​javiereguiluz) [6f6b3fde] Fix inlined actions not clickable in responsive mode (@​javiereguiluz) [56c98f68] Fix some nested CSS styles (@​javiereguiluz) [271f2d3e] Update French translation (@​Geolim4)

4.9.3

New features

[45e85334] Add ability to clone fields (@​psihius)

Bug fixes

[16f5df18] Fix incorrect display of HTML attributes on detail page (@​Romaixn) [e794e9b5] Fix the JavaScript code of the light/dark mode selector (@​javiereguiluz) [4b6a90dd] Fix ajax editing of fields with invalid permission (@​danut007ro) [e38f90de][ae1057d9] Misc doc fixes (@​JorickPepin, @​alexandre-mace)

4.9.2

New features

[5498acc7] Support translatable enum's, fix grid displaying single enum value twice, auto-detect enum based of Doctrine's enumType setting (@​psihius) [f3c9503d] Remove Sass and use only CSS to build the assets of this bundle (@​javiereguiluz)

Bug fixes

[cf7a189d] Update NumericFilter.php for fix STORED_AS_CENTS if not stored as cents (@​beregovoy)

4.9.1

Bug fixes

[b178a210] Add support for JoinColumnMapping (@​fabpot) [24509656] Reintroduce bootstrap !important to fix unexpected behavior of the UI (@​astronati)

4.9.0

This version adds compatibility with Doctrine ORM 3.x 🎉 If you face any bug related to that, please report it. Thanks!

New features

[0b985d7b] Allow to use Expression Language expressions to define security permissions (@​a-r-m-i-n) [1932ed3d] Add Doctrine ORM 3.x compatibility (@​javiereguiluz)

4.8.13

Bug fixes

... (truncated)

Upgrade guide

Sourced from easycorp/easyadmin-bundle's upgrade guide.

Upgrade between EasyAdmin 4.x versions

EasyAdmin 4.8.0

Form Panels are now called Form Fieldsets

You can still use FormField::addPanel() but it's deprecated and it will be removed in EasyAdmin 5.0.0. To fix the deprecation, "Find & Replace" in your IDE:

// Before
yield FormField::addPanel('...');

// After yield FormField::addFieldset('...');

If your application uses custom advanced features, you might need to change some other occurrences of "panel" such as CSS styles (.form-panel -> .form-fieldset) and form attributes in CrudFormType ($formFieldOptions['ea_form_panel'] -> $formFieldOptions['ea_form_fieldset'] = $currentFormFieldset)

EasyAdmin 4.6.0

New formatted value for Country field

This is a backward compatibility break that only affects you if you customize the default crud/field/country.html.twig template or if you use a custom template fo render Country fields.

Starting from this EasyAdmin version, Country fields allow to select more than one value. That's why the type of the formatted value has changed from ?string to ?array. E.g. if the value of your entity property is ES; before, field.formattedValue stored the string 'Spain' and now it stores the array ['ES' => 'Spain'].

The country code (used to display the country flag) is now the key of the new array. Before, you had to use an internal propery called flagCode which has been removed.

EasyAdmin 4.4.0

Multilingual dashboards

EasyAdmin now supports multilingual dashboards. First, add the _locale parameter in the URL of your dashboard (e.g. /admin/{_locale}) to enable the default Symfony locale listener that handles the locale switching. If you can't do this, you'll need to implement your own logic to handle the request locale in a way

... (truncated)

Commits
  • 3af3483 Prepare 4.9.4 release
  • 56c98f6 bug #6197 Fix some nested CSS styles (javiereguiluz)
  • 75e1efc Fix some nested CSS styles
  • 6f6b3fd bug #6196 Fix inlined actions not clickable in responsive mode (javiereguiluz)
  • 6164805 Fix inlined actions not clickable in responsive mode
  • 74c8985 minor #6195 Add a Bootstrap CSS class to form field help (javiereguiluz)
  • 7844748 Add a Bootstrap CSS class to form field help
  • 271f2d3 minor #6194 Fixed #6172 (Geolim4)
  • f9b387e Fixed #6172
  • 8664f03 bug #6188 Highlight search results only on searchable fields (javiereguiluz)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 7 months ago

Superseded by #1192.