Install
Works with Drupal: ^8.9 || ^9Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
4.96 MB
MD5: 2a54d44f4ec7e314725c01aed84710fd
SHA-1: 6aa96e40c3ae131f2f68800955a4ffb21cdf6f0f
SHA-256: 58fdf90e5456ec58605e8ba9a2734c2c55f322a9a1e3ba11523cf77324e6a339
Download zip
6.08 MB
MD5: 6df2c3c9fc38e624df52ad9aa037378c
SHA-1: 3e5fd8b4bd18f69885d8804f6b464ca3892446f1
SHA-256: d3d071ea96ca82d61ee90b5ca02cee03b32130581b92c185d5763a3d51652de8
Release notes
- remove redundant version of jQuery in demo theme
- fix critical css task (minify is already integrated in v4 of the node module)
- fix link click on mobile (mobile nav JS)
- prevent js errors with layout shift img detection by checking we're searching in an object instead of for example, a string
- replace skip link target with span (because Lighthouse is bugging us about it)
- fix default 4 col widths so top and bottom regions don't inherit them. (further fixes to top and bottom sizing depends on fixes in RS Core module v. alpha22)
- fix anchor links breaking on second click (happens with links that have a h3 nested instead of just text)
- make sure svg's scale in USP, and reset spacing for nested content
- fix 2-col image size on 1/3 width
- make stretched images work properly on widescreen (need to taken into account flexible space between container and browser width)
- fix attributes not printing for certain link fields (including buttons) because explicit attributes passed to BEM functions are not taken into account
- fix 'no_link' variable in menu items when there is no link
- linting fix on icons template
- fix bem in Storybook printing letters instead of classes
- forms: tweak checkboxes and radios to better show checked states (and fix checkbox states)
- make inline SVG sprite colors editable via CSS + add info in Storybook about this
- tweak icon sprite sizing
- Make the inline SVG icons work properly on Edge (JS solution in images.js)
- Replace double by single quotes in generated inline SVG (better chance of compatibility with Edge and IE)