-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency easycorp/easyadmin-bundle to v4.24.3 #5382
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/easycorp-easyadmin-bundle-4.x-lockfile
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
802e730
to
6cb19e5
Compare
6cb19e5
to
ec366be
Compare
73617c5
to
fdc02c7
Compare
fdc02c7
to
41c5687
Compare
41c5687
to
1aa5abc
Compare
46e9a04
to
604371f
Compare
27c0b71
to
0bf442f
Compare
32a7f16
to
2026faa
Compare
2026faa
to
72cb08c
Compare
d11ae31
to
e1e3c2f
Compare
22f1b6d
to
b0c73a9
Compare
b0c73a9
to
f5ca305
Compare
f5ca305
to
18eb171
Compare
1b10280
to
d4a5f7d
Compare
d326e9b
to
576a582
Compare
274e7c7
to
7926439
Compare
7926439
to
43fd6a4
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.13.6
->4.24.3
Release Notes
EasyCorp/EasyAdminBundle (easycorp/easyadmin-bundle)
v4.24.3
: 4.24.3Compare Source
Bug fixes
[
37fc36f
] Fix warning when matching menu item URLs without path (@javiereguiluz)[
a16b068
] Disable switch if user has no permission to edit (@IndraGunawan)v4.24.2
: 4.24.2Compare Source
Bug fixes
[
2c6493e
] Wrap form tab HTML attributes in double quotes (@dimanche-matin)[
0bf1177
] Fix how we get the value of a query parameter in the layout template (@javiereguiluz)[
b74f56c
] Deprecate the custom CacheWarmer that won't be used in the next version (@javiereguiluz)[
0b60a4c
] Change AdminRouterSubscriber::getSymfonyControllerFqcn so it generates relative paths (@pacproduct)[
448072e
] [Doc] Clarify that AdminDashboard only works for pretty URLs (@javiereguiluz)v4.24.1
: 4.24.1Compare Source
Bug fixes
[
200beff
] Fix custom action not working when URL has a search query (@allan-simon)[
ea7494d
] Fix menu item highlight when using pretty urls (@a-r-m-i-n)[
2537a4c
] Update Ukrainian translation (@Atantares)[
5e48501
] Add default locale to all pretty routes (@danut007ro)[
fce5882
] Misc doc fixes (@Bisb)v4.24.0
: 4.24.0Compare Source
This new version changes the recommended way to define the main route of dashboards:
This will be the only supported way of defining the main dashboard route in Easyadmin 5.x. We do this because this change allows us to simplify a lot of features and improves the application performance slightly.
New features
[
287f467
] Improve the#[AdminDashboard]
attribute (@javiereguiluz)Bug fixes
[
64f33db
] Fix an edge-case with pretty URLs and multiple dashboards (@javiereguiluz)[
32eaf4f
][774d89f
][d9320f8
] Updated tests to remove all mocks related to final classes (@javiereguiluz)[
576f168
] Misc doc fixes (@torchello)v4.23.3
Compare Source
v4.23.2
: 4.23.2Compare Source
Bug fixes
[
322fd1c
] Make NullFilter::CHOICE_VALUE_* consts public (@Sobak)[
fe672a4
] Provide $previous exception context for EntityRemoveException (@Sobak)[
89fb2d2
] Disallow clear in AssociationField when field is required (@Sobak)v4.23.1
: 4.23.1Compare Source
Bug fixes
[
9c784fe
] Inject interfaces in menu item matcher instead of concrete implementations (@dragosprotung)[
fd6edb6
] Fix ugly URLs with i18n backends (@dragosprotung)[
8e2c268
] Improve the URL Field and add tests (@javiereguiluz)[
8901844
] Keep URL absolute type for dashboards URLs (@dragosprotung)v4.23.0
: 4.23.0Compare Source
New features
[
1128fb4
] Allow customize entity row attributes on index page (@zorn-v)Bug fixes
[
f847296
] Use a better escaping mechanism for HTML attributes (@javiereguiluz)[
d36dbf2
] Improve findRoute() method in admin route generator (@javiereguiluz)[
a95c204
] Fix batch actions with ugly URLs (@javiereguiluz)v4.22.2
: 4.22.2Compare Source
Bug fixes
[
3178099
] Add some missing deprecations related to forms (@javiereguiluz)[
cfeb05b
] Fix set current route parameters with pretty urls enabled (@zorn-v)[
3aea6c9
] Fix Dashboard menu item highlighting (@javiereguiluz)v4.22.1
: 4.22.1Compare Source
Bug fixes
[
f4edbf0
] Force auto-generated CSRF token id (@nicolas-grekas)[
1453266
] Add some missing deprecations about signed URLs (@javiereguiluz)v4.22.0
: 4.22.0Compare Source
New features
[
2ed6666
] Allow customizing some parts of the login form page via Twig blocks (@Pierstoval)Bug fixes
[
e635148
] Added some missing deprecations related to referrer URLs (@javiereguiluz)[
3179481
] Do not redirect to pretty URL when CRUD controller is null (@Seb33300)v4.21.1
: 4.21.1Compare Source
Bug fixes
[
c14f516
] Fix pretty URL redirection when using custom actions (@damien-louis)v4.21.0
: 4.21.0Compare Source
New features
[
8efaa68
] When using pretty URLs, redirect ugly URLs automatically (@javiereguiluz)Bug fixes
[
623f063
][b76eca4
] Fix asset preloading (@fracsi)[
25e1df6
] Fix active menu highlighting when there's a search query (@ywisax)v4.20.8
: 4.20.8Compare Source
Bug fixes
[
f813388
] Fix an edge-case about pretty URLs and cache warm up (@javiereguiluz)v4.20.7
: 4.20.7Compare Source
Bug fixes
[
2dfefea
] Fix pretty URLs with i18n backends (@javiereguiluz)[
f09fbd3
] Fix admin route generation when using the Route attribute from the legacy Annotation namespace (@systemasis)v4.20.6
: 4.20.6Compare Source
New features
[
bd70f3b
] Add a new Twig component to create Action Menus (@javiereguiluz)Bug fixes
[
bd9e147
] Fix an issue with filters related to pretty URLs (@kadiiski)[
11c0600
] Deprecate the AdminContext:getReferrer() method (@javiereguiluz)[
f38f1f7
] Minor performance improvement in Twig extension (@javiereguiluz)[
7eb3f83
] [Doc] Minor update in the security chapter (@javiereguiluz)[
66d17d1
] [Doc] Add a tip for custom actions (@alexislefebvre)v4.20.5
: 4.20.5Compare Source
New features
[
093244f
] Added documentation on JavaScript events (@rimi-itk)Bug fixes
[
29e7c25
] Fix alignment and size of menu items (@hafkenscheid)v4.20.4
: 4.20.4Compare Source
New features
[
81e468d
] Add a Twig component to display flash messages (@javiereguiluz)[
ed8e55f
] Add a new Twig block calledmain_content_wrapper
(@MrBLT)Bug fixes
[
a66ae73
] Fix Fieldset collapse with new suffix (@WedgeSama)[
639d42e
] Correctly align icons of menu items (@Aerendir)[
4eb8174
] Align icon and text in a menu item (@kniziol)[
0a025ee
] Fix an issue related to pretty URLs (Matthieu Renard)[
a779a1f
] Fix some issues with menu item badges that have no value (@javiereguiluz)[
28c0187
] Fix the color of the border of item remove icon in autocomplete lists (@javiereguiluz)[
28dc420
] [Doc] Misc fixes (@gisostallenberg)v4.20.3
: 4.20.3Compare Source
Bug fixes
[
f5c6c43
] Fix pretty URLs when using multiple dashboards (@javiereguiluz)v4.20.2
: 4.20.2Compare Source
Bug fixes
[
5cb5534
] Fix menu item highlighting when using submenus (@javiereguiluz)v4.20.1
: 4.20.1Compare Source
New features
[
d82326c
] Change the default theme to "auto" instead of "light" (@javiereguiluz)Bug fixes
[
cb9cc4e
] Fix the handling of the icon using JavaScript in the slug field (@javiereguiluz)[
f7c0915
] Fix menu item matcher when using pretty URLs and submenus (Valentin Karnauhov)[
ee475fb
] Fix the design of the collapsed main menu (@javiereguiluz)[
03f593a
] Update the Webpack Encore configuration (@javiereguiluz)[
b0a4d08
] Update setup docs for developers not using Symfony Flex (@javiereguiluz)v4.20.0
: 4.20.0Compare Source
New features
[
9082c1e
] Add newpropertySuffix
to allow customizing form tabs/fieldsets/columns/rows using Symfony forms (@WedgeSama)[
41c158c
] Add a new Twig component to render flags in the country field (@javiereguiluz)Bug fixes
[
cd931e9
] Fix action callables (@javiereguiluz)v4.19.0
: 4.19.0Compare Source
New Features
[
1593cc4
] Allow to compute action label dynamically with a callable (@hhamon)[
2307da5
] Upgrade WebpackEncore version (@javiereguiluz)[
f63b8a9
] Update minimum Twig requirement to 3.15 (@javiereguiluz)Bug Fixes
[
29f2267
] Allow use of ux-icons in form fields (@andersonamuller)[
6ea974b
] Fix create form when entity id not set (@alexndlm)[
452ddec
] Some fixes related to pretty URLs (@javiereguiluz)v4.18.0
: 4.18.0Compare Source
New features
[
92b3d9f
] Revert FontAwesome icons changes introduced in version 4.16.0 (@javiereguiluz)Bug fixes
[
360984e
] Fix reset filter link (@fracsi)[
4e772c0
] Fix defaults icons in AbstractDashboard (@SebastienXD)[
4b41dd2
] Misc. doc fixes (@simondaigre)v4.17.0
: 4.17.0Compare Source
This release contains a potentially (small) BC break. When using pretty URLs, the generated URLs used underscores and they now use dashes and snake case. For example, before an URL could be
/admin/blog_post/batchDelete
and now it's/admin/blog-post/batch-delete
The route names remain the same (e.g.
admin_blog_post_batch_delete
) and you probably always generate URLs using the route name, so this BC break won't impact you.New features
[
f9a223a
] Usekernel.build_dir
instead ofkernel.cache_dir
for cached contents (@alexndlm)[
aee6650
] Use kekab-case instead of snake_case for Pretty URL route paths (@simondaigre)Bug fixes
[
0e4544f
] Fix some CSS styles (@kteterycz)[
2982a8c
] Fix some internal icons name (@JorickPepin)v4.16.2
: 4.16.2Compare Source
Bug fixes
[
e6719e7
] Fix typo in the name of an internal icon (@WedgeSama)[
bb47199
] Fix menu item matcher when using pretty URLs (#javiereguiluz)[
fdbf0f9
] Replacesr-only
CSS class withvisually-hidden
(@JorickPepin)[
b333d63
] Fix icon sets in documentation (@JorickPepin)[
cc2540a
] Misc tweaks related to icons (@javiereguiluz)[
8cea287
] FixAdminDashboard
attribute routes type (@JorickPepin)[
d5ca738
] Use PHP 8.4 as the baseline PHP version in CI tests (@javiereguiluz)v4.16.1
: 4.16.1Compare Source
Bug fixes
[
dc4bc4c
] Fix an edge-case when using pretty URLs (@javiereguiluz)v4.16.0
: 4.16.0Compare Source
New features
[
f2fc65b
] Allow to use different icon sets in the backend (@javiereguiluz)[
8d38f85
] Splitea_form_fieldset_open_row
form theme block (@WedgeSama)Bug fixes
[
6a613a5
] Useimage_uri
for the lightbox thumbnail when using VichUploader bundle (@guillaume-sainthillier)[
440980e
] Fix misc deprecations (@javiereguiluz)v4.15.1
: 4.15.1Compare Source
New features
[
37fe99c
] Make constructors expect Interfaces for final classes (@bytes-commerce)Bug fixes
[
f5c8249
] Fix the admin generator commands (@javiereguiluz)[
f0751d0
] Fix return of context provider to return the context interface (@andersonamuller)v4.15.0
: 4.15.0Compare Source
New features
[
bc45f2f
] Bump PHP requirements to PHP 8.1 (needed to use Twig Components) (@javiereguiluz)[
e7141eb
] Use the modern bundle structure for config, templates, translations and public assets (@javiereguiluz)[
567ae61
] Use logical CSS properties to improve RTL/LTR support (@javiereguiluz)Bug fixes
[
ce98597
] Allow to stop entity deletion in batch delete via events (Elliot Bruneel)[
9f0626e
] Fix the design of errored form fields (@javiereguiluz)[
171aae9
] Trim trailing slash from pretty index route path (@pavol-tuka)[
d849b1e
] Fix menu item matcher with pretty URLs enabled (@zorn-v)[
3fd4515
] Correctly extract the entityID for the title when using pretty URLs (@jbtronics)v4.14.5
: 4.14.5Compare Source
Bug fixes
[
3eacbb1
] Fix an issue when generating pretty URLs for the dashboard (@javiereguiluz)v4.14.4
: 4.14.4Compare Source
Bug fixes
[
deb8919
] Fix filters when using pretty URLs (@javiereguiluz)v4.14.3
: 4.14.3Compare Source
Bug fixes
[
a8d66aa
] Fix performance issue when using pretty URLs (@javiereguiluz)v4.14.2
: 4.14.2Compare Source
Bug fixes
[
71d8ba8
] Improve the detection of pretty URLs usage (@javiereguiluz)[
06b33bb
] Add.ddev
directory to.gitattributes
(@IndraGunawan)v4.14.1
: 4.14.1Compare Source
New features
[
fe40488
] AllowAdminCrud
andAdminAction
attributes to be used without parameter names (@Lustmored)Bug fixes
[
9e0ef39
] Fix next page URL (@danut007ro)[
e1025aa
] Fix the priority/order of the generated routes (@javiereguiluz)[
a305b2b
] Fix version where pretty admin URLs were added (@fabpot)[
cafdaec
] Fix an issue when accessing a variable in a Twig template (@javiereguiluz)v4.14.0
: 4.14.0Compare Source
New features
[
7cd1489
] Add support for pretty URLs (@javiereguiluz) 🎉🎉🎉Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.