Install
Works with Drupal: ^10.3 || 11.0.*Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
496.5 KB
MD5: e50c88b7b8dfbe65ce5e35fde98dc0fc
SHA-1: 134e0e9dd1bd7ee1aba584327ba82af8f1d5632e
SHA-256: 1970470495a5a4abcd149fbf19618dd642f13797bdd8af9bda8746853ca96623
Download zip
972.5 KB
MD5: 3578fecc01fa379f34b64bf042f6ba29
SHA-1: af78b2e9759a068fc7a50f94625392df4a5bb9d4
SHA-256: 162f1962fa3beee299bebcbf9c7169512c2159b3d9782fbbf0a98881d8f6f251
Release notes
This release fixes some issues, including compatibility with the latest version
of node.js (20.19.x) and webpack-cli compatibility with ESM.
If you are upgrading from versions prior to 2.12.0, please read the 2.12.0
release notes as it contains several breaking changes.
Update libraries
Vanilla libraries
No action required if you upgrade from 2.12.x.
Custom build
If you use custom libraries built with webpack,
update webpack.common.js (line 7th) then devDependencies in package.json:
$ npx npm-check-updates -u
$ npm update
$ npm run build:prod
$ drush cr
All changes
- feat: up to phpstan level 8 compliance
- Issue #3506622: The pager does not use the custom value
- Issue #3530966 by scalas89: Error when adding a block with lazy_builder
- Issue #3507049 by dhruv.mittal, arturopanetta, gbonline, divyansh.gupta: The "file_validate_extensions" plugin does not exist for "Text for the previous page link"
- fix: crash search modal on scrolled page and lint js
- fix: check if RouteName is null
- fix: check if user exists in menu suggestion
- fix: check if routeObject exists in breadcrumb suggestion
- fix: check if view exists in install and uninstall hook
- fix: node 20.19.x and webpack-cli ESM compliance
- fix: check if boostrap exists in load-fonts.js
- fix(modules): deps in paragraph module