@adaptavant/eds-core@1.25.0
🛠️ New package alert! With the release of 1.25.0 we have also released a new package, @adaptavant/eds-icons, which contains all the icons and symbols that used to live in EDS.
Going forward new icons and symbols will be added here, allow teams outside EDS to contribute to getting the icons they need quicker and easier than ever before.
Don't worry, this isn't a breaking change as the @adaptavant/core
package still exports all the icons and symbols that were previously available, however we recommend you update to the new package as EDS will stop exporting these in the next major release.
Minor Changes
- 8651f6a:
Checkbox
: AddedcheckboxPosition
prop for positioning checkbox with respect to label - 12b87c1:
Icons
: AddedErrorFilledIcon
andSwitchIcon
, UpdatedClassIcon
and Fixed dark mode issue forPlaybackSpeedIcon
- b28ebf7:
Avatar
: Update status badge dimension based on avatar size, and hide status symbol inside status badge for smaller sizes. - 0c7940f: Adds a new
NavigationBar
component which represents a navigation bar fixed to the bottom of the screen. - f54bba0:
Radio
: AddedradioPosition
prop to position radio component. - 0a48a7f: Introduced a new variant
native-hover:
. This can be used to opt out of tailwind's modernhover:
variant. - ff282e4:
centric-layout
: Added a classname for centering the content with some responsive gutter gap and margin auto. - 4e4d2c7:
Combobox
andComboboxMultiSelect
: Reset search term when menu closes.
ComboboxMultiSelect
:
- Supports
Select all
option. - Clear button now clears all selected options and sets the search term.
- Added a new prop
maxVisibleItems
to control the maximum number of tags visible in the trigger.