Skip to content

Releases: Juraji/ng-bootstrap-modals

Release v1.4.0

01 Apr 20:44
Compare
Choose a tag to compare

Release: v1.3.3

06 May 16:29
Compare
Choose a tag to compare

This micro adds the ability to supply an Observable as message for the shade modal, as well as still accepting just a string. When the Observable emits a new value the modal's contents are updated.

Side note: Make sure the Observable immediatly emits a first value, else you'll have an empty box on your hands!

Release v1.3.2: Decorated configurations

24 Apr 23:39
Compare
Choose a tag to compare

This release brings the following awesome things;

  • Added Decorated Configuration (Check out the demo app page!).
  • Updated modal open animation to mimic Bootstrap 5's native animation.

Release v1.3.0: Bootstrap 5 support

24 Apr 16:33
Compare
Choose a tag to compare
  • Added support for Bootstrap 5 features, like the full-screen modal!

Release v1.2.2: Finally settled on a prefix

19 Apr 20:17
Compare
Choose a tag to compare

This release features the following fixes:

  • Finally settled on a name/prefix (modal/modals)
  • Added directive to make forms transient to modal styles (Fixes scrolling issues when wrapping contents in a form)

Release v1.1.1: Minor addition

17 Apr 23:04
Compare
Choose a tag to compare
  • Added ability to automatically select text in editable components when using ngbmodAutoFocus when selectText input is set to true.

Release v1.1.0: Blocking Shade

28 Feb 12:13
Compare
Choose a tag to compare
  • New type of predefined modal: The Blocking Shade! See the demo for usage and details.
  • Other small optimizations and bugfixes

Release v1.0.0

22 Feb 23:25
Compare
Choose a tag to compare

I think its ready for the 1.0!

  • Added demo app with examples
  • Added directives to bind buttons, inside modal components to resolve/dismiss actions
  • Fixed several issues with breaking buttons

Beta release v0.0.4

21 Feb 17:58
Compare
Choose a tag to compare
  • Fixed Modals#confirm throwing a component not found error
  • Fixed ngbmodAutoFocus directive not working (Was not implemented, oops...)

Release v0.0.3

19 Feb 22:13
Compare
Choose a tag to compare

First actual release! Yay, even though still in alpha 👍

  • Updated workflow
  • Improved code quality