File tree 3 files changed +19
-6
lines changed
3 files changed +19
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.4.8] ( https://github.com/CoCreate-app/CoCreate-kanban/compare/v1.4.7...v1.4.8 ) (2023-02-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump dependencies ([ 59a5b45] ( https://github.com/CoCreate-app/CoCreate-kanban/commit/59a5b454b96e8f5a67eb4264c4bce196353abb2a ) )
7
+
1
8
## [ 1.4.7] ( https://github.com/CoCreate-app/CoCreate-kanban/compare/v1.4.6...v1.4.7 ) (2023-01-31)
2
9
3
10
Original file line number Diff line number Diff line change @@ -100,12 +100,12 @@ <h2 class="padding:5px_0px">Demo</h2>
100
100
< div class ="display:flex flex-direction:column position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px " id ="playground ">
101
101
102
102
< div id ="demo-code " resizable class ="position:relative height:50% ">
103
- < textarea type ="code " lang ="html " collection ="demos " document_id ="" name ="demo " save ="false " id ="demo " class ="height:100% width:100% outline:none border:none resize:none padding:5px "> </ textarea >
103
+ < textarea type ="code " lang ="html " collection ="demos " document_id ="" name ="demo " save ="false " id ="demo " input-target =" .demopreview " input-attribute =" value " input-events =" input, onload " class ="height:100% width:100% outline:none border:none resize:none padding:5px "> </ textarea >
104
104
< div resize ="bottom " class ="background:lightgrey "> </ div >
105
105
</ div >
106
106
107
107
< div id ="demo-preview " class ="position:relative overflow:auto background-color:white ">
108
- < div get-value =" #demo " class ="padding:20px "> </ div >
108
+ < div class =" demopreview " class ="padding:20px "> </ div >
109
109
</ div >
110
110
111
111
< div class ="font-size:20px position:absolute top:10px right:10px opacity:0.6 ">
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cocreate/kanban" ,
3
- "version" : " 1.4.7 " ,
3
+ "version" : " 1.4.8 " ,
4
4
"description" : " A simple kanban component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API." ,
5
5
"keywords" : [
6
6
" kanban" ,
20
20
" html5-framework" ,
21
21
" javascript-framework"
22
22
],
23
- "publishConfig" : { "access" : " public" },
23
+ "publishConfig" : {
24
+ "access" : " public"
25
+ },
24
26
"scripts" : {
25
27
"start" : " npx webpack --config webpack.config.js" ,
26
28
"build" : " NODE_ENV=production npx webpack --config webpack.config.js" ,
33
35
},
34
36
"author" : " CoCreate LLC" ,
35
37
"license" : " MIT" ,
36
- "bugs" : { "url" : " https://github.com/CoCreate-app/CoCreate-kanban/issues" },
38
+ "bugs" : {
39
+ "url" : " https://github.com/CoCreate-app/CoCreate-kanban/issues"
40
+ },
37
41
"homepage" : " https://cocreate.app/docs/kanban" ,
38
42
"funding" : {
39
43
"type" : " GitHub Sponsors ❤" ,
53
57
"webpack-cli" : " ^4.5.0" ,
54
58
"webpack-log" : " ^3.0.1"
55
59
},
56
- "dependencies" : { "@cocreate/docs" : " ^1.5.13" }
60
+ "dependencies" : {
61
+ "@cocreate/docs" : " ^1.5.13"
62
+ }
57
63
}
You can’t perform that action at this time.
0 commit comments