Friday, 28 April, 2017 UTC


Summary

Our most recent set of Aurelia releases includes the Aurelia Dialog Release Candidate. We have a post dedicated to the details of that release, which you can read here. You'll also see that Aurelia UX is moving ahead steadily, with new components and capabilities being added every one to two weeks.
Major Releases
Major updates may include breaking changes, new features, fixes to bugs and performance improvements.

aurelia-dialog 1.0.0-rc.1

Bug Fixes

  • dialog-configuration: fix #264 add missing padding unit (902c921)
  • dialog-configuration: use PLATFORM.moduleName (9dc62ff)
  • dialog-renderer: check for transitions (ed77c85)
  • dialog-renderer: let click events bubble (6a03bbd)
  • enableescclose: default to true (58bfc88)
  • lefecycle: handle thrown errors (e7f1284)
  • lifecycle: fix lifecycle methods default value (67a5c64)

Features

  • all: migrate to TS (5a68ca3)
  • all: remove "lock" setting (a0fd54a)
  • all: switch prefix - "ai" => "ux" (817be7f)
  • dialog options: allow esc to close dialog without lock: false (c0baaf5)
  • dialog-service: add .closeAll() (76048e6)
  • dialog-service: add .closeAll() (f59dfc7)
  • dialog-service: refactor consolidate open methods in one (676ee58)
  • dialog-service: refactor consolidate open methods in one (dc44a34)
  • dialog-service, dialog-controller: add "rejectOnCancel" (e8cd8e5)
  • dialog-settings, dialog-renderer: add host (4aebd63)
  • dialog-settings, dialog-service: add childContainer (db0aca5)
Minor Releases
Minor updates include new features, updates to bugs and performance

aurelia-i18n 1.6.0

Bug Fixes

  • df: Number.isInteger helper (8bb1a87)

aurelia-ux 0.1.19

  • refactor(index): wrap exports in PLATFORM.moduleName (345ccc1)
  • fix(chip-input): add value changed back (30c2f75)
  • fix(chip-input): check for value on left arrow (cc0bd39), closes #64
  • fix(chipinput): add transparent background (d2ebeb5)
  • fix(chips): correctly delete single chip in input (0aeba74)
  • fix(chips): remove last chip without freezing browser (78b224c), closes #60
  • fix(readme): correct test-watch command (3e5cbd7), closes #58
  • style(input-info): change error display (ad5d9ad)
  • feat(checkbox): accessibility (3504664)
  • feat(checkbox): add binding support (67d73ff)
  • feat(checkbox): add disabled state (fbcf50b)
  • feat(checkbox): add label attribute binding (c989f32)
  • feat(checkbox): add ux-checkbox (a417b46)
  • feat(checkbox): focus state ripple and selection (6367b16)
  • feat(checkbox): simple checkbox features (fde48f4)
  • feat(label): add label attribute binding (8e06eac)

aurelia-cli 0.29.0

Bug Fixes

  • package-analyzer: find location of packages outside of node_modules (324f3e1)

Features

  • package-analyzer: support packages without package.json files (c225bb7)
Patch Releases
Patch updates include only fixes to bugs and performance improvements.

aurelia-protractor-plugin 1.0.3

Bug Fixes

  • fix(index): synchronicity and asynchronicity problems - Note that waitForRouterComplete() should now preferably be called before you navigate, to ensure you do not experience a race condition described in #2. You may then await that Promise after navigation is dispatched/started.