- Changed template for textarea fields because of accessibility reasons.
In case of any issues, see
themes/material_base_mdc/templates/form/form-element--textarea.html.twig
for reverting options. - Moved subthemes to
themes
folder for proper Twig template discovery work. - #3316638 Fixed password field issues.
- #3316643 Improved support of layout builder.
- #3316641 Changed base theme from "Stable" to "Stable 9" (using own copy made from Drupal code 9.4.8).
- Updated MDC library from 7.0.0 to 14.0.0.
Important change: MDC list implementation is in transition state to the new
implementation and all usage of
mdc-list
(includingmdc-list-item
andmdc-list-item-*
) should be replaced bymdc-deprecated-list
. - Updated Webpack from 4.x to 5.x. Update of
webpack.config.js
,package.json
,package-json.lock
, andyarn.lock
is required. - Fixed uploadable fields, file and image. The fix requires changes from #2752443, for more details see #3170746
- Fixed bug with multiple form submit button
- Compatibility with Drupal 10
- First beta release.