Skip to content

Latest commit

 

History

History
110 lines (37 loc) · 2.96 KB

CHANGELOG.md

File metadata and controls

110 lines (37 loc) · 2.96 KB

1.0.1 (2020-09-25)

1.0.0 (2020-05-31)

Bug Fixes

  • skip non-focusable node (5a0efff)

0.3.5 (2020-05-20)

Bug Fixes

  • avoid overlay dismiss triggered by dragging-click (7da6734)

0.3.4 (2020-05-11)

Bug Fixes

  • donot move focus on default prevented Tab key event (1b03460)

0.3.3 (2020-05-05)

Features

  • move to aurelia-contrib (8d67f57)

0.3.2 (2020-04-29)

Features

  • dialogService.cancelAll() (bba12cc)

0.3.1 (2020-04-28)

0.3.0 (2020-04-28)

Features

  • simplify controller settings API (d8696b4)

BREAKING CHANGES

  • changed from original aurelia-dialog APIs

0.2.0 (2020-04-26)

Bug Fixes

  • support overlayClassName with spaces (4c7b296)

Features

  • simplify implementation and APIs (1a32e00)

BREAKING CHANGES

  • APIs are re-designed from the original aurelia-dialog.

0.1.2 (2020-04-22)

Bug Fixes

  • separate Enter/Escape and Tab handler (a16db12)

0.1.1 (2020-04-21)

0.1.0 (2020-04-21)

Features

  • cut off official aurelia-dialog (013239d)
  • proper focus-trap in dialog (12ee297)