@ks89/angular-modal-gallery
Advanced tools
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
Changelog
7.2.2
Changelog
7.3.0-rc.1