Skip to content

Releases: Ks89/angular-modal-gallery

5.6.0

01 May 12:50
Compare
Choose a tag to compare

Features

  • add gallery.service to call modal-gallery methods without plain gallery.
    In this way you are able to open modal gallery to an image by its index, without clicking on a thumb, but via Component's code.
    This feature closes these two feature requests #127 (@pieterdegraeuwe) and #131 (@tobi-or-not-tobi)

Testing

  • add unit testing for both component and service

CI

  • improve CI configs

6.0.0-alpha.3

01 May 12:38
Compare
Choose a tag to compare
6.0.0-alpha.3 Pre-release
Pre-release

Experimental and unstable release! Please use the latest stable release for your projects.

To use this unstable release for testing purposes: npm i --save @ks89/angular-modal-gallery@next


Features

  • move loadingConfig, description and downloadble into CurrentImageConfig (BREAKING CHANGE)

Demos

  • Update all examples

Testing

  • Update unit testing with the new CurrentImageConfig

5.6.0-beta.1

27 Apr 18:55
Compare
Choose a tag to compare
5.6.0-beta.1 Pre-release
Pre-release

Features

  • add gallery.service to call modal-gallery methods without plain gallery.
    In this way you are able to open modal gallery to an image by its index, without clicking on a thumb, but via Component's code.
    This feature closes these two feature requests #127 (@pieterdegraeuwe) and #131 (@tobi-or-not-tobi)

5.5.1

27 Apr 18:31
Compare
Choose a tag to compare

Bugfixes

  • Fix modal-gallery layout on small screens when there is one image in the array #136 (thanks to @pieterdegraeuwe)

5.5.0

07 Apr 11:50
Compare
Choose a tag to compare

5.4.0

03 Apr 18:40
Compare
Choose a tag to compare

Features

  • add background, text color, position, size and margin properties to Description interface #133 (requested by @tobi-or-not-tobi)
  • add Angular 6 and angular-cli 6 experimental support

Demos

  • new official example with angular-cli 6.0.0-beta.5 and angular 6.0.0-rc.0

5.4.0-beta.3

02 Apr 23:35
Compare
Choose a tag to compare
5.4.0-beta.3 Pre-release
Pre-release

Features

  • add Angular 6 and angular-cli 6 experimental support

Bugfixes

  • apply default values to description (added with both beta1 and beta2) #133 (reported by @tobi-or-not-tobi)

Demos

  • new official example with angular-cli 6.0.0-beta.5 and angular 6.0.0-rc.0

6.0.0-alpha.2

31 Mar 20:52
Compare
Choose a tag to compare
6.0.0-alpha.2 Pre-release
Pre-release

Experimental and unstable release! Please use the latest stable release for your projects.

Rename package to @ks89/angular-modal-gallery.

To use this unstable release for testing purposes: npm i --save @ks89/angular-modal-gallery@next


Features

  • Description bottom margin in modal image is now 0px instead of 5px (BREAKING CHANGE)

Internal lib changes

  • migrate to angular 6
  • migrate ru rxjs 6
  • migrate to angular-cli 6

6.0.0-alpha.1

29 Mar 23:51
Compare
Choose a tag to compare
6.0.0-alpha.1 Pre-release
Pre-release

Experimental and unstable release! Please use the latest stable release for your projects.

Rename package to @ks89/angular-modal-gallery.

To use this unstable release for testing purposes: npm i --save @ks89/angular-modal-gallery@next


Features

  • Support Angular Package Format specification v5 (BREAKING CHANGE)
  • Remove Angular 4 support (BREAKING CHANGE)
  • new package name @ks89/angular-modal-gallery (to install use npm i --save @ks89/angular-modal-gallery@next)

Internal lib changes

  • migrate to nwrl/nx 0.9.0
  • migrate to ng-packagr 2

Demos

  • remove webpack example
  • update all examples

5.4.0-beta.2

28 Mar 20:25
Compare
Choose a tag to compare
5.4.0-beta.2 Pre-release
Pre-release

Features