From 5b2047bdd22c3b29f9159922d76b540abf028275 Mon Sep 17 00:00:00 2001 From: Frida Erdal <31915755+pomfrida@users.noreply.github.com> Date: Thu, 26 Nov 2020 10:58:39 +0100 Subject: [PATCH] Release eds-core-react@0.7.0 (#912) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 📝 Updated CHANGELOG for eds-core-react * 🔥 Removed a token change, moved to tokens release * 📝 Added a few more issues to CHANGELOG * 📝 Version * 🔖 Version up * 📝 Updated changelog * 📝 Added another fix --- libraries/core-react/CHANGELOG.md | 28 ++++++++++++++++++++++++++++ libraries/core-react/package.json | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/libraries/core-react/CHANGELOG.md b/libraries/core-react/CHANGELOG.md index dea178f388..dad1ddf800 100644 --- a/libraries/core-react/CHANGELOG.md +++ b/libraries/core-react/CHANGELOG.md @@ -5,6 +5,34 @@ 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.0] - 2020-11-26 + +### Added ✨ + +- Types, as part of the [Typescript Milestone](https://github.com/equinor/design-system/milestone/7?closed=1) +- `NativeSelect` component ([#509](https://github.com/equinor/design-system/issues/509)) +- `Table` caption ([#621](https://github.com/equinor/design-system/issues/621)) +- `isExpanded` prop to control `Accordion` externally ([#677](https://github.com/equinor/design-system/issues/677)) + +### Fixed 🐛 + +- Added a guard clause to handle null values for `Accordion` children ([#688](https://github.com/equinor/design-system/issues/688)) +- `CardMedia` spacing bug ([#603](https://github.com/equinor/design-system/issues/603)) +- Added props spread to `BannerAction` ([#478](https://github.com/equinor/design-system/issues/478)) +- `Pagination` bug ([#647](https://github.com/equinor/design-system/issues/647)) +- Bundle improvements ([#627](https://github.com/equinor/design-system/issues/627)) +- Cleaned up leaking `devDependencies` ([#862](https://github.com/equinor/design-system/issues/862)) +- Hide `Tooltip` when title is empty ([#920](https://github.com/equinor/design-system/issues/920)) + +### Changed 📓 + +- Updated `z-index` values for correct layering of the components ([#872](https://github.com/equinor/design-system/issues/872)) +- Changed licence from GNU AGPL to MIT ([#852](https://github.com/equinor/design-system/issues/852)) +- Clean up use of spacings in `Card` ([#717](https://github.com/equinor/design-system/issues/717)) +- Changed module types for better support with `commonjs` and `esm`. Using the `/commonjs` path on packages should no longer be needed and will be deprecated in the future ([#887](https://github.com/equinor/design-system/issues/887)) +- Removed unused dependencies ([#870](https://github.com/equinor/design-system/issues/870)) +- Cleaning and remodelling core-react for the future 💅 ([#887](https://github.com/equinor/design-system/issues/887)) + ## [0.6.2] - 2020-09-16 ### Fixed 🐛 diff --git a/libraries/core-react/package.json b/libraries/core-react/package.json index 8b1b359366..b7466cb618 100644 --- a/libraries/core-react/package.json +++ b/libraries/core-react/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/eds-core-react", - "version": "0.7.0-beta.4", + "version": "0.7.0", "description": "The React implementation of the Equinor Design System", "main": "src/index.ts", "publishConfig": {