Skip to content

1.5.5: Allow `DocumentFragment` as the first parameter of `van.add`

Latest
Compare
Choose a tag to compare
@Tao-VanJS Tao-VanJS released this 26 Apr 18:46
· 3 commits to main since this release

This release allows DocumentFragment as the first parameter of van.add. Prior to this release, this should be already possible, but this release makes sure the DocumentFragment argument passes the TypeScript type-checking and sanity checks in van.debug.js.

There is no implementation change in van.js in this release.