Skip to content

v4.0.0

Compare
Choose a tag to compare
@ocombe ocombe released this 03 Nov 10:04

<a name"4.0.0">

4.0.0 (2016-11-03)

Bug Fixes

  • TranslatePipe: fixed detection for ChangeDetectionStrategy.OnPush (751c2dc0, closes #243)

Features

  • MissingTranslationHandler: re-release of this feature from 3.2.0 as a new major (96cfa789)
  • build: added bundles/ng2-translate.umd.js (index.js is still available, but not the mai (c2d2486b, closes #297)

Breaking Changes

  • the signature of the MissingTranslationHandler has changed, it uses a MissingTranslationHandlerParams instead of just a simple string, check the docs for more information on this

    (96cfa789)