Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔖 Release [email protected] #3149

Merged
merged 2 commits into from
Nov 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions packages/eds-core-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/eds-core-react/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down