From ecb6d73b241c74ac063c478e7db3ea63e1c206e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oddbj=C3=B8rn=20=C3=98vernes?= Date: Fri, 9 Feb 2024 12:14:56 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96Release=20eds-core-react@0.36.0,=20?= =?UTF-8?q?eds-lab-react@0.7.5,=20eds-utils@0.8.4=20(#3265)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Updated changelogs, bump versions * fix typo --- packages/eds-core-react/CHANGELOG.md | 21 +++++++++++++++++++++ packages/eds-core-react/package.json | 2 +- packages/eds-lab-react/CHANGELOG.md | 6 ++++++ packages/eds-lab-react/package.json | 2 +- packages/eds-utils/CHANGELOG.md | 6 ++++++ packages/eds-utils/package.json | 2 +- 6 files changed, 36 insertions(+), 3 deletions(-) diff --git a/packages/eds-core-react/CHANGELOG.md b/packages/eds-core-react/CHANGELOG.md index 1e92cd6577..ddbfdd6553 100644 --- a/packages/eds-core-react/CHANGELOG.md +++ b/packages/eds-core-react/CHANGELOG.md @@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.36.0] - 2024-02-09 + +### Added + +- ✨ `Autocomplete`: Implemented "Select all" functionality, enabled with `allowSelectAll` prop by @yusijs in https://github.com/equinor/design-system/pull/3245 +- 💄 `Slider`: option to render "value label" below the track with new `labelBelow` prop by @oddvernes in https://github.com/equinor/design-system/pull/3227 + +### Fixed + +- 🐛 `Slider`: `onChangeCommitted` was not triggered by touch input by @oddvernes in https://github.com/equinor/design-system/pull/3244 +- 🐛 `Slider`: fixed bug in Firefox where "value label" did not show on hover by @oddvernes in https://github.com/equinor/design-system/pull/3224 +- 🐛 `Snackbar`: A missing check in the autohide timer caused `onClose` to be called twice by @oddvernes and @yusijs in https://github.com/equinor/design-system/pull/3241 +- 🐛 `Autocomplete`: with `multiple`, `readOnly` was still accessible when clicking in the input. `readOnly` was still accessible in both modes when using keyboard arrow buttons by @oddvernes in https://github.com/equinor/design-system/pull/3216 + +### Changed + +- 💄`Slider`: design adjustments to the "value label": changed color, reduced padding, removed "arrow" and moved closer to the "thumb" by @oddvernes in https://github.com/equinor/design-system/pull/3227 +- 💄 `TextField`/`InputWrapper`: allow line break character to work in `HelperText` by @oddvernes in https://github.com/equinor/design-system/pull/3233 +- 🔧 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 https://github.com/equinor/design-system/pull/3219 +- 🚸 `Autocomplete` ux-changes: input cleared on blur, added "no options" dropdown and `noOptionsText` prop by @oddvernes in https://github.com/equinor/design-system/pull/3216 + ## [0.35.1] - 2023-12-21 ### Fixed diff --git a/packages/eds-core-react/package.json b/packages/eds-core-react/package.json index 525b84723e..9d1f7c4544 100644 --- a/packages/eds-core-react/package.json +++ b/packages/eds-core-react/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/eds-core-react", - "version": "0.35.1", + "version": "0.36.0", "description": "The React implementation of the Equinor Design System", "sideEffects": [ "**/*.css" diff --git a/packages/eds-lab-react/CHANGELOG.md b/packages/eds-lab-react/CHANGELOG.md index 509dfdd9ee..6e16aecbd1 100644 --- a/packages/eds-lab-react/CHANGELOG.md +++ b/packages/eds-lab-react/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [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 https://github.com/equinor/design-system/pull/3219 + ## [0.7.4] - 2023-12-13 ### Changed diff --git a/packages/eds-lab-react/package.json b/packages/eds-lab-react/package.json index 18fc9b80d6..8019510363 100644 --- a/packages/eds-lab-react/package.json +++ b/packages/eds-lab-react/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/eds-lab-react", - "version": "0.7.4", + "version": "0.7.5", "description": "The lab for the Equinor Design System", "sideEffects": [ "**/*.css" diff --git a/packages/eds-utils/CHANGELOG.md b/packages/eds-utils/CHANGELOG.md index 044ffefde3..64a26560e3 100644 --- a/packages/eds-utils/CHANGELOG.md +++ b/packages/eds-utils/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.8.4] - 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 https://github.com/equinor/design-system/pull/3219 + ## [0.8.3] - 2023-10-20 ### Fixed diff --git a/packages/eds-utils/package.json b/packages/eds-utils/package.json index 550fda2d89..265e6503be 100644 --- a/packages/eds-utils/package.json +++ b/packages/eds-utils/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/eds-utils", - "version": "0.8.3", + "version": "0.8.4", "description": "Utility functions and hooks for the Equinor Design System", "sideEffects": false, "type": "module",