Releases: kirbydesign/designsystem
Releases · kirbydesign/designsystem
v8.3.0
What's Changed
New Features 🎉
- Add Tab Navigation component by @mictro in #2750
- Add new Menu Component by @NillerW in #2933
- Add Modal V2 to KirbyModule by @mark-drastrup in #2961
- Add box shadow to buttons with attention level 3 by @mark-drastrup in #2959
- Add InjectionToken for page back button by @RasmusKjeldgaard in #2963
- Add PageBackButtonOverride as Interface by @RasmusKjeldgaard in #2966
Bug Fixes 🐛
Full Changelog: v8.2.0...v8.3.0
v8.2.0
What's Changed
New Features 🎉
- Add support for setting
showIconOnly
on Button by @jakobe in #2915 - Add new header component by @thupi in #2827
- Add support for Header in Page by @jakobe in #2931
- Add x-small button size by @mictro in #2897
Bug Fixes 🐛
- Fix ion-backdrop scroll block on navigation return by @mictro in #2906
- Fix setting disclosure input to null in kirby-item by @bdyhsj in #2907
- Fix excess change-detection cycles on page scroll by @mictro in #2941
New Contributors
Full Changelog: v8.1.4...v8.2.0
v8.2.0-rc.0
What's Changed
New Features 🎉
- Experimental Alert by @mark-drastrup in #2871
- Desktop ready modal by @mark-drastrup in #2889
- Add support for setting
showIconOnly
on Button by @jakobe in #2915 - New Drawer modal by @mark-drastrup in #2904
- Stable Modal V2 by @mark-drastrup in #2928
- Add new header component by @thupi in #2827
- Add x-small button size by @mictro in #2897
Bug Fixes 🐛
- Fix ion-backdrop scroll block on navigation return by @mictro in #2906
- Fix setting disclosure input to null in kirby-item by @bdyhsj in #2907
- Fix excess change-detection cycles on page scroll by @mictro in #2941
New Contributors
Full Changelog: v8.1.2...v8.2.0-rc.0
v8.1.4
What's Changed
Bug Fixes 🐛
Hotfix Release v8.1.4
- Revert "[KirbyPage] Fix rare title intersection observer bug (#2822)" by @kodeaben in #2912
- This reverts a PR that introduced a bug where page-title in toolbar would flicker on user input
- Fix item disabled still clickable by @kodeaben in #2922
- Fix/2921 progress circle not showing themecolor by @kodeaben in #2927
Full Changelog: v8.1.3...v8.1.4
v8.1.3
What's Changed
Bug Fixes 🐛
- Hotfix Release v8.1.3: Fix misaligned dates and weekdays in calendar by @RasmusKjeldgaard in #2900
Full Changelog: v8.1.2...v8.1.3
v8.1.2
What's Changed
Bug Fixes 🐛
- Hotfix Release v8.1.2: Import ComponentLoader in Grid by @RasmusKjeldgaard in #2891
Full Changelog: v8.1.1...v8.1.2
v8.1.1
What's Changed
Bug Fixes 🐛
- Hotfix Release v8.1.1: Add CommonModule in standalone comps by @RasmusKjeldgaard in #2890
Full Changelog: v8.1.0...v8.1.1
v8.1.0
What's Changed
New Features 🎉
- Add banknotes, air-balloon, piggybank and business icons by @mark-drastrup in #2851
- Rename the experimental modal component by @mark-drastrup in #2852
- Add theming for segmented control and form field by @RasmusKjeldgaard in #2824
Bug Fixes 🐛
- Fix kirby-button attentionLevel 3 in kirby-list & kirby-modal footer by @mark-drastrup in #2865
- Fix kirby-button attentionLevel 3 in kirby-page-footer by @mark-drastrup in #2866
- Fix date mask directive in form field by @RasmusKjeldgaard in #2886
Full Changelog: v8.0.0...v8.1.0
Kirby v8.0.0
What's Changed
Breaking Changes 🛠
See migration notes for these breaking changes here
- Upgrade to angular 15 by @kodeaben in #2656
- Move packages to peerDependencies in designsystem package.json by @kodeaben in #2696
- Remove deprecated Chip component by @RasmusKjeldgaard in #2699
- Remove ResizeObserver polyfill by @RasmusKjeldgaard in #2700
- Remove IntersectionObserver polyfill by @RasmusKjeldgaard in #2701
- Redo RxJS 7 upgrade by @mark-drastrup in #2695
- Refactor how kirby list items receive hover effect by @mark-drastrup in #2698
- Do not emit Range change event when setting value by @bdytos in #2448
- Remove isDestructive button input by @RasmusKjeldgaard in #2739
- Remove card mode to align elevation by @RasmusKjeldgaard in #2792
- Use themecolor to determine card interaction state by @RasmusKjeldgaard in #2799
- chart as secondary entry by @kodeaben in #2835
New Features 🎉
- Cookbook guide on kirby-page enter/leave subscription management by @kodeaben in #2677
- Kirby list by default have divider by @AgreSanGit in #2671
- Adjust table row default height to 44px by @mark-drastrup in #2595
- Change modal from card modal to a fullscreen modal by @mark-drastrup in #2528
- Apply focus ring to the segmented control only when using tab navigation by @mark-drastrup in #2703
- Add option to hide content behind a non-transparent loading overlay by @mark-drastrup in #2710
- Add disclosure input to Kirby item by @AgreSanGit in #2635
- Add row and columns specific spacing for Grid by @thupi in #2729
- Add option to provide additional locales to kirby-calendar and add locale documentation by @mark-drastrup in #2702
- Improve kirby-page for desktop usage by @thupi in #2751
- Upload new icons to kirby by @AgreSanGit in #2754
- Kirby card support kirby item in card header and footer by @AgreSanGit in #2752
- Introduce new attention level designs for button and related theming for card by @RasmusKjeldgaard in #2735
- Improve card documentation by @RasmusKjeldgaard in #2787
- Emit events when navigating to previous or next month in kirby-calendar by @mark-drastrup in #2704
- Experimental Fullscreen Modal by @mark-drastrup in #2679
- Add routing to experimental modal component by @mark-drastrup in #2817
Bug Fixes 🐛
- added z-index for sticky page content by @RasmusTraeholt in #2664
- Fix missing back navigation arrow on stacked pages by @mictro in #2691
- Fix kirby-page title animation when changing query params by @thupi in #2693
- Kirby page sticky content shouldn't be transparent by @thupi in #2713
- Fix missing scss module namespace to color docs by @RasmusKjeldgaard in #2802
- Fix rare title intersection observer bug by @thupi in #2822
Full Changelog: v7.4.0...v8.0.0