Skip to content

Move can-control to legacy

Compare
Choose a tag to compare
@bmomberger-bitovi bmomberger-bitovi released this 22 Jan 21:22
· 3 commits to master since this release
  • can-control is fully up-to-date with CanJS 6 but is now considered legacy code. There are no planned feature enhancements, and new development with CanJS should use stache bindings to bind DOM events

https://canjs.com/doc/can-stache-bindings.event.html

  • A can-control-backed element's events are now torn down on the nodeDisconnected mutation event, rather than on nodeRemoval.