This repository has been archived by the owner on May 7, 2021. It is now read-only.
v1.0.0
Release notes
This release contains breaking changes that are as follows:
- drops support for AngularJS versions older than 1.3.*
- rename of module name
'britney'
to'vilautin'
- rename of notification service from
Britney
toVilautin
- introduce new function
Vilautin.flash
for showing notifications. Old functions such as.showFlashNotification
are omitted. - rename of
<britney-notifications>
element to<vilautin-notifications>
- ability to use attribute directive
<div vilautin-notifications=""></div>
<vilautin-notifications>
does not generate a wrappingdiv#britney-notifications
. In order to take control over notification container styles you can use for example selectorvilautin-notifications { /* styles here */}