Releases: canjs/can-vdom
Releases · canjs/can-vdom
Remove can-util
This removes can-util from tests.
Upgrades the can-simple-dom version
v4.4.1 4.4.1
v4.2.0
v4.1.0
v4.0.1
v3.2.5
Updated docs and dependencies
3.2.0
This is a minor release adding the Node
type to the exported globals in can-vdom/make-window/make-window
.
var makeWindow = require("can-vdom/make-window/make-window");
var window = makeWindow();
assert.equal(window.Node.TEXT_NODE, 3, "The nodeTypes are all exported");
Issues
Upgrade can-simple-dom
can-reflect
v3.1.0 3.1.0