4.1.0 • Published 5 years ago
lighterhtml-plus v4.1.0
lighterhtml-plus
This is exactly lighterhtml, plus:
onconnectedcallback, as in hyperHTML, to have Custom Elements like callbacksondisconnectedcallback, as in hyperHTML, to have counter events when nodes get disconnectedonattributechangedcallback, as in wickedElements, to have attributes change notifications, Custom Elements like
import {render, html} from 'lighterhtml-plus';
render(document.body, html`
<div
onconnected=${event => console.log('connected')}
ondisconnected=${event => console.log('disconnected')}
onattributechanged=${({
attributeName,
oldValue,
newValue
}) => console.log('changed')}
>
lighterhtml-plus 🎉
</div>
`);4.1.0
5 years ago
4.0.0
5 years ago
3.1.1
6 years ago
3.1.0
6 years ago
3.0.0
6 years ago
2.2.0
6 years ago
2.1.0
6 years ago
2.0.5
6 years ago
2.0.4
6 years ago
2.0.3
6 years ago
2.0.2
6 years ago
2.0.1
6 years ago
2.0.0
6 years ago
1.5.0
6 years ago
1.3.1
6 years ago
1.3.0
6 years ago
1.1.6
6 years ago
1.1.5
6 years ago
1.1.4
6 years ago
1.1.3
6 years ago
1.1.2
6 years ago
1.1.1
6 years ago
1.1.0
6 years ago
0.17.1
6 years ago
0.17.0
6 years ago
0.15.5
6 years ago
0.15.4
6 years ago
0.15.3
6 years ago
0.15.2
6 years ago
0.15.1
6 years ago
0.15.0
6 years ago
0.13.0
6 years ago
0.10.1
7 years ago
0.9.2
7 years ago