Skip to content
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.

Releases: dbtek/angular-aside

v1.3.2

17 Nov 20:06
Compare
Choose a tag to compare

v1.3.0

22 Oct 20:19
Compare
Choose a tag to compare
  • Support for ui-bootstrap 0.14+ by @cfilby. (New service $uibModal is being used.) - #33
  • ❗ Older ui-bootstrap versions are not supported from now on. Use v1.2.x instead if you are on ui-bootstrap < 0.14.

v1.2.1

06 Oct 12:11
Compare
Choose a tag to compare

NPM dependency fix for Angular Bootstrap. Thanks @mattlewis92 for #31.

v1.2.0

04 Sep 09:18
Compare
Choose a tag to compare
  • Support for Angular 1.3.0+ and UI-Bootstrap 0.13.0+. #20
  • All Angular versions from 1.2.0 to latest (1.4.5) are supported.
  • All UI-Bootstrap versions from 0.10.0 to 0.13.4 are supported.

v1.1.3

09 Mar 13:11
Compare
Choose a tag to compare
  • Function closures added.
  • DI method replaced with safer one.

Thanks to @sonicparke for #11.

v1.1.2

24 Dec 13:23
Compare
Choose a tag to compare
  • Animations improved, fade-out animations added. Fixes #4 #7.
  • Overflow cases handled. Scroll support is added for both horizontal and vertical asides. Fixes #5.

v1.1.1

25 Nov 09:13
Compare
Choose a tag to compare

Changelog

  • Animations fixed for firefox - #2.
  • Reverted back to responsive modal sizes of Bs.
  • UI-Bootstrap updated to 0.12.0.

v1.1.0

24 Oct 05:53
Compare
Choose a tag to compare

New vertical asides added. Thanks to @seiyria.