Releases: JanStevens/angular-growl-2
Releases · JanStevens/angular-growl-2
v0.7.5
0.7.4
- Feature request: Return the configuration object on config methods (@disoney) [pull #73][https://github.com//pull/73]
- On responseError data is null, and an error is raised. (@AlexTM84) [pull #87][https://github.com//pull/87]
- Fix empty title and text (@asabirov) [pull #86][https://github.com//pull/86]
Release v0.7.3
Fixes issue #62
Release v0.7.2
Mainly contains PR request as I've been quite busy in Personal Live stuff.
Thanks for all the contributions! ❤️
0.7.2 - 20 Nov 2014
- Possibility to toggle the translation of messages (@schoes) pull #55
- Check if the response is undefined (Offline Connections) (@brunoporto) pull #50
- Prevent NPEs when working with server-side messages (@madhead) pull #45
- Added a general method for setting the Growl type based on a server response (@madhead) pull #41
- Split Growl directive in a growl factory added a way to programatically close messages and a setText to update the message text (@chasemgray) pull #38
Release v0.7.0
0.7.0 - 10 Aug 2014
- Added new documentation website with examples instead of this readme.
- Growl Containers are now responsive for mobile devices (@tlvince) pull #17
- Add option to reverse order of messages (@MilosMosovsky) pull #18
- Add option to set the message limit of a growl container (@MilosMosovsky) pull #21
- Add new feature to stop the TTL when clicked and remove the message manually when clicked again (@willjk) pull #27
- Fix for issue #22 (@soumya92) pull #23
- Fix for angular 1.3 http interceptor API changes (@vik-singh) pull #20 & pull #29
- Fix only add template to cache if it doesn't exist already (@Anaphase) pull #31
Release v0.6.1
Release v0.6.0
- [CHANGE] remove enableHtml,
$sce.trustAsHtml
is always run on the message text - Possible to set global possition for non-inline growl messages (thanks @pauloprea)
- Template can now easily be replace or styled with CSS
- Include icons for the different notifications, can be disabled globally or per notification
- Server side messages can now interpolate variables into the message (original pull request)
Fixed bug release
This is the same as previous release but fixes a bug when the global inline configuration was not used.
New changes:
- Inline growl notifications
- reference attribute for targeting specific inline growl directives
Continue improvements of angular-growl
This is the first release of angular-growl-2, because of the original author inactivity of angular-growl I decided to improve my own branch and continue to work on it.
Feel free to add improvements with pull requests