Skip to content

v12.0.0

Compare
Choose a tag to compare
@ocombe ocombe released this 05 Feb 20:42
· 24 commits to master since this release
9a721f5

12.0.0 (2020-02-05)

Bug Fixes

  • directive: trim white spaces to find matching keys (35427b0), closes #998
  • pipe: handle non string input (#893) (9ff74dc)
  • service: check whether browserLang is undefined (#1007) (3e0aebb)
  • service: make initial translation streaming lazy (#960) (1c78cf3), closes #815

Features

  • core: add option for lazy loaded modules to extend translations (6b675d6), closes #425
  • core: upgrade dependencies for Angular v8+ (#1094) (9a721f5)
  • service: add getStreamOnTranslationChange method (ef48ea8)
  • service: allow empty default language string (#972) (94bdc0d), closes #971

BREAKING CHANGES

  • core: Angular v8+ is now required