Install
Works with Drupal: ^9 || ^10Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
261.2 KB
MD5: 3a71290c9b0488ca57ca514e5da500f0
SHA-1: 44ad08425284d3fe4a894105d6af5ddea726c564
SHA-256: 1cb14d9282213336b995b6bd57e17ff6ff251b29f0f75f6a69dffa75d08c8db0
Download zip
290.38 KB
MD5: 5cd859919c9ee4361a2699b8cdc52fed
SHA-1: 76e98cb1f960a384e76e592eae0671a4cda894bb
SHA-256: 29ecf8cc2488214a7c9dd2dbcb7496337189554de698ee5ed36f7eecdcc4d682
Release notes
General:
- Use CDN instead of asset composer by default
- Fix dependencies: ui_patterns:ui_patterns_library instead of ui_patterns:ui_patterns
- Update to Bootstrap 4.6: https://blog.getbootstrap.com/2021/01/19/bootstrap-4.6.0/
Patterns:
- Add Figure from https://getbootstrap.com/docs/4.6/content/figures/
- list_group: remove non-compliant #active & #disabled properties by splitting list_group & list_group_item
- Compatibility breaker. Carousel: split slides field between slides and captions
- Remove deprecated function (drupal_get_path)
Styles:
- Add p-* & m-* styles, because already used for previews and expected by users.
- Add text-right previewed_with for spacing_padding_right
- Compatiblity breaker. Split border & border substractive
Examples:
- Remove 0, 1, 2.. string and make explicit when fake keys are used to overpass html_tag limitations.
- Update carousel because grid_row component has changed