Releases: Ks89/angular-modal-gallery
Releases · Ks89/angular-modal-gallery
3.3.1
3.3.0
New features
- #41 KeyboardService should be capable to receive an object with an array of shortcuts from outside to configure Mousetrap. This is available as Global configuration of the Root Module.
Bug fixes
- #73 Fix again "ERROR in Error encountered resolving symbol values statically. Function calls are not supported. Consider replacing the function or lambda with a reference to an exported function ..."
3.2.3
3.2.2
3.2.1
3.2.0
3.2.0-RC1
3.2.0 RC1 - official release is coming very soon
3.1.1
3.1.0
New features
- #43
ButtonsConfig
object to configure button's visibility - #57
KeyboardConfig
object to customize keyboard's actions (replacingesc
,left arrow
,right arrow
, with other keys) - #40 new @input to enable Click outside Directive to close modal-gallery clicking on the semi-transparent background
- #67 Angular 2 is still supported
Docs
- official documentation updated HERE.
Demos
- #68 angular-cli demo updated to the latest release of angular-cli and with 3 new live examples for angular-modal-gallery 3.1.0
- #68 webpack and systemjs demos updated with 3 new live examples for angular-modal-gallery 3.1.0
Bug fixes
- #64 hasData event emitted multiple time while initializing the component
- #65 wrong result into ImageModalEvent when clicking left arrow button
Chores
- #63 Add minimum IE version supported by this library (IE 11)
Internal library changes
- #14 unit testing
- #59 basic tslint config for angular-modal-gallery lib
- #69 improve CIs config for unit testing (adding also coveralls ad codeclimate's reports)
- #60 build env with npm>=5.0.0 and node>=8.0.0
- #61 replace elementref with renderer to prepare this project to angular-universal (still not supported, but this is the first step)
3.1.0-RC2
3.1.0 RC2 - official release is coming very soon