Commit Graph

70 Commits

Author SHA1 Message Date
Bo PANG
1d3392f029 add safari support 2017-11-07 17:25:45 +01:00
Bo PANG
9b823a83d2 Update ssr.index.js 2017-11-07 15:27:32 +01:00
Bo PANG
c216e3e74b Update index.js 2017-11-07 15:26:46 +01:00
euvl
7dacd010ec Updated webpack conf which decreased the size of dist by mre than 30% 2017-10-25 15:31:53 +01:00
euvl
c58dc87f57 Added button classes for dialog 2017-10-25 10:50:50 +01:00
DaxChen
c144f2f4f6 Merge branch 'master' of https://github.com/euvl/vue-js-modal 2017-10-18 18:00:17 +08:00
euvl
e30e1040f6 Rebuild 2017-10-18 09:50:52 +01:00
euvl
bb9a721894 Rebuild v1.3.2 2017-10-18 09:49:00 +01:00
DaxChen
778fcff2cf check $refs.modal in observe callback 2017-10-13 12:33:21 +08:00
DaxChen
9352c2db64 add attributes:true to MutationObserver 2017-10-11 13:55:19 +08:00
DaxChen
2b5b150a8d sorry for the noise, forgot to remove console.log 2017-10-06 17:04:16 +08:00
DaxChen
5103a3039c move window MutationObserver to beforeMount for SSR 2017-10-06 16:54:27 +08:00
DaxChen
2573c3e2c8 build 2017-10-06 16:24:07 +08:00
euvl
8d5316601f Fixed click event not working on dragagble modals and inputs now are not draggable 2017-09-27 10:22:50 +01:00
euvl
9bf61f5a2c Bubbling modal events to v-dialog 2017-09-27 10:10:06 +01:00
euvl
48721f956d Added uglification stap to remove dead code (fix by @arve0) 2017-09-13 13:41:30 +01:00
euvl
3a8a5884c8 Added configurable clickToClose and width for v-dialog (#76) 2017-09-12 17:31:41 +01:00
euvl
b5642b8bd6 Adding overflow:hidden to the body when "scrollable" is enabled. #71 2017-09-07 15:43:58 +01:00
euvl
426f6c4955 Added touchstart to places where mousedown is called 2017-08-23 10:14:01 +01:00
euvl
d48e2772a9 Added code linting & cleaned code acording to JavaScript Standard Style 2017-08-14 14:51:28 +01:00
euvl
0089717a8c Added unit tests for "parser.js" and "util.js" 2017-08-07 16:07:57 +01:00
euvl
c81801ceb5 Using document.body.clientWidth instead of window.innerWidth (#58) + rebuild 2017-08-07 12:46:14 +01:00
euvl
0ea9d797cd Added Dialog component, updated examples. 2017-08-07 12:39:13 +01:00
euvl
f444c71ba7 Rebuild, updated readme (#53) 2017-07-31 15:09:22 +01:00
euvl
44b5301235 Rebuild ssr + version update 2017-07-24 16:14:58 +01:00
euvl
31ac33e206 Added support fro height: auto and scrollable flag 2017-07-24 13:35:25 +01:00
euvl
1487ed7d83 Rebuild v1.2.5 2017-07-19 18:40:10 +01:00
euvl
2ae6a62f6b Added clickToClose flag that allows to block closing modal on background click (#35) 2017-07-19 18:22:20 +01:00
euvl
8df1c8934e Added reset flag that resets position/size before opening modal, cleaned code. 2017-07-16 13:03:48 +01:00
euvl
83d8d124e6 v1.2.4 rebuild 2017-07-16 11:24:18 +01:00
euvl
3723482757 Fixed resizing when size set with % 2017-07-16 10:32:52 +01:00
euvl
e2c85dd373 Fixed min-width, min-height with % w/h 2017-07-15 09:32:17 +01:00
euvl
981a0c8fdb Added test case for PR #46 2017-07-12 11:17:33 +01:00
onekiloparsec
80b37b8c69 new dist
Signed-off-by: onekiloparsec <cedric@onekilopars.ec>
2017-07-06 15:27:21 +02:00
onekiloparsec
a1b26f34e3 new dist
Signed-off-by: onekiloparsec <cedric@onekilopars.ec>
2017-07-06 15:24:43 +02:00
onekiloparsec
7a8e980b7d new dist
Signed-off-by: onekiloparsec <cedric@onekilopars.ec>
2017-07-06 15:21:42 +02:00
onekiloparsec
625dcd6038 new dist
Signed-off-by: onekiloparsec <cedric@onekilopars.ec>
2017-07-06 15:20:17 +02:00
onekiloparsec
faee879987 new dist
Signed-off-by: onekiloparsec <cedric@onekilopars.ec>
2017-07-06 15:17:18 +02:00
onekiloparsec
006c92da5d new dist
Signed-off-by: onekiloparsec <cedric@onekilopars.ec>
2017-07-06 15:01:24 +02:00
euvl
b8ba39ebca Fixed a bug where this.maxAdaptiveWidth was accidentally added in master (#44) 2017-07-05 15:24:51 +01:00
euvl
f371235d03 Changed libraryTarget to "umd" + rebuild 🚀 2017-06-22 15:54:52 +01:00
euvl
0090a77216 Minor refactoring 2017-06-21 21:12:03 +01:00
euvl
375ae806ae Added "installed" flag and removed Object.defineProperty 2017-06-21 20:19:08 +01:00
euvl
494bed6f29 Release 1.2.0 🚀 (#31 SSR arrived) 2017-06-20 22:59:39 +01:00
Yev Vlasenko
5d13bc8f5a Merge branch 'master' into ssr-fix-2-outputs 2017-06-20 22:53:30 +01:00
euvl
a80e966dce MInor bugs fixed, removed default white background 2017-06-20 13:54:36 +01:00
euvl
ff27ef2049 Created ssr demo and moved csr to a sub-folder + rebuild 2017-06-20 09:01:27 +01:00
euvl
dcf3291623 Added putputs for client and server 2017-06-20 03:39:15 +01:00
euvl
b99bec6bfa Removed scoped style + rebuild 2017-06-19 22:27:05 +01:00
euvl
5471eb9c26 Test build 2017-06-19 22:24:24 +01:00