Commit Graph

308 Commits

Author SHA1 Message Date
Noel De Martin
b7fb128b5e Fix linter errors 2018-02-15 18:09:40 +01:00
yev
5b2db5b38a build 1.3.10 2018-02-10 19:11:54 +00:00
Yev Vlasenko
8eeac77f07 Merge pull request #171 from dsanders11/patch-1
Use type="button" for buttons on dialog
2018-02-10 16:55:28 +00:00
David Sanders
6350c6ba5c Use type="button" for buttons on dialog 2018-02-10 07:59:51 -07:00
Yev Vlasenko
effb832285 version bump 2018-02-06 09:37:55 +00:00
Yev Vlasenko
1995797f66 Merge pull request #165 from jjyyxx/master
Fix a logic bug in toggle method
2018-02-01 08:59:21 +00:00
jjyyxx
106f5c9b10 fix a typo in comment 2018-02-01 11:08:53 +08:00
jjyyxx
ecd4e2b470 Fix a bug with toggle method
When calling hide on invisible modal with scroll set to true (though it's meaningless), the v--modal-block-scroll class will be added to body and block the UI.
2018-02-01 11:03:10 +08:00
Yev Vlasenko
659a21a605 Added maxWIdth, maxHeight to props docs 2018-01-28 10:14:48 +00:00
Yev Vlasenko
3b4b574bee Update README.md 2018-01-28 10:13:45 +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
a00f607c05 Fixed bug with resetting scroll when scrolla=true 2018-01-11 17:01:21 +00:00
Yev Vlasenko
b49ac4a071 Update README.md 2018-01-09 00:28:02 +00:00
Yev Vlasenko
50cfe9948e Update README.md 2018-01-09 00:27:30 +00:00
yev
4391bc779b Updated package.json 2017-12-28 18:58:35 +00:00
Yev Vlasenko
013e0284ae Update README.md 2017-12-28 18:41:04 +00:00
Yev Vlasenko
4daf6c215a Merge pull request #155 from euvl/extract-css
extract-css
2017-12-28 18:29:33 +00:00
Yev Vlasenko
593833926c Merge branch 'master' into extract-css 2017-12-28 18:29:26 +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
d302df7310 extracting css 2017-12-27 20:35:19 +00:00
yev
2be134436f extracting css 2017-12-27 20:34:51 +00:00
Yev Vlasenko
0841b4454a Merge pull request #152 from hmsk/typings
Add type declaration for $modal
2017-12-24 14:30:55 +00:00
hmsk
f6f330255c Add npm script testing type 2017-12-18 03:38:31 -08:00
hmsk
af4afc926e Add type definitions 2017-12-18 03:38:31 -08:00
Yev Vlasenko
9404f0076c Merge pull request #145 from theotix/master
Fix typo in readme
2017-12-05 14:15:14 +00:00
Théotix
8f3e62429c Fix typo in readme 2017-12-05 13:54:29 +01:00
Yev Vlasenko
9acd4ddcfc Update README.md 2017-11-26 11:33:44 +00:00
Yev Vlasenko
aa388a692e Fixed focusing issue 2017-11-26 11:30:19 +00:00
Yev Vlasenko
3f68cdfdb4 Fixed bug where previously focused element (document.activeElement) neede to be unfocused. Otherwise all key and focus events where performed on that element 2017-11-26 11:00:17 +00:00
Yev Vlasenko
85c28a5c18 Merge pull request #139 from yeknava/patch-1
Enter key triggers default button
2017-11-26 08:24:04 +00:00
yeknava
da52d43a7a Enter key triggers default button 2017-11-26 11:24:58 +03:30
euvl
5b94192457 v1.3.5 2017-11-19 09:17:37 +00:00
euvl
01fe165efc Added example where dialog is closed programmatically 2017-11-19 09:09:54 +00:00
euvl
7d66dc9d8c Closing modal when ESC button pressed 2017-11-19 09:04:18 +00:00
Yev Vlasenko
0be4f011ef Merge pull request #125 from pangboww/master
Fixed scrollable experience for iOS Safari
2017-11-11 11:18:56 +00:00
Yev Vlasenko
f181c4cfd9 Update README.md 2017-11-11 11:00:25 +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
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
Bo PANG
663b73312b Update Modal.vue 2017-11-07 15:05:00 +01:00
Yev Vlasenko
b8523a53aa Update README.md 2017-10-26 14:33:53 +01:00
Yev Vlasenko
7179f7c356 Update README.md 2017-10-26 14:33:36 +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
bffbab21d2 v1.3.4 2017-10-25 10:51:28 +01:00
euvl
c58dc87f57 Added button classes for dialog 2017-10-25 10:50:50 +01:00
euvl
8048d5e6fe Cleaned demo app 2017-10-25 10:47:13 +01:00
Yev Vlasenko
4c3b56d8c7 Update README.md 2017-10-18 11:14:36 +01:00
euvl
b2bdbd3bae v1.3.3 2017-10-18 11:09:14 +01:00