Skip to content
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

Rename Form Panels as Form Fieldsets #5932

Merged
merged 1 commit into from
Sep 30, 2023

Conversation

javiereguiluz
Copy link
Collaborator

I know that renames are always annoying because you need to change things in your apps for something that doesn't provide anything valuable 🙏 But:

(1) If you don't change anything, everything should keep working the same. You won't see any change ... except some new messages in the list of deprecations shown by Symfony

(2) To fix those deprecations, you can use your IDE/editor to do this:

-::addPanel('...')
+::addFieldset('...')

(3) Only people doing very obscure/advanced things will need to do some more panel -> fieldset renames.


Why do I propose this? Because fieldsets is a much more natural word for this feature and also, because it feels better with some upcoming changes in a nice feature that I will unveil in the future.

@javiereguiluz javiereguiluz added this to the 4.x milestone Sep 24, 2023
@javiereguiluz javiereguiluz merged commit 6b1722a into EasyCorp:4.x Sep 30, 2023
@javiereguiluz javiereguiluz deleted the fieldset branch September 30, 2023 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant