From c77f133a12d4e326915206d96515c5a3dfef8103 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oddbj=C3=B8rn=20=C3=98vernes?= Date: Fri, 17 Nov 2023 12:10:25 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20eds-core-react@0.34.0?= =?UTF-8?q?=20(#3149)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump package.json for release * Updated changelog --- packages/eds-core-react/CHANGELOG.md | 20 ++++++++++++++++++++ packages/eds-core-react/package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/packages/eds-core-react/CHANGELOG.md b/packages/eds-core-react/CHANGELOG.md index 3384bc2af5..2ba34c45ad 100644 --- a/packages/eds-core-react/CHANGELOG.md +++ b/packages/eds-core-react/CHANGELOG.md @@ -5,6 +5,26 @@ 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.34.0] - 2023-11-17 + +### Added + +- ✨ `Slider`: added `hideActiveTrack` prop by @oddvernes in https://github.com/equinor/design-system/pull/3131 +- ✨ `Slider`: added `labelAlwaysOn` prop by @oddvernes in https://github.com/equinor/design-system/pull/3143 +- ✨ `Autocomplete`: Added `variant` (`error`, `warning`, `success`) and `helperText` props by @denektenina in https://github.com/equinor/design-system/pull/3139 +- ✨ `Breadcrumbs`: custom `separator` prop by @oddvernes in https://github.com/equinor/design-system/pull/3142 + +### Changed + +- 💄 `Slider`: redesigned value label to tooltip style, increased font size by @oddvernes in https://github.com/equinor/design-system/pull/3143 +- ✨ `Label`/`TextField`/`Autocomplete`: The `label` prop type changed from `string` to `ReactNode` to allow it to be more customizable by @FredrikMWold in https://github.com/equinor/design-system/pull/3140 +- ⬆️ Updated dependencies by @oddvernes in https://github.com/equinor/design-system/pull/3121 https://github.com/equinor/design-system/pull/3138 https://github.com/equinor/design-system/pull/3137 https://github.com/equinor/design-system/pull/3132 https://github.com/equinor/design-system/pull/3148 + +### Fixed + +- 📱 `Slider`: added touch support for range slider by @oddvernes in https://github.com/equinor/design-system/pull/3144 +- 🐛 `Slider`: fixed bug in Safari where slider would grow in width on mouseover by @oddvernes in https://github.com/equinor/design-system/pull/3145 + ## [0.33.1] - 2023-10-20 ### Fixed diff --git a/packages/eds-core-react/package.json b/packages/eds-core-react/package.json index dd6b880235..f750432a99 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.33.1", + "version": "0.34.0", "description": "The React implementation of the Equinor Design System", "sideEffects": [ "**/*.css"