@adaptavant/eds-core@1.16.0
✨⚙️ Introducing version 1.16.0. Enjoy! ✨⚙️
🖊️ New Component
🎨 Color Swatch
The Color swatch component provides an accessible and customizable color picker, allowing users to choose from a set of predefined colors (swatches) or select a custom color through the interface.
🛠️ Component Enhancements
- Slider : The active state is now enabled on the thumb when clicking anywhere on the track, making the experience more intuitive and responsive.
- Field : The isAlwaysVisible prop has been added to the Counter, along with value and maxValue in the <Field /> component, allowing developers to control the counter's visibility.
- Added safe inset space for Dialog elements on iOS devices to ensure a better user experience by preventing content from being obscured by the device UI.
Minor Changes
- 18f6e30:
<ColorSwatches />
: New component to let the user render the group of color swatches
Patch Changes
- 2377635:
<DropdonwMenuItem />
,<FilterMenuItem />
, and<SelectMenuItem />
: Exposedevent
object inonClick
handler. - 9ceac2e:
TimeZonePickerItemLabel
: Added undefined check for text param in highlightMatchedContent. - 6a304c7:
<Dialog />, <Modal /> and <Sheet />
: Added safe inset space for ios device for Dialog elements. - ecd0e0a:
Counter
: AddedisAlwaysVisible
along with value and maxValue toCounter
in<Field /> component. By default, the counter is hidden. Use the
isAlwaysVisible` prop to keep the counter visible. - d273a7c:
Slider
: Enable active state on the thumb when clicking anywhere on the track.