Skip to content

Commit

Permalink
Merge pull request #2471 from kirbydesign/main
Browse files Browse the repository at this point in the history
Update develop with v6.4
  • Loading branch information
jkaltoft authored Sep 9, 2022
2 parents 287254e + 580e851 commit fb98d22
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 7 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

Notable changes to the project will be documented in this file.

## [6.4.1](https://github.com/kirbydesign/designsystem/pull/2470) (09-09-2022)

### Bugfixes

- **accordion** - add note for using Accordion in microfrontends (#2436)
- **fab-sheet** - fix backdrop showing up when fab is closed (#2459)
- **page** - fix emission of enter and leave events (#2387)
- **segmented-control** - add option for setting selectedIndex in segmentSelect call-back (#2407)

### Features

- **accordion** - add option to disable accordion items (#2451)
- **calendar** - add option to specify which dates should be enabled (#2454)

## [6.3.1](https://github.com/kirbydesign/designsystem/pull/2421) (16-08-2022)

- Upgrade to Ionic 6
Expand Down
2 changes: 1 addition & 1 deletion libs/core/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 libs/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kirbydesign/core",
"version": "0.0.29",
"version": "0.0.31",
"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.29",
"@kirbydesign/core": "0.0.31",
"chart.js": "3.3.2",
"chartjs-adapter-date-fns": "^2.0.0",
"chartjs-plugin-annotation": "^1.0.2",
Expand Down
7 changes: 4 additions & 3 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": "6.3.1",
"version": "6.4.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 fb98d22

Please sign in to comment.