Skip to content

Commit

Permalink
Release v7.2.1 (#2568)
Browse files Browse the repository at this point in the history
* 7.2.1

* Update core version

* Update changelog
  • Loading branch information
RasmusKjeldgaard authored Oct 28, 2022
1 parent 7511877 commit 37448c6
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 5 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libs/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion libs/designsystem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 37448c6

Please sign in to comment.