- mod; User timeoutAfterMove of currentMsg [EloHg]
- mod; readme
- mod; switch to package.json scripts
- add; semi's to protect js bundling issues
- add; new theme called Flatty [msurguy]
- add; requirejs test
- fix; broken theme link
- fix; version tag in bower configuration
- removed; forceNew opt, not used
- fixed; try catch for ie8 filter issue when gradient filter used
- fixed; prevent accessing property of null/undefined objects
- fixed; appendChild of null error GH #36
- added; component.json
- added new param: timeoutAfterMove : bool. Adds additional timeout after user action before closing
- updated; modified styles for themes
- fixed; timeout of 0 not working GH #35
- fixed; font typo in jackedup.css
- added; note about amd and commonjs to readme
- added; ability to set container element when creating new humane instance
- fixed; loading humane lib after dom ready GH #30
- updated; build process
- updated; attribution, sample
- added; support Asynchronous Module Definition [tahu]
- added; make spawn actions chainable
- fixed; queued notification overwrites previous [JensRoland]
- fixed; height declaration in themes [FileTrek]
- updated; humane location in index
- fixed; notification not showing up in ie8 onload GH #23
- updated; documentation
- removed; info, success, error (use spawn instead)
- fixed; js error when no cb on remove
- fixed; flicker bug in ie9
- fixed; demo page not working in ie7,8
- added; unique instance support
- added; spawn support
- added; options per notification
- added; custom class support
- added; callback to remove function GH #22
- added; custom notifier support GH #19
- fixed; IE 7/8 display issue
- updated; docs page
- fixed; display:none humane when not in use Fixes #18
- added; exposed remove()
- updated; improved support for iOS 4+, Android 2+
- added; event support
- fixed; bug w/ transEnd firing multiple times
- removed; forceNew (breaking change), hacky solution that didn't work very well
- updated; code cleanup and refactor
- updated; using transitionend for end events instead of timeout
- added; waitForMove by type
- added; timeout and clickToClose by type
- added; ability to set the timeout to 0 (no timeout)
- added; 'original' theme
- added; click to close option
- added; callback support @OiNutter
- fixed; jackedup to support IE<9
- fixed; restore original class after completion
- added; jackedup theme
- fixed; some IE fixes
- added; stylus support, updated themes
- added; bigbox theme
- added; message types (log, info, error, success)
- mobile support for iOS / Android
- ie z-index fix
- switched to z-index instead of visibility