Releases: artemsky/ng-snotify
Releases · artemsky/ng-snotify
v4.3.0
v4.2.0
v4.1.0
4.0.2
v4.0.1
v4.0.0
- Breaking changes - Look migration guide
- Features
- New Documentation based on gitbook
- Prompt input validation
- New callbacks with jQuery-like syntax
- Reworked toast arguments ordering based on - see function signatures
- Replaced all animations and icons to styles (now it more customizable up to you)
- Add toast default configuration
- Reworked toast
timeout
interval - now based onrequestAnimationFrame
v3.0.0
v3.0.0
- Removed style encapsulation. Now you can style component directly in your global styles.scss(css) without using
/deep/
directive. - Added 3 themes. Now styles are outside of the component. You should read migration guide
- Added the ability to simultaneously display toasts in different positions of the screen
- Added
maxAtPosition
option, so you can control max toast count at the position - update angular 4.3.4 -> 4.3.6 (and other dev dependencies)
Ng-Snotify offers you 3 themes.
Material
Simple
Dark
v2.2.0
- thx ganeshkantu, now you can pass HTML into toasts within config object, or use new html toast type
- update angular 4.3.0 -> 4.3.4 (and other dev dependencies)
v2.1.0
v2.0.0
- Breaking changes - Look migration guide
- Features
- Now unlimited amount of buttons.
- New callback
onInput
for prompt toast - reduce start code amount
- add custom animations
- Fixes
- rewrite components. Now more optimized. Divided into separate components.
- Optimized for AOT build in right way.
- rewrite documentation
- add few test in example app
- update dependencies
- Auto-documentation add - Interfaces (thx @compodoc/compodoc)
- Auto-documentation add - Default values (thx @compodoc/compodoc)