Install
Works with Drupal: ^9 || ^10Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
471.96 KB
MD5: 3c4b88dca62dbd105d8ef3a7b6c1971d
SHA-1: 591e7008714a218aafbf559c46c5da5df378b296
SHA-256: 8e513bed1109a717d7efb5964b26316671f7bf2059458ac64b2409178ea28614
Download zip
931.33 KB
MD5: c03bf3c4a7561ed3839102317d18c580
SHA-1: 22ce6ee08e889e2908aa3034ede28501fffb654a
SHA-256: 3cacb3397cfacfbb848b11c45ddeb73a235fa7741a72bde8441663f9990552cd
Release notes
Fix: break in 2.2.0, move js fonts loading externally
- Update sub-theme dependencies for compliance v2.2.0 bootstrap-italia library
- Various accessibility fix
- New module for full blocks home page
Update from 2.1.x
Vanilla
If you use vanilla libraries, download bootstrap-italia v2.2.0 and update <your-sub-theme>/dist folder.
Custom build
If you use custom libraries built with webpack, do:
$ npm install bootstrap-italia@2.2.0 --save-exact
$ npm updateupdate <your-sub-theme>/src/js/index.js and run
$ npm run build:prod
$ drush crUpdate from 2.0.x
Check 2.0.x to 2.1.x release note