Skip to content

Releases: aurelia/dialog

aurelia-dialog 0.5.6

09 Feb 15:46
Compare
Choose a tag to compare

Bug Fixes

  • changelog: fix changelog generation (3f123e38, closes #71)
  • ie: clicking overlay closes (2c4cfa63, closes #87)

aurelia-dialog

08 Feb 20:20
Compare
Choose a tag to compare
  • npm/jspm package update

aurelia-dialog 0.5.4

30 Jan 05:30
Compare
Choose a tag to compare
  • feat(all): update jspm meta; core-js; aurelia deps
  • fix(deps): move aurelia-pal to dev-dep
  • disable pointer events on ai-dialog-container
  • fix(dialog): use CSS auto margins instead of JS

aurelia-dialog 0.5.3

09 Jan 05:06
Compare
Choose a tag to compare
  • add typings

aurelia-dialog v0.5.1

03 Dec 21:42
Compare
Choose a tag to compare

0.5.1 (2015-12-03)

  • Destroy modal only when modalContainer ends its transition
  • incorrect DialogFooter name

aurelia-dialog v0.5.0

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

aurelia-dialog v0.4.4

11 Nov 01:56
Compare
Choose a tag to compare
  • Update to work with latest templating engine.

Update to latest releases

10 Nov 16:37
Compare
Choose a tag to compare

Includes a bower.json fix

Update dialog service

13 Oct 21:06
Compare
Choose a tag to compare
0.4.1

chore(dialog-service): update createBehavior reference

Rename of the dialog elements

13 Oct 20:17
Compare
Choose a tag to compare

Breaking changes -

Aurelia dialog elements are now prefixed with ai- to prevent naming collisions with the HTML Dialog element that exists in some browsers.

Updated the default styling to match the previous styling.