CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 01:13:03 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"c810e88c919f9e74a9e9b8a96576053b"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=EUp0VyvzI4BACtIr5JauCca2lPHTggcbwlNsXv8x92kAaPvN%2Fby5M%2B%2B6Osy7CyEIxeCRSnnzIDh1yR1VQFVn%2FFVkKKfSDulGnX7%2Bji9dMOmyY%2FxQZ8h5zdQVsv9WJRk2cRmrm0JcjzHnkPyYZwHsIm8AFnFDJaLGYZkt40ZsWguLRYJcFNm1iZ32Z%2Fc0LpIAOuiE1eiJH39ArWMXUnrpEZTqMQKXYDFGh4lzxumhp9uKLPWVkfL4qtU7g%2BQ3BOQSrd%2FjSZ101xR2uWXrnKD0DQ%3D%3D--sKudfgCyA4BP0gPD--tCE6lgeyyWwfquOYkv5EPQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.520724089.1753578783; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 01:13:03 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 01:13:03 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: C3CE:0A61:2F5F0:4CE22:68857D1F
Releases · canjs/can-view-live · GitHub
23 Jan 22:16
Loading
27 Dec 20:02
Loading
09 Dec 15:38
Loading
04 Oct 17:03
Loading
28 May 20:20
Loading
20 Nov 16:01
Loading
22 Oct 22:13
Loading
29 Sep 17:55
Loading
28 Sep 14:10
Loading
25 Sep 21:19
Loading
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 5
Releases: canjs/can-view-live
Releases · canjs/can-view-live
Rebind listeners for reconnected live elements
Compare
Moving DOM nodes around in the document should not cause live binding to cease completely. This PR restores live binding when a placeholder node is reconnected to the document.
See #156 for more.
Assets 2
Use the DOM queue for all DOM updates
Compare
Previously, some DOM updates happened on the notify queue, others on the dom queue, yet others (list removal) immediately. This caused bugs and made live updates harder to reason about.
With this PR, all updates in can-view-live are queued on the dom queue and therefore updated in DOM order, whether they are html, text, list, or attribute updates.
See #155 for more.
Assets 2
Add docs in the main file
Compare
This puts back the package documentation to the main file.
Assets 2
removal of nodeLists
Compare
This removes nodeLists from can-view-live as they are deprecated as an API in CanJS.
Assets 2
QUNIT2 upgrade
Compare
This updates the tests to use QUnit@2.x.x.
Assets 2
Handle tearing down an undefined list
Compare
Assets 2
IE 11 Compatibility
Compare
- Fix usage
ChildNode.remove
in tests - Fix usage of
HTMLDocument.contains
andHTMLDocument.ownerDocument
Assets 2
Avoid setTimeout in tests. (Edge was breaking)
Compare
Assets 2
Fixes another contains bug
Compare
Assets 2
Fixes issue with memory cleanup when the documentElement is removed
Compare
Assets 2
Previous Next
You can’t perform that action at this time.