Skip to content

Releases: boris-jenicek/ngx-awesome-popup

2.1.0

15 Nov 12:17
Compare
Choose a tag to compare

Added:

  • Minor improvements
  • Animations
    Choose between 11 appearing and 9 disappearing fancy animations, available on all modules Dialog, Confirm box, and Toast Notification.

Appearing animations:

  • Bounce in
  • Swing
  • Zoom in
  • Zoom in rotate
  • Elastic
  • Jello
  • Fade in
  • Slide-in up
  • Slide-in down
  • Slide-in left
  • Slide-in right

Disappearing animations:

  • Bounce out
  • Zoom out
  • Zoom out wind
  • Zoom out rotate
  • Flip out
  • Slide-out up
  • Slide-out down
  • Slide-out left
  • Slide-out right

DEMO

2.0.4

08 Nov 18:53
Compare
Choose a tag to compare

A few minor updates.

2.0.3

08 Nov 18:52
Compare
Choose a tag to compare

A few minor updates.

2.0.2

31 Oct 14:17
Compare
Choose a tag to compare

Fixed:

  • Error with peerDependencies while installing in some versions of local NPM (thanks to @agnirpoli and @oRoz89) #17

2.0.1

22 Oct 11:11
Compare
Choose a tag to compare

-minor fixes

2.0.0

22 Oct 09:37
Compare
Choose a tag to compare

Fixed:

Breaking change:

-Dialog module
A dynamic component that is evoked in Dialog needs to have an injector in the constructor for DialogBelonging property.
example:

constructor( @Inject('dialogBelonging') public dialogBelonging: DialogBelonging ) {}

More at the documentation.

1.1.0

28 Sep 12:20
Compare
Choose a tag to compare

Added:

  • dialog size options:
    • min width
    • max width
    • min height
    • max height
    • fullscreen mode
  • dialog remove body scrollbar option
  • dialog escape key close option

documentation

1.0.5

17 Sep 22:35
Compare
Choose a tag to compare

bugfix (thanks to @JochemAlb)

  • added an exception to prevent unsupported CSS from loading in Internet Explorer

1.0.4

08 Sep 11:09
Compare
Choose a tag to compare

bugfix (thanks to @rmcsharry)

  • preventing multiple events from emitting when the popup is closed
  • added completed action to observables (not need for unsubscription anymore)

1.0.3

06 Aug 15:02
Compare
Choose a tag to compare
update - demo site