maxisam/ngx-clipboard

[Breaking Change ๐Ÿ’”] 12.1.1 fails Karma test suite

bkimminich opened this issue ยท 3 comments

The way I declared the dependency on this module as "ngx-clipboard": "^12.1.0" resulted in the following error when 12.1.1 came out:

HeadlessChrome 75.0.3770 (Linux 0.0.0) ERROR
  Uncaught TypeError: Object(...) is not a function
  at http://localhost:9876/_karma_webpack_/vendor.js:170327
HeadlessChrome 75.0.3770 (Linux 0.0.0) ERROR
  Uncaught TypeError: Object(...) is not a function
  at http://localhost:9876/_karma_webpack_/vendor.js:170327
HeadlessChrome 75.0.3770 (Linux 0.0.0) ERROR
  Uncaught TypeError: Object(...) is not a function
  at http://localhost:9876/_karma_webpack_/vendor.js:170327

This can be reproduced with "ngx-clipboard": "12.1.1". Then pinning to "ngx-clipboard": "12.1.0" the test suite works fine again.

(This issue is probably related to #193)

please try 12.1.2 thx

My @Greenkeeper build is just running, and it seems to be happy with 12.1.2! Thanks!

https://travis-ci.org/bkimminich/juice-shop/builds/544976091