Skip to content

Releases: canjs/can-attribute-observable

Updated documentation to use can-stache-element

20 Nov 17:15
Compare
Choose a tag to compare

Adds a warning when setting the value property on a date input to a Date type

22 Oct 19:23
Compare
Choose a tag to compare

Use getAttributeNS() for SVG properties

14 Aug 19:15
Compare
Choose a tag to compare
  • Fix to use the Node.getAttributeNS() method when reading SVG namespaced properties.

QUNIT2 upgrade

28 May 17:55
Compare
Choose a tag to compare

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

#35

textarea tag rendering `undefined` value returned from getter

13 Mar 14:23
Compare
Choose a tag to compare

This fixes an issue where <textarea> elements were rendering undefined in the DOM, when it should render nothing. The same fix was previously applied for can-util here: canjs/can-util#416

#28

Basic docs and take event as 3rd argument

08 Apr 04:00
Compare
Choose a tag to compare

Remove onValue and replace with onEmit when an event..

29 Nov 15:11
Compare
Choose a tag to compare

..is being used with AttributeObservable.

#25

Adds button element to formElements so value is readable on button

27 Nov 20:45
Compare
Choose a tag to compare

Using can-assign instead of Object.assign for IE11 support

30 Oct 20:43
Compare
Choose a tag to compare

Function attributes to have the correct `this`

11 Oct 18:09
Compare
Choose a tag to compare