Tuesday, June 2, 2026
1 change · saas-19.3
Enhancements to existing features
This update enhances the flexibility of the Documentation Link component by adding styling options through 'class' props. Previously, the component's style was fixed, limiting its use in various UI designs. Now, developers can easily adapt the link's appearance for different contexts, such as buttons or dropdown menus.
Original PR description
Before this commit, the style of that component is fixed, thus it is not possible to customize it to render that component as a secondary button neither display it as dropdown item. This commit adds the `class` props in that component to be able easily change the style to use that component anywhere. task-6095833 Forward-Port-Of: odoo/odoo#267114