Releases: equinor/design-system
Releases · equinor/design-system
eds-icons@0.15.0
eds-core-react@0.24.0
[0.24.0] - 2022-10-06
Added
- ✨ Autocomplete: Support for toggling if input is cleared on selection by @mimarz in #2545
- ✨Polymorphic tabs by @oddvernes in #2556
Changed
- ♻️ Autocomplete: Always show all options on re-open after selection by @mimarz in #2562
- ⬆️ upgraded floating-ui to v0.10.1 by @oddvernes in #2554
- 🔧 Conform packages build, test & linting by @mimarz in #2555
- 💄
Button
variantghost_icon
andcontained_icon
changed size from 48px to 40px by @mimarz #2351
Fixed
- 🐛 Accordion: prevent toggle from submitting form by @oddvernes in #2567
Full Changelog: https://github.com/equinor/design-system/compare/eds-core-react@0.23.0...eds-core-react@0.24.0
eds-utils@0.4.0
eds-lab-react@0.5.0
[0.5.0] - 2022-10-05
Changed
- ⬆️ Upgrade to React 18 by @mimarz in #2510
- 🐛Sidebar link active warning by @oddvernes in #2531
eds-core-react@0.23.0
[0.23.0] - 2022-10-05
Changed
- ⬆️ Upgrade to React 18 by @mimarz in #2510
- 🐛 Breadcrumb/Typography: use transient props by @oddvernes in #2542
Fixed
- 🐛 Accordion: fixed shrinking icon by @oddvernes in #2540
Full Changelog: https://github.com/equinor/design-system/compare/eds-core-react@0.22.0...eds-core-react@0.23.0
eds-core-react@0.22.0
[0.22.0] - 2022-09-29
Fixed
- ♻️ Replaced usage of nullish coalescing operator by @mimarz in #2530
- 🐛 Popover: removed
overflow: hidden
fromPopover.Content
by @martalalik in #2524 - 🐛 Tabs, storybook: scroll with prev/next buttons story improvements by @oddvernes in #2500
- 🐛 Autocomplete: fixed missing z-index on dropdown by @oddvernes in #2503
- 🐛 Popover: fixed missing arrow by @oddvernes in #2507
Added
- ✨ Created new
ToggleButton
component by @martalalik in #2458 - ✨ Divider: Added
size
prop by @oddvernes in #2519 - 📝 Sidesheet, storybook: Drag-to-resize sidesheet story by @oddvernes in #2491
- 📝 Popover, storybook: Persistent popover story by @martalalik in #2511
- ✨ TopBar: Added
sticky
prop to toggle static or sticky positioning by @martalalik in #2508
Changed
- 🎨 Scrim: Use Floating-UI
FloatingOverlay
to improve scroll-lock and remove content jump by @martalalik in #2513
eds-icons@0.14.0
[0.14.0] - 2022-09-19
Added
filter_alt_active
filter_alt_off
collapse_screen
expand_screen
minimize
slack
Changed
- Redesigned arrow on
priority_low
&priority_high
eds-icons@0.13.0
[0.13.0] - 2022-08-30
Added
oil
oil_barrel
eds-utils@0.3.0
[0.3.0] - 2022-09-08
Added
- ✨ Added
mergeRefs
utility function, this replacesuseCombinedRefs
and works the same way, except it doesn't internally memoize the ref, by @oddvernes in #2381 - ✨ Added OverridableComponent type by @oddvernes in #2410
Removed
- 🗑️
useCombinedRefs
was removed/renamed tomergeRefs
by @oddvernes in #2381
Deprecated
- 🗑️ Marked
usePopper
as Deprecated by @oddvernes in #2463
eds-core-react@0.21.0
[0.21.0] - 2022-09-08
Fixed
- 💄 Fixes to make sure both
style
andclassName
are applied to outermost element (changes toswitch
,NativeSelect
,Radio
,Checkbox
,Search
,Autocomplete
) by @oddvernes in #2367 - 🐛 Popover: changed to
overflow: auto
by @oddvernes in #2431
Added
- ✨
Autocomplete
: Added disable clear button prop (hideClearButton
) by @Simrayz in #2378 - ✨ Added
width
prop toSideSheet
by @martalalik in #2399 - ✨
Button
is now a proper overridable component (can be rendered as another component/element-type with theas
prop and typescript will only allow valid props for that component) by @oddvernes in #2410 - ✨ Make
Typography
an overridable component by @oddvernes in #2432 - ✨ Make
Breadcrumb
an overridable component by @oddvernes in #2442 - ✨ Created
Button.Group
wrapper component by @martalalik in #2420
Changed
- ♻️ Replaced
popperjs
withfloating-UI
inTooltip
by @oddvernes in #2377 - ♻️ Replaced
popperjs
withfloating-UI
inPopover
by @oddvernes in #2384 - ♻️ Replaced
popperjs
withfloating-UI
inMenu
by @oddvernes in #2405 - ♻️ Replaced
popperjs
withfloating-UI
inAutocomplete
by @oddvernes in #2460 - 📝 Updated
Typography
documentation in storybook by @martalalik in #2247 - 🗑️
Card
: removed logic to style cursor based ononClick
listener being present by @oddvernes in #2436 - 💄
Topbar
: inline padding reduced from 40 to 24px by @oddvernes in #2451