-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
Just recently started testing in Drupal 11 and it looks like jQuery is at version 4.x. This breaks the CLF javascript (including bootstrap, both local and CDN versions)
Some initial thoughts on ways to alleviate:
- bundle a local copy of bootstrap 5 and update any CLF-specific js, and avoid the CDN entirely
- look at some kind of compatibility layer (assuming one exists) and add that to the theme's dependencies
- ?
Regardless of approach, it will mean a new release version I think.