yev
fc6e70a271
Version 1.3.13
2018-03-31 22:13:14 +01:00
yev
e59a5a3ce8
Rebuild master
2018-03-31 22:11:33 +01:00
Yev Vlasenko
2e60ee1932
Merge pull request #208 from lucadegasperi/master
...
Added modal events support for dynamic modals
2018-03-31 22:05:14 +01:00
Luca Degasperi
fc3d6a3dbe
Update README.md
2018-03-29 15:25:48 +02:00
Yev Vlasenko
a8a710d6cf
Merge branch 'master' into master
2018-03-29 13:55:48 +01:00
Yev Vlasenko
653b43c3ac
Updated issue template
2018-03-29 13:55:07 +01:00
Luca Degasperi
0ee180aa1a
Updated this version
2018-03-29 14:19:48 +02:00
Luca Degasperi
1b3f321fea
Update index.js
2018-03-29 14:04:48 +02:00
Luca Degasperi
fc89c464f4
Update ModalsContainer.vue
2018-03-29 14:04:14 +02:00
Luca Degasperi
0b05c5a41d
Update index.js
2018-03-29 14:03:38 +02:00
Yev Vlasenko
8d99f6bda8
Update stale.yml
2018-03-27 10:07:57 +01:00
Yev Vlasenko
b7423796fb
Create stale.yml
2018-03-27 10:04:14 +01:00
Yev Vlasenko
558ab9079b
Update package.json
2018-03-23 09:59:16 +00:00
Yev Vlasenko
457745e717
Merge pull request #190 from coxy121/disable-page-scrolling
...
removed position attribute on block-scroll class
2018-03-21 06:48:20 +00:00
Yev Vlasenko
68eb55a163
Merge pull request #201 from euvl/add-code-of-conduct-1
...
Create CODE_OF_CONDUCT.md
2018-03-18 12:46:01 +00:00
Yev Vlasenko
df36418953
Create CODE_OF_CONDUCT.md
2018-03-18 12:45:50 +00:00
Yev Vlasenko
a5f4147405
Update README.md
2018-03-17 09:18:16 +00:00
Yev Vlasenko
765bfdea6d
Merge pull request #174 from JaZo/issue-162
...
Added extra wrapper div to listen to background click events
2018-03-13 16:57:35 +00:00
Lee Cox
955d0d5c87
removed position attribute on block-scroll class
2018-03-01 11:00:01 -08:00
Yev Vlasenko
14de8fe26f
Update README.md
2018-03-01 10:36:04 +00:00
Yev Vlasenko
eb92a4f83c
Update README.md
2018-03-01 10:28:21 +00:00
Yev Vlasenko
39c827d9bb
Merge pull request #188 from coxy121/disable-page-scrolling
...
Added disable page scroll class to html element
2018-02-28 20:37:47 +00:00
Lee Cox
162fc28e5c
added disable scroll class to html element
2018-02-28 10:57:51 -08:00
yev
27084b8801
v1.3.12
2018-02-22 22:01:27 +00:00
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
Jasper Zonneveld
fbd9b0b9f7
Added extra wrapper div to listen to background click events, fixes #162
2018-02-15 15:08:07 +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