lemonadejs
Advanced tools
Comparing version 3.0.1 to 3.0.2
/** | ||
* Lemonadejs v3.0.0 (ESM build) | ||
* Lemonadejs v3.0.2 (ESM build) | ||
* | ||
@@ -205,3 +205,3 @@ * Website: https://lemonadejs.net | ||
} | ||
} else if (t === '@src') { | ||
} else if (t === 'src') { | ||
if (! v) { | ||
@@ -629,2 +629,5 @@ v = e.getAttribute('default'); | ||
parseTokens.call(self, { e: element, a: prop, v: attr[k[i]], s: self, r: r, loop: true }) | ||
} else if (type === 'src') { | ||
// Parse attributes | ||
parseTokens.call(self, { e: element, a: 'src', v: attr[k[i]], s: self }) | ||
} | ||
@@ -631,0 +634,0 @@ |
/** | ||
* Lemonadejs v3.0.0 | ||
* Lemonadejs v3.0.2 | ||
* | ||
@@ -216,3 +216,3 @@ * Website: https://lemonadejs.net | ||
} | ||
} else if (t === '@src') { | ||
} else if (t === 'src') { | ||
if (! v) { | ||
@@ -640,2 +640,5 @@ v = e.getAttribute('default'); | ||
parseTokens.call(self, { e: element, a: prop, v: attr[k[i]], s: self, r: r, loop: true }) | ||
} else if (type === 'src') { | ||
// Parse attributes | ||
parseTokens.call(self, { e: element, a: 'src', v: attr[k[i]], s: self }) | ||
} | ||
@@ -642,0 +645,0 @@ |
@@ -25,3 +25,3 @@ { | ||
"types": "dist/lemonade.d.ts", | ||
"version": "3.0.1" | ||
"version": "3.0.2" | ||
} |
@@ -202,19 +202,39 @@ <h1>LemonadeJS v3: Reactive micro library</h1> | ||
<h2>Documentation</h2> | ||
<h2>Learning LemonadeJS</h2> | ||
<h3>Documentation</h3> | ||
<ul> | ||
<li><a href="https://lemonadejs.net/v3/docs/getting-started">Getting started</a></li> | ||
<li><a href="https://lemonadejs.net/v3/docs/attributes">Attributes</a></li> | ||
<li><a href="https://lemonadejs.net/v3/docs/two-way-binding">Two-way binding</a></li> | ||
<li><a href="https://lemonadejs.net/v3/docs/arrays">Arrays</a></li> | ||
<li><a href="https://lemonadejs.net/v3/docs/methods">Methods</a></li> | ||
<li><a href="https://lemonadejs.net/v3/docs/events">Events</a></li> | ||
<li><a href="https://lemonadejs.net/v3/docs/classes">Classes</a></li> | ||
<li><a href="https://lemonadejs.net/v3/docs/components">Components</a></li> | ||
<li><a href="https://lemonadejs.net/v3/docs/getting-started">Getting started</a></li> | ||
<li><a href="https://lemonadejs.net/v3/docs/benchmark" style="display: none">Benchmark</a></li> | ||
<li><a href="https://lemonadejs.net/v3/docs/attributes">Attributes</a></li> | ||
<li><a href="https://lemonadejs.net/v3/docs/two-way-binding">Two-way binding</a></li> | ||
<li><a href="https://lemonadejs.net/v3/docs/arrays">Arrays</a></li> | ||
<li><a href="https://lemonadejs.net/v3/docs/methods">Methods</a></li> | ||
<li><a href="https://lemonadejs.net/v3/docs/events">Events</a></li> | ||
<li><a href="https://lemonadejs.net/v3/docs/components">Components</a></li> | ||
<li><a href="https://lemonadejs.net/v3/docs/classes">Classes</a></li> | ||
<li><a href="https://lemonadejs.net/v3/docs/web-components">Webcomponents</a></li> | ||
</ul> | ||
<h3>Utilities</h3> | ||
<ul> | ||
<li><a href="https://lemonadejs.net/v3/docs/awesome">Awesome</a></li> | ||
<li><a href="https://lemonadejs.net/v3/docs/sugar">Sugar</a></li> | ||
<li><a href="https://lemonadejs.net/v3/docs/tests">Testing</a></li> | ||
<li><a href="https://lemonadejs.net/v3/libraries">Libraries</a></li> | ||
<li><a href="https://lemonadejs.net/v3/docs/module">Module (ESM)</a></li> | ||
</ul> | ||
<h3>Useful</h3> | ||
<ul> | ||
<li><a href="https://lemonadejs.net/v3/docs/quick-reference">Quick reference</a></li> | ||
<li><a href="https://lemonadejs.net/v3/docs/debugging">Debugging</a></li> | ||
<li><a href="https://lemonadejs.net/v3/docs/contributions">Contributing</a></li> | ||
</ul> | ||
<h2>Other tools</h2> | ||
https://jsuites.net<br> | ||
https://jspreadsheet.com/home<br> | ||
https://jspreadsheet.com/<br> | ||
https://bossanova.uk/jspreadsheet<br> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
96087
2395
240