Skip to content

Releases: canjs/can-view-target

Support for CanJS 6

04 Oct 15:03
Compare
Choose a tag to compare

This is a breaking release which updates can-dom-mutate which itself was a breaking release. This brings support for CanJS 6.0.

Fix for comment tag callbacks

18 Jun 22:31
Compare
Choose a tag to compare

can-view-target was not properly iterating callbacks in the AST -- tags would only have their callbacks run correctly if they had at least as many attributes. This version has a fix and a test around comment tag callbacks.

Revert back cloneNode work around

29 May 19:40
Compare
Choose a tag to compare

Put back the removed cloneNode fix for IE11.

#78
See #65

Remove cloneNode IE8 support

29 May 16:12
Compare
Choose a tag to compare
  • Remove cloneNode function IE8 support.
  • Relying on Node​.clone​Node() with backward compatibility

QUNIT2 upgrade

28 May 20:24
Compare
Choose a tag to compare

This updates the tests to use QUnit@2.x.x.

#76

IE 11 Compatibility

26 Nov 19:38
Compare
Choose a tag to compare

Attributes namespace URI

09 Nov 20:55
Compare
Choose a tag to compare

v4.1.0

05 Jul 16:09
Compare
Choose a tag to compare

Add "use strict" #67

v4.0.1

05 Jul 16:08
Compare
Choose a tag to compare

Cleanup markdown sample code #61

use can-dom-mutate

27 Jan 23:15
Compare
Choose a tag to compare