Skip to content

v5.4.0

Compare
Choose a tag to compare
@phillipskevin phillipskevin released this 08 Aug 18:45
· 1262 commits to master since this release

New Features

can-debug v2.0.0 - v2.0.0

can-debug now exports a function that can be used like:

import debug from "can-debug";
debug();

or

import { debug } from "can";
debug();

debug.drawGraph has also been removed

This method doesn't work in many build formats (ES modules, bundled global builds, webpack). It also requires the large vis.js file. Since the graph is available in CanJS devtools, this functionality was removed.

can-vdom v4.4.0 - Set document.defaultView to be the window

Bug Fixes