Skip to content

Releases: aurelia/i18n

aurelia-i18n 0.4.5

09 Jan 04:58
Compare
Choose a tag to compare

Bug Fixes

  • i18n: marked optional arguments (cc9b48b4)
  • unbind: Clear timers and dispose subscription only if really subscribed (ee497706)

Features

  • signaling: add alias for t-params (3fd242f2)

aurelia-i18n 0.4.4

16 Dec 22:11
Compare
Choose a tag to compare

Bug Fixes

  • all: add missing dependencies (73370c8f)
  • lint: fixes linter issues and adds build (1f60c4f5)
  • tr: fixes object flattening (2fba7fbb)

Features

  • signaling: provides TBindingBehavior (d9877eea)

0.4.1

16 Nov 23:11
Compare
Choose a tag to compare
fix(Intl): fix Intl.js polyfill loading

fixes loading of the Intl.js polyfill

fixes issue https://github.com/aurelia/i18n/issues/19

aurelia-i18n v0.4.0

16 Nov 21:31
Compare
Choose a tag to compare
chore(all): prepare release 0.4.0

aurelia-i18n

10 Nov 19:13
Compare
Choose a tag to compare

Bug Fixes

  • all: update to latest templating engine and DI (a49941af)

0.2.6

15 Oct 12:27
Compare
Choose a tag to compare
fix(subscription): fix subscription disposal

uses new subscription objects dispose method to free up the existing
event aggregator subscription

fixes issue https://github.com/aurelia/i18n/issues/24

0.2.5

14 Oct 19:32
Compare
Choose a tag to compare
fix(tests): fix unit tests

fixes unit tests for new PAL environment

0.2.4

05 Oct 11:59
Compare
Choose a tag to compare
fix(resolver): custom params resolver

implementing new LazyOptional resolver to handle various DOM positions of t and t-params

fixes issue https://github.com/aurelia/i18n/issues/9#issuecomment-144381723

0.2.3

30 Sep 08:33
Compare
Choose a tag to compare
fix(attribute): attribute update on locale change

updates the t attribute if a locale change occured

fixes issue https://github.com/aurelia/i18n/issues/9#issuecomment-144316366

0.2.2

21 Sep 10:22
Compare
Choose a tag to compare
Merge pull request #18 from aurelia/attributes-fix

fix(attributes): allow omitting attributes in options