From 013e0284aecace22344bda8463747784d6d23d23 Mon Sep 17 00:00:00 2001 From: Yev Vlasenko Date: Thu, 28 Dec 2017 18:41:04 +0000 Subject: [PATCH 01/16] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f99cf42..9cd4331 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,10 @@ Vue.use(VModal) For full demo please look at `demo/server_side_rendering` +### Extracted CSS + +There is also a ssr build with css file extracted. Take a look in /dist folder. + ### Properties | Name | Required | Type | Default | Description | From 4391bc779bf85708bec2aa5e72d2a2c1e3143066 Mon Sep 17 00:00:00 2001 From: yev Date: Thu, 28 Dec 2017 18:58:35 +0000 Subject: [PATCH 02/16] Updated package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9a1b153..8268aba 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-js-modal", "description": "Modal Component for Vue.js", - "version": "1.3.6", + "version": "1.3.7", "author": "euvl ", "main": "dist/index.js", "repository": { @@ -28,7 +28,7 @@ "lint": "eslint --ext .js,.vue src test/unit/specs", "unit": "./node_modules/karma/bin/karma start test/unit/karma.conf.js", "build": - "npm run unit && npm run build:client && npm run build:ssr && npm run build:ssr-no-css" + "npm run unit && npm run build:client && npm run build:ssr && npm run build:ssr-no-css", "test:types": "tsc -p types/test" }, "license": "MIT", From 50cfe9948ed75ca70667c7a9ace179c393b79c3e Mon Sep 17 00:00:00 2001 From: Yev Vlasenko Date: Tue, 9 Jan 2018 00:27:30 +0000 Subject: [PATCH 03/16] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 9cd4331..ec82a20 100644 --- a/README.md +++ b/README.md @@ -323,6 +323,15 @@ Dont forget about close button :) ``` +### Check out + +Check out my other projects: + +https://github.com/euvl/vue-notification +https://github.com/euvl/vue-js-toggle-button +https://github.com/euvl/vue-js-popover +https://github.com/euvl/v-clipboard + ### Developers To run an example: From b49ac4a071d5f7fa8e38efd3d82382486dacdd99 Mon Sep 17 00:00:00 2001 From: Yev Vlasenko Date: Tue, 9 Jan 2018 00:28:02 +0000 Subject: [PATCH 04/16] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ec82a20..0a18fe3 100644 --- a/README.md +++ b/README.md @@ -327,10 +327,10 @@ Dont forget about close button :) Check out my other projects: -https://github.com/euvl/vue-notification -https://github.com/euvl/vue-js-toggle-button -https://github.com/euvl/vue-js-popover -https://github.com/euvl/v-clipboard +* https://github.com/euvl/vue-notification +* https://github.com/euvl/vue-js-toggle-button +* https://github.com/euvl/vue-js-popover +* https://github.com/euvl/v-clipboard ### Developers From a00f607c0572481f4bc87ccfe443d2f70c9046e6 Mon Sep 17 00:00:00 2001 From: Yev Vlasenko Date: Thu, 11 Jan 2018 17:01:21 +0000 Subject: [PATCH 05/16] Fixed bug with resetting scroll when scrolla=true --- src/Modal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Modal.vue b/src/Modal.vue index 69607cb..fc12a1e 100644 --- a/src/Modal.vue +++ b/src/Modal.vue @@ -622,8 +622,8 @@ export default {