Version 2.6.0
Welcome to the WPP Open Design System v.2.6.0!
Resources
You can download icons, foundations, and components from the Open Design System v.2.6.0.
Updates and improvements
- Icons: Added pin and unpin icons.
- Input: Enabled support for decimal numbers.
- List item: Aligned padding for the single-line and two-line variants and increased Avatar size in the two-line variant for better visibility.
Bug fixes
- Autocomplete: Fixed an issue where the
ref.current?.blur()method didn't work immediately after setting a new value for a form field using thesetValuefunction from thereact-hook-formAPI. Previously, this method required usingWppBlurwithsetTimeout, but you can now use it without additional timeouts. - Combined input and Input: Resolved an issue where the
onWppChangeevent didn't return a value from these components. - File upload: Addressed an issue related to uploading files with the same name. Now, when a file with the same name is uploaded more than once, the component appends
-1to the end of the file name, allowing for successful uploads. - Popover: Resolved an issue where the popover was not working consistenly with tooltips and selects.
- Select:
- Resolved an issue where the
WppBlurandWppFocusevents did not work in the multiple-item selects. - Fixed the inconsistent text display behavior in the multiple-item selects.
- Fixed an issue with the Select all button not working correctly in the multiple-item selects.
- Improved the multiple-item select behavior to make all input-based components stateless.
- Addressed an issue where the initially selected item in the single-item select was set as the selected value after choosing an item in another component.
- Resolved an issue where the
- Tooltip and Menu context: Fixed an issue where these components malfunctioned when attached to elements that can be rearranged.