- Issue created by @chandansha
The version: VERSION
lines in libraries.yml
are creating a version query string using the Drupal Core version number for the asset files, making these files cached in the browser dependent on the Core version.
This can produce various problems after an update, as the old versions of assets might be loaded for users who have those cached. The only way to currently fix those to clear the browser cache.
Active
1.1
Code