Skip to content

Latest commit

 

History

History
89 lines (68 loc) · 5.18 KB

CHANGELOG.md

File metadata and controls

89 lines (68 loc) · 5.18 KB

##Changelog 0.8.0 - TBE TODO

0.7.5 - 17 Jun 2015

  • Fixed #76 Middle vertical alignment (@fmenezes) pull #88
  • Added base test suite for karma
  • Fixed potential issue described in issue #93

0.7.4 - 26 May 2015

  • Feature request: Return the configuration object on config methods (@disoney) pull #73
  • On responseError data is null, and an error is raised. (@AlexTM84) pull #87
  • Fix empty title and text (@asabirov) pull #86

0.7.3 - 05 Jan 2015

  • Fixes issue 62 where the service was called before the directive was initialized

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

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

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

0.6.0 - 16 Apr 2014

  • [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)

0.5.3 - 19 Mar 2014

  • Fixed bug where globalInlineMessage option would not work globally

0.5.2 - 19 Mar 2014

  • Added an option to show notifications inline instead of growl like behaviour (very handy for forms)
  • Added a referenceId field so different inline growl directives can be targeted
  • Converted tabs to spaces
  • Updated the demo site to show the new changes

0.5.0 - 18 Mar 2014

  • Manually merged some pull requests from the original branch
  • Fixed bower.json file to include itself and the css file
  • [BREAK] changed the function names to add growl notifications to be a shorter (success, info, warning, error VS addSuccessMessage, addInfoMessage...)

0.4.0 - 19th Nov 2013

  • updated dependency to angularJS 1.2.x, angular-growl does not work with 1.0.x anymore (BREAKING CHANGE)
  • new option: only display unique messages, which is the new default, disable to allow same message more than once (BREAKING CHANGE)
  • new option: allow html tags in messages, default is off you need to

0.3.1 - 1st Oct 2013

  • bugfix: translating of messages works again
  • change: also set alert css classes introduced by bootstrap 3

0.3.0 - 26th Sept 2013

  • adding css animations support via ngAnimate (for angularJS >= 1.2)
  • ability to configure server message keys

0.2.0 - 22nd Sept 2013

  • reworking, bugfixing and documenting handling of server sent messages/notifications
  • externalizing css styles of growl class
  • provide minified versions of js and css files in build folder

0.1.3 - 20th Sept 2013

  • introducing ttl config option, fixes #2