Extensions Angular v2.0.0
·
14 commits
to develop
since this release
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 fromformatAmount(amount: Amount, amountServiceConfiguration: AmountServiceConfiguration, locale: string, nativeCurrency: string)
to
formatAmount(amount: Amount, locale: string, nativeCurrency: string, amountServiceConfiguration?: AmountServiceConfiguration)
-
New Features 🎉
- Formatting Pipes: added string type to date and time pipe inputs by @KemalPajevic in #3787
- Image Banner: emit error event when image fails to load by @troelslenda in #3785
Bug Fixes 🐛
- Image Banner: set height explicitly to preserve scroll state in safari by @RasmusTraeholt and @RasmusKjeldgaard in #3804
Full Changelog: v1.3.0-extensions-angular...v2.0.0-extensions-angular