yev
|
e59a5a3ce8
|
Rebuild master
|
2018-03-31 22:11:33 +01:00 |
|
Luca Degasperi
|
0ee180aa1a
|
Updated this version
|
2018-03-29 14:19:48 +02:00 |
|
yev
|
27084b8801
|
v1.3.12
|
2018-02-22 22:01:27 +00:00 |
|
yev
|
2f7fb688db
|
Rebuild
|
2018-02-22 00:25:47 +00:00 |
|
yev
|
9b2f7a50b2
|
rebuild
|
2018-02-19 20:57:11 +00:00 |
|
yev
|
5b2db5b38a
|
build 1.3.10
|
2018-02-10 19:11:54 +00:00 |
|
yev
|
a8ecb750d1
|
Added maxWidth minWidth
|
2018-01-28 10:10:03 +00:00 |
|
yev
|
665cd667f5
|
Rebuild 1.3.8
|
2018-01-11 22:00:28 +00:00 |
|
Yev Vlasenko
|
d3198e1388
|
Added build target without css, started using prettier intead of linting
|
2017-12-28 18:27:58 +00:00 |
|
Yev Vlasenko
|
aa388a692e
|
Fixed focusing issue
|
2017-11-26 11:30:19 +00:00 |
|
euvl
|
7d66dc9d8c
|
Closing modal when ESC button pressed
|
2017-11-19 09:04:18 +00:00 |
|
Bo PANG
|
983845826b
|
add Momentum Scrolling for scrollable
|
2017-11-07 17:30:05 +01:00 |
|
Bo PANG
|
1d3392f029
|
add safari support
|
2017-11-07 17:25:45 +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
|
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
|
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 |
|