Releases: equinor/design-system
Releases · equinor/design-system
eds-tokens@0.9.2
[0.9.2] - 2023-07-04
Changed
- 📦️ Use
.mjs
file extension for es-modules in the build output, addedexports
field in package.json by @oddvernes in #2866 - ⬆️ Updated
rollup
to v3.x by @oddvernes in #2908
eds-icons@0.19.2
[0.19.2] - 2023-07-04
Changed
- 📦️ Use
.mjs
file extension for es-modules in the build output, addedexports
field in package.json by @oddvernes in #2866
eds-tokens@0.9.1
[0.9.1] - 2023-04-25
- Added css variables for typography colors by @bjartebore in #2840
eds-core-react@0.31.1
[0.31.1] - 2023-04-25
Fixed
- 🐛
Menu
: Fixed a warning occurring when usingMenu.Item
asreact-router
Link
by @oddvernes in #2858
Full Changelog: https://github.com/equinor/design-system/compare/eds-core-react@0.31.0...eds-core-react@0.31.1
eds-core-react@0.31.0
[0.31.0] - 2023-04-25
Added
- ✨
Autocomplete
:optionComponent
prop for custom option templates by @oddvernes in #2852 - ✨
Sidebar
: AddedSidebar.Accordion
andSidebar.AccordionItem
by @denektenina in #2797 - ✨
Typography
: Added fallback css variables for colors by @bjartebore in #2840 - ✨
Menu
: polymorphicMenu.Item
(useas
prop to override element type) by @oddvernes in #2817
Changed
- 💄
Radio
/Checkbox
: changed visual size of hover background to conform to design by @oddvernes in #2824 - 💄
Switch
: physical size is now same asRadio
/Checkbox
to conform to design (from 40x40 to 48x48) by @oddvernes in #2824 - ⬆️ Updated production dependencies for all packages by @oddvernes in #2848
Full Changelog: https://github.com/equinor/design-system/compare/eds-core-react@0.30.0...eds-core-react@0.31.0
eds-lab-react@0.7.0
[0.7.0] - 2023-03-30
Added
DatePicker
: ForwardedrenderCustomHeader
prop and made an example calledDatePickerSelectHeader
by @bovan in #2826DatePicker
: Addeddisabled
prop and styles by @bovan in #2826DatePicker
: ForwardedminDate
,maxDate
&disableAfterDate
props by @bovan in #2826
Changed
DatePicker
: ReworkedfilterDate
to be able to use bothdisableBeforeDate
anddisableAfterDate
at the same time by @bovan in #2826DatePicker
: Uses edsLabel
instead of custom label by @bovan in #2826DatePicker
: Updatedreact-datepicker
tov4.10.0
(this is supposed to improve react 18 support) by @oddvernes in #2835
Fixed
DatePicker
: fixed input dimensions that were wrong in some cases by @oddvernes in #2835
New Contributors
eds-core-react@0.30.0
[0.30.0] - 2023-03-15
Fixed
- 🐛
NativeSelect
: fixed label not having disabled-style when disabled by @oddvernes in #2802 - 🐛
Dialog
: fixed css syntax errors inDialog.Header
,align-items: center; justify-content: space-between;
is now applied by @oddvernes in #2801
Added
- ✨
Accordion
: AddedonExpandedChange
prop toAccordion.Item
to enable controlled mode by @bjartebore in #2775 - ✨
Autocomplete
: addedonInputChange
andloading
props to enable async search-as-you-type use cases. Updated storybook with example by @oddvernes in #2788 - ✨
Autocomplete
: addeddropdownHeight
prop allowing users to override default dropdown height by @oddvernes in #2793 - ✨
Menu
: addedmatchAnchorWidth
prop by @bjartebore in #2806 - ✨
Breadcrumbs
: added option to not wrap Breadcrumbs with a newwrap
prop, plus addedforceTooltip
prop. Added storybook example by @oddvernes in fdb178b
Changed
- 🚸⚡️
Slider
- new behaviour: min/max thumbs can no longer cross, plus some performance improvements by @oddvernes in #2783 - 🚸💄
Input
: added ellipsis to overflowing text,Autocomplete
input: reduced padding-right by @oddvernes in #2807
New Contributors
Full Changelog: https://github.com/equinor/design-system/compare/eds-core-react@0.29.1...eds-core-react@0.30.0
eds-icons@0.19.1
[0.19.1] - 2023-03-14
Changed
- ⬆️ Updated SVGO to version 3.0.2 (side effect: "z" in all svg paths changed to uppercase), by @oddvernes in #2799
eds-icons@0.19.0
[0.19.0] - 2023-03-03
Added
sheet_rightposition
sheet_topposition
eds-core-react@0.29.1
[0.29.1] - 2023-02-03
Fixed
- 🚑️ Hotfix: Roll back
@types/react
to18.0.21
as the newer version created a mismatch in the Icon component type.
[0.29.0] - 2023-02-03
Added
- ✨
Menu
stays open after click on item with the newcloseMenuOnClick
prop by @denektenina in #2687 - ✨
Input
: Added css-variable (--eds-input-background
) to more easily override background-color. Also works onAutocomplete
,Textfield
,Search
andTextarea
by @oddvernes in #2718 - 📝 Storybook for
Button
andTooltip
: added best practices examples for how to useTooltip
with disabledButton
by @denektenina in #2742 - ✨ Added
Tooltip
support forButton.Toggle
by @oddvernes in #2751
Fixed
- ⚡️
Menu
: Fix occasional 1-frame flicker when openingMenu
by @denektenina in #2711 - 💄
Accordion
: Fixed double border between header and content by @denektenina in #2739 - 💄
Dialog
: Fixed spacing whenscrollable
is set by @oddvernes in #2749 - 🎨
Paper
: Made theelevation
prop transient so it doesn't clutter the html by @bjartebore in #2764
New Contributors
- @bjartebore made their first contribution in #2764
Full Changelog: https://github.com/equinor/design-system/compare/eds-core-react@0.28.0...eds-core-react@0.29.0