Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 1.71 KB

File metadata and controls

65 lines (42 loc) · 1.71 KB

1.2.1 Creature Craft (2015-10-15)

Bug Fixes

  • fix null opts

1.2.0 Enigmatic Opposition (2015-09-15)

Features

  • updated dependencies
  • using gulp
  • module to include is now called 'message-center'
  • removed backwards compatibility with pages that already included (simply remove from main page to fix)
  • MessageService is now stand alone and can facilitate other modules using it
  • MessageCenter now utilizes MessageService as if it were a 3rd party plugin

1.0.5 Gated Gondola (2015-02-14)

Features

  • update bower dependancies

1.0.4 Good Citizen (2015-01-25)

Features

  • specify main files correctly in bower.json (wiredep compatible)

1.0.3 Teeming Caravan (2014-04-27)

Features

  • service now provides convenience methods: .info, .danger, .error, .success, .warn(ing)

1.0.2 Coffee Correction (2013-12-03)

Features

  • message-center.css now in the dist folder
  • adding disabled history rather than logging message in console
  • removed all other console.log messages

1.0.1 Convenience Machine (2013-11-05)

Features

  • No longer required to add <message-center></message-center> tag to your page
    • If already present, a duplicate is not created. Will be changed in a later version.

1.0.0 Breakout Sketch (2013-11-01)

Features

  • Broadcast any message with MessageService.broadcast('This is an awesome message', opts)
  • Options can be set to {color: 'primary', important:true}
  • Global Message Service Config can be set via MessageService.config({disabled:false, max:3, timeout:3000})