Commit Graph

321 Commits

Author SHA1 Message Date
Yev Vlasenko
087ee92993 Merge pull request #182 from NoelDeMartin/dynamic-modals
Close dynamic modals programmatically
2018-02-22 09:33:52 +00:00
Noel De Martin
e7554fa502 #178 Clone config argument in modals container to prevent mutating user-supplied arguments 2018-02-22 08:32:18 +01:00
yev
2f7fb688db Rebuild 2018-02-22 00:25:47 +00:00
Noel De Martin
75ac5598fe #178 Close dynamic modals programmatically 2018-02-21 16:42:01 +01:00
Yev Vlasenko
967745c3cd Merge pull request #180 from smelyakov/issue-149
Change Dialog component name to VueJsDialog to prevent warning message
2018-02-21 09:16:50 +00:00
Alexander Smelyakov
f59d75fa39 Change Dialog component name to VueJsDialog to prevent warning message 2018-02-21 14:26:10 +06:00
yev
8e0469cafd Version bump 1.3.11 2018-02-19 20:58:07 +00:00
yev
9b2f7a50b2 rebuild 2018-02-19 20:57:11 +00:00
Yev Vlasenko
63dd8f77e0 Keeping componentName as class' field 2018-02-17 19:31:10 +00:00
Yev Vlasenko
507c74c252 Merged 2018-02-17 19:23:40 +00:00
Yev Vlasenko
bf390426b2 Merge pull request #175 from NoelDeMartin/dynamic-modals
Dynamic modals
2018-02-17 19:17:22 +00:00
Noel De Martin
c36dfb3c39 #173 Implement dynamic modals functionality 2018-02-15 18:29:42 +01:00
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
b26421e5f8 Updated package.json 2017-12-28 18:30:22 +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