Skip to content

v14.0.0

Compare
Choose a tag to compare
@robisim74 robisim74 released this 07 Jun 21:12
· 27 commits to master since this release

Features

  • Angular version: ^14.0.0

  • Add l10nPlural & l10nDisplayNames directives

  • l10nPlural pipe & directive now pass the value as parameter to translation

BREAKING CHANGES

  • l10nDateAsync & l10nNumberAsync have a different signature: language parameter was moved to the end

Notes

  • To use pipes & directives in standalone components (in dev preview), you have to import L10nTranslationModule or L10nIntlModule (depending on the pipes and directives you need). When standalone components will be stable, also pipe & directives of this library will be standalone, and you will be able to import them individually as well as through ng modules.