Releases: Ks89/angular-modal-gallery
Releases · Ks89/angular-modal-gallery
5.6.0
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
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
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
5.5.0
5.4.0
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
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
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
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 usenpm 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
Features
- flatten description's style property adding also other inputs #133 (requested by @tobi-or-not-tobi)