Skip to main content

Version 2.19.1

Welcome to the WPP Open Design System v.2.19.1! 

This extended release of 2.19.0 introduces important bug fixes. Read on to learn more.

Resources  

You can download icons, foundations, and components from the Open Design System v.2.19.1.

Bug fixes

Development specific

  • Input: Fixed the issue in the tooltip when the text input is truncated in the Wppinput component.

  • AG Grid Theme: Updated the "ag-theme-wpp.css" file to ensure that the scrollbar appears whenever the table is scrolled.

  • Button : Icon colour has been updated for destructive-secondary disabled button variant.

  • Color Picker:

    • Updated the stories of the color-picker component and added a story for each mode namely "theme", "custom", and "theme and custom".
    • A shadow-box is added to the markers from the opacity-slider, hue-slider and saturation-picker.
    • The marker is made to stand over the slider such that it does not get clipped by its parent (this can be seen when the value is at minimum / maximum).
note

This applies to the the following components: opacity-slider, hue-slider and saturation-picker

  • File Upload:

    • Deprecated the accept property in the WppFileUpload component to avoid conflicts with acceptConfig.
    • Updated component logic to prioritize acceptConfig over accept.
    • Handled edge cases to support flexibility:
      • acceptConfig= now allows all file formats.
      • No accept or acceptConfig defaults to .jpg, .jpeg, .png.
      • Legacy usage accept= also allows all file formats.
      • Specific file types can be restricted using acceptConfig (e.g., PNG and PDF).
  • Tree: Disabled tags in the disabled state to reflect changes in list items.

  • Accordion: Disabled tags in the disabled state to reflect changes in list items.

  • Rich Text editor: Fixed the issue ensuring that all the Icons are now rendering correctly in the hulk environment.

  • Datepicker: Fixed the issue ensuring that the dropdown opens when the calendar icon is selected.

  • Side Modal: Updated an ability to switch off overlay and added scroll to the page when side modal has no overlay

  • User application: Fixed an issue ensuring the application doesn’t freeze after upgrading to DS Library v2.18.0.

  • Different Components: All the issues with tooltips and truncation have been fixed.