Releases: dbtek/angular-aside
Releases · dbtek/angular-aside
v1.3.0
- 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.0
- 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
- Function closures added.
- DI method replaced with safer one.
Thanks to @sonicparke for #11.
v1.1.2
- 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
Changelog
- Animations fixed for firefox - #2.
- Reverted back to responsive modal sizes of Bs.
- UI-Bootstrap updated to 0.12.0.
v1.1.0
New vertical asides added. Thanks to @seiyria.