Skip to content

Commit aaa1f77

Browse files
committed
Clean Tree
2 parents e6d384f + 75fb84d commit aaa1f77

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.7](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.0.6...v1.0.7) (2021-05-08)
2+
3+
4+
### Bug Fixes
5+
6+
* add css auto parse and save to docs. ([98b04f5](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/98b04f560e2e092de9cbe87ad1681130654696a9))
7+
18
## [1.0.6](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.0.5...v1.0.6) (2021-04-27)
29

310

docs/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<!-- CoCreate CSS -->
1616
<link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css" />
17-
<link rel="stylesheet" href="https://ws.cocreate.app/docs.css" data-collection="apples" data-document_id="6069ff5042ef8ff5175a5c8d" name="css" type="text/css" />
17+
<link rel="stylesheet" href="/docs/index.css" data-collection="files" data-document_id="60888216117c640e7596303f" name="src" type="text/css" data-save="true" />
1818
</head>
1919

2020
<body>
@@ -40,8 +40,10 @@ <h2>CoCreate-conditional-logic</h2>
4040
</div>
4141
<a class="margin-right:15px" data-share_network='share' title="Share on share"><i class="fas fa-share-alt"></i></a>
4242
</div>
43-
<a href="https://github.com/CoCreate-app/CoCreate-conditional-logic" target="_blank" class="margin-right:15px"><i class="fab fa-github"></i></a>
43+
<a class="margin-right:15px" data-share_network='share' title="Share on share"><i class="fas fa-share-alt"></i></a>
4444
</div>
45+
<a href="https://github.com/CoCreate-app/CoCreate-conditional-logic" target="_blank" class="margin-right:15px"><i class="fab fa-github"></i></a>
46+
</div>
4547
</div>
4648
<p class="max-width:500px margin:20px_10px line-height:1.5">Simple JS component show & hide elements conditionally with inputs,checkbox,radio,btn etc.Great for creating tabs, accordions, dynamic forms, etc. Easy Configuration using HTML5 data attributes and/or JavaScript API</p>
4749
<div id="conditional-logic-section" class="display:flex flex-wrap:wrap">

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/conditional-logic",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "Simple JS component show & hide elements conditionally with inputs,checkbox,radio,btn etc.Great for creating tabs, accordions, dynamic forms, etc. Easy Configuration using HTML5 data attributes and/or JavaScript API.",
55
"keywords": [
66
"conditional-logic",
@@ -27,7 +27,8 @@
2727
"start": "npx webpack --config webpack.config.js",
2828
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
2929
"dev": "npx webpack --config webpack.config.js --watch",
30-
"docs": "node ./node_modules/@cocreate/docs/src/index.js"
30+
"docs": "node ./node_modules/@cocreate/docs/src/index.js",
31+
"hosting": "node ./node_modules/@cocreate/hosting/src/index.js"
3132
},
3233
"repository": {
3334
"type": "git",

0 commit comments

Comments
 (0)