- fix position in toast config
- add Angular 9.x support
- fix sass files
- bump package name to match angular version
- add Angular 8.x support
- bump package name to match angular version
- add Angular 7.x support
- bump package name to match angular version
- add Angular 6.1 support
- bump package name to match angular version
- add Angular 6 support thx MatissJanis
- add input
autofocus
to prompt toast - add wai-aria attrs #36
- add fix backdrop #41
- add Angular 5 support
- escape SVG icons bug with Safari, Firefox
- add iconClass
- fix toast reposition if position changed in async method
- bump dependencies
- fix css icons width & height
- update doc
- 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
- Now 1kb lighter :)
- fix invisible backdrop blinking
- 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)
- 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)
- optimize components rerender
- update angular 4.3.0 -> 4.3.1 (and other dev dependencies)
- fix horizontal center backdrop thx ktriek
- update angular 4.2.6 -> 4.3.0 (and other dev dependencies)
- 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)
- add Custom Styling - Read more
- fix max-height collapsing closeOnClick
- add custom icons Wiki
You can see an example of custom icon by calling Simple toast in the example app
- fix AOT compilation (#13)
- Add callback text when No button pressed (Prompt)
- Improve documentation
- Create wiki
- remove min-height (#11)
- fix max-height animation
- change 2-branches developing (develop\master) onto 1 branch (master)
- Upgrade example app angular cli 1.0.2 -> 1.1.0
- Upgrade yeomen generator-angular2-library 10.0.0 -> 10.2.2
- fix TruncatePipe error (#9)
- fix box-sizing
- fix async toast (#8)
- add
truncate
pipe - add toast
titleMaxLeght
andbodyMaxLeght
toSnotifyToastConfig
- add toast
maxHeight
toSnotifyOptions
(#7) - add body to prompt type and replace input preview text wih new option
placeholder
ofSnotifyToastConfig
type
- First release