Skip to content

Latest commit

 

History

History
216 lines (114 loc) · 8.42 KB

File metadata and controls

216 lines (114 loc) · 8.42 KB

Changelog

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)

✨ Added

0.10.2 (2026-02-11)

🐛 Fixed

  • config: revert .mjs extension for ESM builds (#4482) (4fb957f)

0.10.1 (2026-02-03)

🐛 Fixed

  • config: use .mjs extension for ESM builds (#4463) (476a40e)

0.10.0 (2025-12-11)

✨ Added

  • eds-color-palette-generator: fix memory leak from uncleaned debounce timeouts on unmount (#4260) (b226edb)

🔧 Chores

0.9.0 (2025-10-29)

✨ Added

  • eds-core-react, eds-utils: Create base typography component and opinionated heading and paragraph (b2130c6), closes #4125

🐛 Fixed

  • Use semver ranges for internal eds dependencies (#4163) (7cc8abe)

🔧 Chores

0.8.1 (2025-10-16)

🔧 Chores

[0.8.0] - 2025-10-09

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.

Changed

  • chore: ⬆️ React 19 upgrade by @pomfrida in #4007

[0.7.9] - 2025-09-11

Changed

  • 🔥 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

[0.7.8] - 2025-08-27

Changed

  • ⬆️ Upgrade dependencies by @pomfrida in #3881

[0.7.7] - 2024-05-14

Changed

  • 🗑️ DatePicker: We removed import of CSS. You need to require the CSS file from react-datepicker. In any event, this component should be considered deprecated in favour of DatePicker in @equinor/eds-core-react. by @torleifhalseth in #3346
  • ⬆️ Updated prod dependencies by @oddvernes in #3425

[0.7.6] - 2024-03-01

Changed

  • ⬆️ Update prod dependencies by @oddvernes in #3298

Fixed

  • ⬆️ Datepicker: Update downshift@8.3.3 to fix focus grabbing on load bug by @oddvernes in #3336

[0.7.5] - 2024-02-09

Changed

  • 🔧 Updated babel browserlist 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

[0.7.4] - 2023-12-13

Changed

  • ⬆️ Updated eds-core-react/eds-icons dependencies

[0.7.3] - 2023-10-20

Fixed

[0.7.2] - 2023-09-26

Added

  • ⬆️ Support Styled-components v6 by @oddvernes in #3050

[0.7.1] - 2023-07-13

Changed

  • ⬆️ Upgrade rollup to v3 by @oddvernes in #2908
  • ⬆️ Storybook updated to v7 by @oddvernes in #2866
  • ⬆️ updated dependencies by @oddvernes in #2925
  • 📌 Restricted styled-components to below version 6 in peerDependencies. this package does not support v6 yet

[0.7.0] - 2023-03-30

Added

  • DatePicker: Forwarded renderCustomHeader prop and made an example called DatePickerSelectHeader by @bovan in #2826
  • DatePicker: Added disabled prop and styles by @bovan in #2826
  • DatePicker: Forwarded minDate, maxDate & disableAfterDate props by @bovan in #2826

Changed

  • DatePicker: Reworked filterDate to be able to use both disableBeforeDate and disableAfterDate at the same time by @bovan in #2826
  • DatePicker: Uses eds Label instead of custom label by @bovan in #2826
  • DatePicker: Updated react-datepicker to v4.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

[0.6.0] - 2022-11-04

Removed

  • 🚚 Moved SideBar component to eds-core-react by @oddvernes in #2614

[0.5.2] - 2022-10-19

Fixed

  • 🐛Datepicker: fix calendar icon position by @oddvernes in #2573

[0.5.1] - 2022-10-12

Changed

  • ⬆️ Upgrade to React 18 by @mimarz in #2510
  • 🐛Sidebar link active warning by @oddvernes in #2531
  • 💄 Sidebar spacing by @oddvernes in #2543

[0.4.2] - 2022-06-20

Added

  • Expose CSSButton for downstream testing

[0.4.1] - 2022-06-16

Fixed

  • Fix three issues with the lab DatePicker component by @sebastianvitterso in #2301

[0.4.0] - 2022-05-xx

[0.3.2] - 2022-03-18

Changed

  • Auto overflow on Autocomplete dropdown

[0.3.1] - 2022-03-18

Changed

  • Updated dependency @equinor/eds-utils to version 0.2.0

[0.3.0] - 2022-03-16

Added

  • Initial release of features of Autocomplete for feedback

Changed

  • Renamed Combobox to Autocomplete

[0.2.0] - 2022-02-02

Changed

  • Use @equinor/eds-utils for all utilities (removing copies)

[0.1.0] - 2022-01-31

Changed

  • First release of eds-lab-react