Skip to content

Releases: aurelia/dialog

1.0.0

23 Jul 02:07
Compare
Choose a tag to compare

aurelia-dialog 1.0.0

Bug Fixes

  • DI: use static method for Element (700dd62)
  • doc: correct link from dialog to bootstraping (432533d)

Future work on the dialog plugin is being done on the v2.x branch. Please submit all bug fixes and features there. Note that the new branch has a set of breaking changes which are designed to enable dialogs to work better with recent enhancements in the templating engine and in bundler support. Several breaking changes are focused around architectural improvements as well. Please expect the shelf-life of v1.x to be relatively short in light of the v2.x work that is currently underway.

1.0.0-rc.2.0.0

05 Nov 23:21
Compare
Choose a tag to compare

aurelia-dialog 1.0.0-rc.2.0.0

Bug Fixes

  • dialog-configuration: set defaults for ".renderer" and ".cssText" (fd58f2a), closes #307
  • dialog-renderer: lazy DOM access fix #294 (f71ecf8)
  • dialog-service: fix no fail for undefined moduleId (e90a9d8), closes #312
  • typings: fix as it was in #280 (c6dd762)

Features

  • dialog-controller: add param to canDeactivate / deactivate functions. (42ad7f3)
  • dialog-controller: pass close result to lifecycle hooks (320504c)

BREAKING CHANGES

  • dialog-controller: - DialogController.prototype.error wraps the passed reason in DialogCloseError

1.0.0-rc.1.0.3

05 May 04:08
Compare
Choose a tag to compare

aurelia-dialog 1.0.0-rc.1.0.3

Bug Fixes

  • dialog-renderer: don't cancel events fix #281 (9a92123)

1.0.0-rc.1.0.2

29 Apr 03:17
Compare
Choose a tag to compare

Fixes to package.json for documentation.

1.0.0-rc.1.0.1

28 Apr 16:31
Compare
Choose a tag to compare
  • Fix invalid documentation format.

1.0.0-rc.1

28 Apr 01:48
Compare
Choose a tag to compare

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)

1.0.0-beta.3.0.1

15 Oct 02:00
Compare
Choose a tag to compare

1.0.0-beta.3.0.1

Bug Fixes

  • dialog-service: .open() proper error propagation
  • dialog-controller: clear close promise when canDeactivate=>false
  • dialog-renderer, dialog-service: fix settings merging
  • dialog-renderer: do not track controllers per renderer instance
  • dialog-service: fix remove controllers closed with .error
  • styles: make ai-dialog display:table

1.0.0-beta.3.0.0

27 Jul 17:54
Compare
Choose a tag to compare

Bug Fixes

  • dialog-configuration: Add settings to configuration types and docs. (7d5f6b8)
  • dialog-configuration: correct typings (541cd8e)
  • dialog-configuration: do not inject empty styling (6c48a8c)
  • dialog-configuration: Fix useRenderer typing (451cd2c)
  • dialog-configuration: register renderer as transient (901a004), closes aurelia/dialog#180

Features

  • dialog-service: rename openc to openAndYieldController (d21458d)

1.0.0-beta.2.0.0

12 Jul 18:35
Compare
Choose a tag to compare

1.0.0-beta.2.0.0 (2016-07-12)

Bug Fixes

  • dialog-configuration: setup default renderer (2c4c1fb), closes #129

1.0.0-beta.1.1.0

22 Jun 15:48
Compare
Choose a tag to compare
  • Release sync.