Skip to content
* Update DSFR library to be compatible with version 1.4.1
* Fix variant compatibility with Drupal +11.2
* Add "fr-icon-" prefix to all icon props to harmonize components (risk of regression on existing sites!).
* Component "alert": Allow to define an icon.
* Component "badge": Manage "icon" and "ellipsis" elements.
* Component "card": Allow to disable link/button.
* Component "content": Update ratio legacy class and allow ratio 1:1 usage.
* Component "logo": Manage logo component variants.
* Component "quote": Allow to add attributes to the blockquote and manage variant (md, lg, xl).
* Component "pagination": Manage item display from LG breakpoint.
* Component "range": Update labels management.
* Component "share": Move text content declaration and add a description.
* Component "tab": Add add a "html_id" prop to link the tab label to a panel.
* Component "tag": Allow to disable tag.
* Component "tag": Remove inline "onclick" attribute and add a "aria-label" attribute when the tag is dismissible.
* Component "tile": Allow to disable link/button.
* Component "toggle": Add "DEPRECATED" mention to the "label_left" prop (legacy mode).
* Component "toggle": Allow to display toggle current state under the field.
* Component "translate": Replace "nav" HTML tag with "div" to make reading easier on screen readers.
* Language switcher: Add an option to display the button without border.
* Tables: Add some variables to extend tables rendering (table and views table elements).