Skip to content

Releases: kirbydesign/designsystem

Extensions Angular v3.0.0

11 Mar 17:44
fa045b2
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

Extensions Angular v2.0.0

28 Feb 14:25
e41fa2b
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

  • Formatting Pipes: Make amount pipes amountServiceConfiguration optional by @cpoulsen in #3789
    • Migration: The method signature of AmountService.formatAmount() has changed, and order of parameters should be updated from

      formatAmount(amount: Amount, amountServiceConfiguration: AmountServiceConfiguration, locale: string, nativeCurrency: string)
      

      to

      formatAmount(amount: Amount, locale: string, nativeCurrency: string, amountServiceConfiguration?: AmountServiceConfiguration)
      

New Features 🎉

Bug Fixes 🐛

Full Changelog: v1.3.0-extensions-angular...v2.0.0-extensions-angular

Extensions Angular v1.3.0

07 Feb 09:48
34944bf
Compare
Choose a tag to compare

What's Changed

New Features 🎉

v10.3.0

31 Jan 08:32
e27ba35
Compare
Choose a tag to compare

What's Changed

Peer Dependencies 👫

New Features 🎉

  • Icons: Add expense, income, notification-fill and signed-document by @Fuzzy3 in #3761
  • Icon: hide icons from assistive technology by default by @RasmusKjeldgaard in #3768

Bug Fixes 🐛

Full Changelog: v10.2.1...v10.3.0

v10.2.1

16 Dec 13:48
f1dad44
Compare
Choose a tag to compare

What's Changed

Dependencies

Full Changelog: v10.2.0...v10.2.1

v10.2.0

12 Dec 13:45
f0d2275
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐛

  • Icon: remove title and desc element by @jakobe in #3676
  • List: No shape makes kirby item background transparent and updates border-color by @Fuzzy3 in #3666
  • Icon: margin is missing when slotted to the end inside Item by @jakobe in #3723
  • Dropdown: fix z-index for overlayed card by @RasmusKjeldgaard in #3728

Full Changelog: v10.1.3...v10.2.0

Extensions Angular v1.2.0

13 Nov 13:40
ebc156b
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐛

v10.1.3

15 Oct 12:53
f240d33
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐛

Full Changelog: v10.1.2...v10.1.3

v10.1.2

15 Oct 10:30
dcf1a1a
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐛

Full Changelog: v10.1.1...v10.1.2

v10.1.1

15 Oct 07:53
3541980
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐛

Full Changelog: v10.1.0...v10.1.1