Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WebReflection committed Jun 11, 2019
1 parent cdacf45 commit 26da923
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,15 @@ A NodeJS based, standard oriented, HTML implementation.

<img alt="viperHTML logo" src="https://webreflection.github.io/hyperHTML/logo/basichtml.svg" width="116" height="81">

### New `init(...)` in 0.23
### New in 0.23

Custom Elements built-in extends are finally supported 🎉

```js
customElements.define('my-special-thing', MySpecialThing, {extends: 'div'});
document.createElement('div', {is: 'my-special-thing'});
```

### New `init(...)` in 0.13
```js
// easy way, introduced in 0.13
Expand Down

0 comments on commit 26da923

Please sign in to comment.