Skip to content

Extensions Angular v2.0.0

Compare
Choose a tag to compare
@RasmusKjeldgaard RasmusKjeldgaard released this 28 Feb 14:25
· 14 commits to develop since this release
e41fa2b

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