Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

v1.0.0

Latest
Compare
Choose a tag to compare
@ropsu ropsu released this 02 Mar 13:27

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 to Vilautin
  • 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 wrapping div#britney-notifications. In order to take control over notification container styles you can use for example selector vilautin-notifications { /* styles here */}