Skip to content

Releases: Ks89/angular-modal-gallery

3.3.0

08 Aug 12:54
Compare
Choose a tag to compare

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

06 Aug 16:01
Compare
Choose a tag to compare

Note: revert version 3.2.2

Bug fixes

  • #73 Fix again with a different approach this error: "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.2

03 Aug 21:08
Compare
Choose a tag to compare

Bug fixes

  • #73 Fix: "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.1

28 Jul 22:01
Compare
Choose a tag to compare
  • all dependencies updated
  • #71 'ButtonsConfig' was not found in './modal-gallery.component' (bug of angular-cli -> I used a temporary workaround)

3.2.0

22 Jul 23:30
Compare
Choose a tag to compare

New features

  • #62 add 'alt' attribute to all img tags
  • #45 Both at the beginning and at the end, side arrows should be hidden
  • #44 Infinite sliding (configurable)

Docs

  • official documentation updated HERE.

Demos

  • all demos updated

Internal library changes

  • #66 improve unit testing with swipe events

3.2.0-RC1

22 Jul 16:45
Compare
Choose a tag to compare
3.2.0-RC1 Pre-release
Pre-release

3.2.0 RC1 - official release is coming very soon

3.1.1

14 Jun 18:50
Compare
Choose a tag to compare

small fixes in readme.md

3.1.0

14 Jun 18:24
Compare
Choose a tag to compare

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)

3.1.0-RC2

13 Jun 21:11
Compare
Choose a tag to compare
3.1.0-RC2 Pre-release
Pre-release

3.1.0 RC2 - official release is coming very soon

3.1.0-RC1

12 Jun 23:41
Compare
Choose a tag to compare
3.1.0-RC1 Pre-release
Pre-release

3.1.0 RC1 - official release is coming very soon