Releases: Ks89/angular-modal-gallery
Releases · Ks89/angular-modal-gallery
5.4.0-beta.1
Features
- add background, text color and margins properties to Description interface #133 (requested by @tobi-or-not-tobi)
5.3.0
Features
- official support @fortawesome/fontawesome 5
Demos
- force AOT builds in all examples based on angular-cli also for
npm start
- replace font-awesome 4.7.0 with fontawesome 5 in all examples (expect for webpack)
- update all examples based on the main demo
5.3.0-beta.1
Features
- official support @fortawesome/fontawesome 5
Demos
- force AOT builds in all examples based on angular-cli also for
npm start
- replace font-awesome 4.7.0 with fontawesome 5 in all examples (expect for webpack)
- update all examples based on the main demo
5.2.2
Bugfixes
- If I set previewsConfig.number with a value <= 0, I should restore the default number (=3)
5.2.1
Bugfixes
- If previews aren’t clickable, I should show a not-allowed mouse cursor
5.2.0
Features
- window on server side is undefined => add a workaround to fully support SSR #125
Bugfixes
- update all examples with both before and after hooks in example B20 with font-awesome as requested by @matiishyn in #92
5.2.0-beta.1
Features
- window on server side is undefined => add a workaround to fully support SSR #125
5.1.0
Features
Bugfixes
- pass keyboardAction instead of clickAction for keyup event in current-image.component
5.1.0-beta.2
Bugfixes
- pass keyboardAction instead of clickAction for keyup event in current-image.component