Skip to content

Releases: ngx-translate/core

v4.0.0

03 Nov 10:04
Compare
Choose a tag to compare

<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)

v3.2.1

03 Nov 08:25
Compare
Choose a tag to compare

<a name"3.2.1">

3.2.1 (2016-11-03)

Bug Fixes

  • MissingTranslationHandler: revert of the breaking change released as a minor instead of major (c843d913)

v3.2.0

02 Nov 08:15
Compare
Choose a tag to compare

<a name"3.2.0">

3.2.0 (2016-11-02)

Features

  • MissingTranslationHandler: pass additional paramaters to handle (481365df, closes #160, #214, #221)
  • TranslateService: Added support for Language Culture Name (2156cac9, closes #293)

v3.1.3

21 Oct 15:27
Compare
Choose a tag to compare

<a name"3.1.3">

3.1.3 (2016-10-21)

Bug Fixes

  • build: fixed umd build using webpack instead of systemjs (fa17f93b, closes #273)

v3.1.2

13 Oct 09:10
Compare
Choose a tag to compare

<a name"3.1.2">

3.1.2 (2016-10-13)

Bug Fixes

  • npm: Support for Angular major versions (2.1.0, ...) (293132d8)

v3.1.1

12 Oct 11:57
Compare
Choose a tag to compare

<a name"3.1.1">

3.1.1 (2016-10-12)

Bug Fixes

  • Parser: parse translate params with single quotes (a3216d24, closes #276)

v3.1.0

04 Oct 08:19
Compare
Choose a tag to compare

<a name"3.1.0">

3.1.0 (2016-10-04)

Bug Fixes

  • translate:
    • treat empty string as valid translation (850ea517, closes #231)

Features

  • translate: added getDefaultLang method (c7edaf05)

v3.0.0

30 Sep 21:44
Compare
Choose a tag to compare

<a name"3.0.0">

3.0.0 (2016-09-30)

Features

Breaking Changes

  • the files are now available as ES modules or UMD bundle and no longer commonjs files

Fixes #218
Fixes #248
Closes #242

(fdc53bc6)

v2.5.0

15 Sep 06:02
Compare
Choose a tag to compare

<a name"2.5.0">

2.5.0 (2016-09-15)

Features

  • npm: update to Angular 2.0.0 Proprioception Reinforcement ! (dc47974d)

v2.4.4

12 Sep 21:03
Compare
Choose a tag to compare

<a name"2.4.4">

2.4.4 (2016-09-12)

Bug Fixes

  • TranslateModule: use exported factory function to enable AOT compiling (b0bc72dc)