0.2.11 ================ Changed README.md 0.2.10 ================ Added version() method to return the current version of the control Switched to commonjs packages 0.2.9 ================ Changed README.md and package.json 0.2.8 ================ Changed README.md 0.2.7 ================ Changed README.md 0.2.6 ================ Added events: **onTypeChangedEvent** - fires when you change **type** property of the control. **onPositionChangedEvent** - fires when you change **position** property of the control. **onMaxWidthChangedEvent** - fires when you change **maxwidth** property of the control. **onTimeoutChangedEvent** - fires when you change **setTimeout** property of the control. 0.2.5 ================ Changed README.md - configuring systemJS loader Changed package.json 0.2.4 ================ Added rxjs dependecies 0.2.2 ================ 7. **flashTimes(number numOfTimes):void** -Show flashBox **numOfTimes** times ###Events 1. **busyEvent** - fires when flashbox is busy. When show() on flashbox that is already shown. When hide() on flashbox that is already hidden. When flashOnce() on flashbox that is already shown or blinking. When startFlashing() on flashbox that is already shown or blinking. When flashTimes(number numOfTImes) on flashbox that is alread shown or blinking. 2. **onStartVisibleEvent** - fires when flashbox is starting to show. 3. **onEndVisibleEvent** - fires when flashbox is completely shown. 4. **onStartHiddenEvent** - fires when flashbox is starting to become unvisible. 5. **onEndHiddenEvent** - fires when flashbox is completely invisible. 6. **invalidValueEvent** - fires when **setTimeout** to number that is less or equal 0. 0.2.1 ================ Changed README.md to point to Angular4 sample 0.2.0 ================ Added toggle() function 0.1.9 ================ Changed CHANGES.log Changed README.md Changed package.json ( added dependencies >=2.4.5 ) 0.1.8 ================ Added method descriptions to show in editors Changes to 0.1.1 =================== Added CHANGES.log file Added .npmignore - ignore *.ts and tsconfig.json when publishing module Changes to documentation README.md