From 37448c61abcdb16304831ff5b9e478d1f4ad3669 Mon Sep 17 00:00:00 2001 From: RasmusKjeldgaard Date: Fri, 28 Oct 2022 14:11:56 +0200 Subject: [PATCH] Release v7.2.1 (#2568) * 7.2.1 * Update core version * Update changelog --- CHANGELOG.md | 19 +++++++++++++++++++ libs/core/package.json | 2 +- libs/designsystem/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 24 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5828aecb65..1034718961 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ Notable changes to the project will be documented in this file. +## [7.2.1](https://github.com/kirbydesign/designsystem/compare/v7.1.1...v7.2.1) (28-10-2022) + +### Features + +- **data table** - introduce new Kirby Data Table component ([#2517](https://github.com/kirbydesign/designsystem/pull/2517)) +- **dropdown** - enable keyboard navigation in the dropdown ([#2424](https://github.com/kirbydesign/designsystem/pull/2424)) +- **formfield** - introduce affix functionality (pre- and suffix) ([#2545](https://github.com/kirbydesign/designsystem/pull/2545)) +- **icon** - add update icon ([#2558](https://github.com/kirbydesign/designsystem/pull/2558)) +- **local navigation** - introduce **experimental** local navigation component ([#2501](https://github.com/kirbydesign/designsystem/pull/2501)) +- **modal** - Add option to show an alert before dismissing modal ([#2514](https://github.com/kirbydesign/designsystem/pull/2514)) +- **tabs** - change position of badges([#2555](https://github.com/kirbydesign/designsystem/pull/2555)) + +### Bugfixes + +- **chart** - upgrade Chart.js dependency to avoid chart-annotations version warning ([#2548 ](https://github.com/kirbydesign/designsystem/pull/2548)) +- **dropdown** - prevent dropdown focus ring on click ([#2544](https://github.com/kirbydesign/designsystem/pull/2544)) +- **dropdown** - fix opening direction when button intersects bottom of viewport ([#2544](https://github.com/kirbydesign/designsystem/pull/2544)) +- **fab-sheet** - fix no automatic close of fab-sheet on item click([#2472](https://github.com/kirbydesign/designsystem/pull/2472)) + ## [7.1.1](https://github.com/kirbydesign/designsystem/compare/v7.1.0...v7.1.1) (12-10-2022) Fixes missing stylesheets in core packages. Due to modified publish flow made in v7.1.0. This only affects the published npm packages. diff --git a/libs/core/package.json b/libs/core/package.json index ae71796a9b..af89604a0e 100644 --- a/libs/core/package.json +++ b/libs/core/package.json @@ -1,6 +1,6 @@ { "name": "@kirbydesign/core", - "version": "0.0.35", + "version": "0.0.36", "description": "Core web-components for the Kirby Design System.", "module": "dist/index.js", "main": "dist/index.cjs.js", diff --git a/libs/designsystem/package.json b/libs/designsystem/package.json index b542d12ed7..a594fe2f68 100644 --- a/libs/designsystem/package.json +++ b/libs/designsystem/package.json @@ -4,7 +4,7 @@ "dependencies": { "@fontsource/roboto": "4.2.1", "@ionic/angular": "6.2.1", - "@kirbydesign/core": "0.0.35", + "@kirbydesign/core": "0.0.36", "chart.js": "3.9.1", "chartjs-adapter-date-fns": "^2.0.0", "chartjs-plugin-annotation": "^1.0.2", diff --git a/package-lock.json b/package-lock.json index d8711266ca..a8ac532750 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "designsystem", - "version": "7.1.1", + "version": "7.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "designsystem", - "version": "7.1.1", + "version": "7.2.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 5d0c268676..f722c27908 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "designsystem", - "version": "7.1.1", + "version": "7.2.1", "description": "Kirby Design Angular Components. This library provides Angular wrappers for the @kirbydesign/core package, for smoother integration into Angular projects.", "engines": { "node": ">=16.0.0",