Skip to content

Releases: canjs/can-view-callbacks

Removal of nodeLists

04 Oct 16:46
Compare
Choose a tag to compare

This removes the use of nodeLists which are no longer passed down to child renderers. This is a breaking change for 6.0 compatibility.

Adding support for initializing a custom element using a Symbol

29 May 15:10
Compare
Choose a tag to compare

QUNIT2 upgrade

28 May 20:09
Compare
Choose a tag to compare

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

#115

using unique tag names to prevent conflicts with other tests

03 Jan 23:23
Compare
Choose a tag to compare

Automount performance fix for browsers without customElements

03 Jan 19:41
Compare
Choose a tag to compare

This uses domMutate.onInsertion instead of standalone MutationObserver in order to ensure that each element's tagHandler is called only once in environments that do not support customElements. This was causing large performance issues in these browsers.

#109

Fixes issue with not using can-globals' document

27 Dec 15:02
Compare
Choose a tag to compare

Fix issue with edge for double insert

27 Nov 20:48
Compare
Choose a tag to compare

v4.3.1

16 Aug 19:51
Compare
Choose a tag to compare

Fixes cases (mostly in SSR) where there is no document.documentElement.

v4.3.0

05 Jul 16:38
Compare
Choose a tag to compare

Add "use strict" #94

v4.2.0

28 Jun 21:28
Compare
Choose a tag to compare
  • Implement callbacks.attrs #96
  • Fix dev code for webpack compatibility #91