All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.11.0 (2026-03-20)
0.10.2 (2026-02-11)
0.10.1 (2026-02-03)
0.10.0 (2025-12-11)
- eds-color-palette-generator: fix memory leak from uncleaned debounce timeouts on unmount (#4260) (b226edb)
0.9.0 (2025-10-29)
- eds-core-react, eds-utils: Create base typography component and opinionated heading and paragraph (b2130c6), closes #4125
0.8.1 (2025-10-16)
Note: Due to technical debt and limited active components, we're keeping the lab package at v0.x while evaluating whether to deprecate it entirely. The styled-components implementation has React 19 compatibility issues requiring workarounds we're not comfortable promoting to v1.0.0.
- chore: ⬆️ React 19 upgrade by @pomfrida in #4007
- 🔥 Remove individual package lockfiles by @pomfrida in #3930
- ⬆️ Upgrade dependencies in all packages by @pomfrida in #3933
- ⬆️ Upgrade pnpm to v10 and node to v22 by @torleifhalseth in #3964
- ⬆️ Storybook v9 upgrade by @pomfrida in #3976
- ⬆️ Upgrade dependencies by @pomfrida in #3881
- 🗑️
DatePicker: We removed import of CSS. You need to require the CSS file fromreact-datepicker. In any event, this component should be considered deprecated in favour ofDatePickerin@equinor/eds-core-react. by @torleifhalseth in #3346 - ⬆️ Updated prod dependencies by @oddvernes in #3425
- ⬆️ Update prod dependencies by @oddvernes in #3298
- ⬆️
Datepicker: Update downshift@8.3.3 to fix focus grabbing on load bug by @oddvernes in #3336
- 🔧 Updated
babelbrowserlist from "defaults" to "last 2 versions of chrome/edge/firefox/safari". This reduces build size significantly and removes all the babel runtime helpers. by @oddvernes in #3219
- ⬆️ Updated
eds-core-react/eds-iconsdependencies
- ⬆️ Update
@babel/runtimeto fix a vulnerability in its dependency@babel/traverse(https://nvd.nist.gov/vuln/detail/CVE-2023-45133) by @oddvernes in #3115
- ⬆️ Support
Styled-componentsv6 by @oddvernes in #3050
- ⬆️ Upgrade rollup to v3 by @oddvernes in #2908
- ⬆️ Storybook updated to v7 by @oddvernes in #2866
- ⬆️ updated dependencies by @oddvernes in #2925
- 📌 Restricted
styled-componentsto below version 6 inpeerDependencies. this package does not support v6 yet
DatePicker: ForwardedrenderCustomHeaderprop and made an example calledDatePickerSelectHeaderby @bovan in #2826DatePicker: Addeddisabledprop and styles by @bovan in #2826DatePicker: ForwardedminDate,maxDate&disableAfterDateprops by @bovan in #2826
DatePicker: ReworkedfilterDateto be able to use bothdisableBeforeDateanddisableAfterDateat the same time by @bovan in #2826DatePicker: Uses edsLabelinstead of custom label by @bovan in #2826DatePicker: Updatedreact-datepickertov4.10.0(this is supposed to improve react 18 support) by @oddvernes in #2835
DatePicker: fixed input dimensions that were wrong in some cases by @oddvernes in #2835
- 🚚 Moved
SideBarcomponent to eds-core-react by @oddvernes in #2614
- 🐛Datepicker: fix calendar icon position by @oddvernes in #2573
- ⬆️ Upgrade to React 18 by @mimarz in #2510
- 🐛Sidebar link active warning by @oddvernes in #2531
- 💄 Sidebar spacing by @oddvernes in #2543
- Expose
CSSButtonfor downstream testing
- Fix three issues with the lab DatePicker component by @sebastianvitterso in #2301
- Auto overflow on
Autocompletedropdown
- Updated dependency
@equinor/eds-utilsto version0.2.0
- Initial release of features of
Autocompletefor feedback
- Renamed
ComboboxtoAutocomplete
- Use
@equinor/eds-utilsfor all utilities (removing copies)
- First release of eds-lab-react