Skip to content

Releases: czeckd/angular-basic-modal

Version 4.1.0 (Angular 4.x)

18 May 10:03
Compare
Choose a tag to compare

Refactored to publish as package on npm.

Version 4.0.0 (Angular 4.0.0)

28 Mar 08:59
Compare
Choose a tag to compare

Updated to work with Angular 2.4/4.0. Refactored to separate the basic simple-modal from custom modals (for Bootstrap and the simple-modal with icons). Updated the demo to exercise the changes.

Version 2.3.0 (Angular 2.3.0)

09 Dec 23:28
Compare
Choose a tag to compare

Update for Angular 2.3.0. Changes were needed to SimpleModal to take advantage of ApplicationRef API additions. See application_ref.ts for details.

Version 2.2.0 (Angular 2.2.0)

19 Nov 08:06
Compare
Choose a tag to compare

Update for Angular 2.2.0. Modifications were needed in SimpleModal to accommodate Angular 2.2.0 changes, following example from @amcdnl given in angular/angular#9293 (comment). Thanks!

Version 2.1.0 (Angular 2.1.0)

20 Oct 04:38
Compare
Choose a tag to compare

Update for Angular 2.1.0 and fixes minor bug in demo.

Version 2.0.1 (Angular 2.0.0)

23 Sep 04:48
Compare
Choose a tag to compare

A minor change to SimpleModal to allow for an extended BaseModalConfig to be injected into the modal.

Version 2.0.0 (Angular 2.0.0)

16 Sep 07:43
Compare
Choose a tag to compare

This release is compatible with and coincides with the Angular 2.0.0 release. Three parts comprise the simple-modal: a BaseModalConfig, a modal component, and the SimpleModal provider. All can be imported via the modal module, or individually. A Bootstrap 3.3.6 example is also provided.

Version 1.2.1 (rc.5)

03 Sep 00:07
Compare
Choose a tag to compare

This is the last "simple" release. Angular 2 rc.6 removed the DynamicComponentLoader that allowed for a couple of tricks to be used to make simple-modal as streamlined as possible.

Version 1.2.0 (rc.3 and Bootstrap support)

23 Jun 07:43
Compare
Choose a tag to compare

Support for Angular rc.3 and example of modal template using Bootstrap.

Version 1.1.1 (beta.16 support)

27 Apr 00:25
Compare
Choose a tag to compare

With beta.16, the parameters for DynamicComponentLoader changed from taking an ElementRef to taking a ViewContainerRef. This release updates simple-modal to support this change.