From 754c3a866112c77adaf8c46b52e54e30f90d728e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20L=C3=BCnborg?= Date: Sat, 1 Jun 2019 13:18:16 +0200 Subject: [PATCH] Release 2.1.5 (#231) * Update installation.md (#218) Added .com TLD to CDN URL * Fix typos in docs (#219) * Fix typos in docs * Fix typos * docs: Remove outdated line from poral-target docs I think this is something from the previous version * fix: Wormhole.close force=true and from=undefined * deps: remove cypress we don't have e2e tests right now. package takes up considerable size * example: programmatic example should use right build file. * build: 2.1.5 Co-authored-by: Mohd Shakir Zakaria Co-authored-by: David Sanders Co-authored-by: Mitar Co-authored-by: Gohy Leandre --- dist/portal-vue.common.js | 2 +- dist/portal-vue.esm.js | 2 +- dist/portal-vue.umd.js | 2 +- dist/portal-vue.umd.min.js | 2 +- docs/api/portal-target.md | 2 - example/components/programmatic/index.vue | 10 +- package.json | 6 +- src/components/wormhole.ts | 2 +- src/types.ts | 2 +- tests/e2e/.eslintrc | 12 - tests/e2e/plugins/index.js | 11 - tests/e2e/specs/test.js | 8 - tests/e2e/support/commands.js | 25 - tests/e2e/support/index.js | 20 - tests/unit/specs/wormhole.spec.js | 38 ++ types/lib/types.d.ts | 2 +- yarn.lock | 590 +--------------------- 17 files changed, 79 insertions(+), 657 deletions(-) delete mode 100644 tests/e2e/.eslintrc delete mode 100644 tests/e2e/plugins/index.js delete mode 100644 tests/e2e/specs/test.js delete mode 100644 tests/e2e/support/commands.js delete mode 100644 tests/e2e/support/index.js diff --git a/dist/portal-vue.common.js b/dist/portal-vue.common.js index ca143cd..6e091c3 100644 --- a/dist/portal-vue.common.js +++ b/dist/portal-vue.common.js @@ -2,7 +2,7 @@ /*! * portal-vue © Thorsten Lünborg, 2019 * - * Version: 2.1.4 + * Version: 2.1.5 * * LICENCE: MIT * diff --git a/dist/portal-vue.esm.js b/dist/portal-vue.esm.js index 9805574..94edd66 100644 --- a/dist/portal-vue.esm.js +++ b/dist/portal-vue.esm.js @@ -2,7 +2,7 @@ /*! * portal-vue © Thorsten Lünborg, 2019 * - * Version: 2.1.4 + * Version: 2.1.5 * * LICENCE: MIT * diff --git a/dist/portal-vue.umd.js b/dist/portal-vue.umd.js index f060bc2..969def1 100644 --- a/dist/portal-vue.umd.js +++ b/dist/portal-vue.umd.js @@ -2,7 +2,7 @@ /*! * portal-vue © Thorsten Lünborg, 2019 * - * Version: 2.1.4 + * Version: 2.1.5 * * LICENCE: MIT * diff --git a/dist/portal-vue.umd.min.js b/dist/portal-vue.umd.min.js index cc44388..cde7c15 100644 --- a/dist/portal-vue.umd.min.js +++ b/dist/portal-vue.umd.min.js @@ -1,7 +1,7 @@ /*! * portal-vue © Thorsten Lünborg, 2019 * - * Version: 2.1.4 + * Version: 2.1.5 * * LICENCE: MIT * diff --git a/docs/api/portal-target.md b/docs/api/portal-target.md index 4cf4c4a..9714c92 100644 --- a/docs/api/portal-target.md +++ b/docs/api/portal-target.md @@ -286,8 +286,6 @@ Emitted everytime the component re-renders because the content from the ` ```html {4}