Skip to content

Releases: canjs/can-component

Fix leakScope behavior with Helpers

12 Oct 17:44
Compare
Choose a tag to compare

Helpers did not respect the leakScope flag which caused components to leak their helpers to child components.

This release fixes this so that helpers are only available to the current component, just as expected with leakScope set to false.

warns if viewModel is assigned a DefineMap

01 Sep 15:05
Compare
Choose a tag to compare

removed can-* pre-releases

15 Aug 20:40
Compare
Choose a tag to compare

Updating can-stache-key to receive bug fixes

16 Aug 20:59
Compare
Choose a tag to compare

Updating can-stache-key

08 Aug 12:15
Compare
Choose a tag to compare

Slots

06 Jul 14:03
Compare
Choose a tag to compare

Use the <can-template> tag to pass a template to a component. That template can be rendered with <can-slot>.

Improved can-reflect

06 Jul 14:04
Compare
Choose a tag to compare

This uses observable objects without .setValue and .getValue

can-reflect

23 Jun 02:07
Compare
Choose a tag to compare
v3.1.0

3.1.0

Remove registration for custom tag from can-component

20 Mar 17:32
Compare
Choose a tag to compare

Using can-util/js/log/log instead of console.log

10 Mar 21:41
Compare
Choose a tag to compare