Skip to content

3.1.0

Compare
Choose a tag to compare
@Ks89 Ks89 released this 14 Jun 18:24
· 1283 commits to master since this release

New features

  • #43 ButtonsConfig object to configure button's visibility
  • #57 KeyboardConfig object to customize keyboard's actions (replacing esc, 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)