Release: Version 2.0#10
Open
callinmullaney wants to merge 33 commits into
Open
Conversation
Add Twig switch/case extension
Update package metadata for the v2 compatibility baseline. BREAKING CHANGE: Drupal core support now starts at 10.6 and 11.3.
Update package metadata for the Drupal 11.3 baseline and rely on Drush 13 command autowiring. BREAKING CHANGE: Drupal core support now starts at 11.3, PHP support now starts at 8.3, and the Drush command requires Drush 13+.
Add an admin-theme favicon manager that can reuse the default frontend theme's generated Emulsify favicon package on admin routes. Expose a theme settings toggle, persist enabled frontend themes in module config, and alter admin page attachments to replace conflicting favicon links and theme metadata.
Codex/php84 compat tests
Codex/php84 compat tests
This file contains hidden or 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
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 does the following:
^11.3, PHP^8.4, and Drush 13+.components.namespacesin theme.info.ymlfiles.switch,case,default, andendswitchtags.bem()andadd_attributes()to use a sharedTwigAttributeManager.drush emulsifyalias.Related Issue(s)
Notes:
Functional Testing:
11.3+site using PHP8.4+.drush emulsify my_themeand confirm a child theme is generated.components.namespacesentries to an Emulsify-based theme and confirm templates resolve with syntax like@atoms/button/button.twig.bem()andadd_attributes()still merge attributes and classes correctly.{% switch %},{% case %},{% default %}, and{% endswitch %}render expected Twig output.Security
Accessibility