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

Deprecate namespace inheritance #985

Open
s2b opened this issue Aug 22, 2024 · 0 comments
Open

Deprecate namespace inheritance #985

s2b opened this issue Aug 22, 2024 · 0 comments

Comments

@s2b
Copy link
Contributor

s2b commented Aug 22, 2024

Currently, it is possible to inherit ViewHelper namespaces from templates to underlying templates (or layouts to templates). This feature can lead to erratic behavior if templates are partially overridden and is generally not advisable. Also, it prevents further optimizations such as template warmup.

Thus, we should deprecate this with v4 to be able to provide warmup and other features with v5.

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

No branches or pull requests

1 participant