Skip to content

Releases: artemsky/ng-snotify

v4.3.0

09 May 18:47
Compare
Choose a tag to compare
  • add Angular 6 support thx MatissJanis
  • add input autofocus to prompt toast
  • add wai-aria attrs #36
  • add fix backdrop #41

v4.2.0

09 Dec 10:40
Compare
Choose a tag to compare
  • add Angular 5+ support

v4.1.0

15 Nov 10:09
Compare
Choose a tag to compare
  • escape SVG icons bug with Safari, Firefox
  • add iconClass

4.0.2

31 Oct 15:39
Compare
Choose a tag to compare
  • fix toast reposition if position changed in async method - #26
  • bump dependencies

v4.0.1

19 Oct 07:43
Compare
Choose a tag to compare
  • fix CSS icons width & height
  • update doc

thx Jon Fullerton

v4.0.0

30 Sep 09:24
Compare
Choose a tag to compare

v3.0.0

26 Aug 19:43
Compare
Choose a tag to compare

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

Material Theme

Simple

Simple Theme

Dark

Dark Theme

v2.2.0

13 Aug 11:38
Compare
Choose a tag to compare
  • 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

02 Aug 14:47
Compare
Choose a tag to compare
  • optimize components rerender
  • update angular 4.3.0 -> 4.3.1
  • update other dependencies

v2.0.0

11 Jul 14:45
Compare
Choose a tag to compare
  • 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)