@ks89/angular-modal-gallery
Advanced tools
Changelog
8.0.0-beta.5
add new param to previewConfig to display previews on small screens #213 (pull request #214 by vlafranca)
remove the useless nested 'config' object in ModalGalleryConfig interface.
To upgrade from all previous 8.0.0 beta releases, change all .open(...) methods passing an object without the nested 'config' object
This is a beta version without a documentation If you want to try it, check examples/angular-cli-10 to get tons of working examples
Changelog
7.2.6
Changelog
8.0.0-beta.4
new modal-gallery CSS classes used to set the backdrop (BREAKING CHANGES)
To upgrade from all previous 8.0.0 beta releases, change your global styles.scss from:
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing.dark-backdrop {
background: #000;
opacity: 0.85 !important;
}
.cdk-overlay-container {
z-index: 90000 !important;
}
to :
.ks-modal-gallery-backdrop {
background: #000 !important;;
opacity: 0.85 !important;;
}
.ks-modal-gallery-panel {
z-index: 90000 !important;
}
This is a beta version without documentation If you want to try it, check examples/angular-cli-10 to get tons of working examples
Changelog
8.0.0-beta.3
Changelog
8.0.0-beta.2
keyboardServiceConfig: {
shortcuts: ['ctrl+s', 'meta+s'],
disableSsrWorkaround: true
}
Changelog
8.0.0-beta.1
Still not working with universal (SSR), please be patient!
<br> **This is a beta version, with SSR support missing and no documentation at all** **If you want to try it, check examples/angular-cli-9 to get tons of working examples**Changelog
7.2.5
Changelog
7.2.4
Changelog
7.2.3