Skip to content

Releases: JanStevens/angular-growl-2

v0.7.5

17 Jun 14:49
Compare
Choose a tag to compare

0.7.4

26 May 13:10
Compare
Choose a tag to compare
  • 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

05 Jan 20:32
Compare
Choose a tag to compare

Fixes issue #62

Release v0.7.2

20 Nov 10:55
Compare
Choose a tag to compare

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

10 Aug 15:09
Compare
Choose a tag to compare

0.7.0 - 10 Aug 2014

Release v0.6.1

25 May 10:03
Compare
Choose a tag to compare

Changelog

0.6.1 - 25 May 2014

  • Fixes edge case where message test is not a string
  • Fixes style issue where close button was floating outside the alert
  • Fixes issue #12, #15, #16

Release v0.6.0

16 Apr 19:05
Compare
Choose a tag to compare
  • [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

19 Mar 12:08
Compare
Choose a tag to compare

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

18 Mar 19:48
Compare
Choose a tag to compare

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