Skip to content

Releases: canjs/can-stache-bindings

Ensuring change events are also triggered on `radiochange`

11 May 19:44
Compare
Choose a tag to compare

Fixing support for Steal 0.16

11 May 16:14
Compare
Choose a tag to compare

v3.1.0

v3.0.19

21 Apr 20:32
Compare
Choose a tag to compare

Make the tests pass consistently

19 Apr 18:31
Compare
Choose a tag to compare

Stache bindings have a lot of moving parts underneath: computes, lifecycle events, mutation observers, etc, plus they must run in real DOM and vdom. Getting the timings right for evaluating state in the test battery has been difficult, so in these recent releases we've researched what was causing the test failures and taken steps to prevent them from breaking in CI.

[Deprecated] use v3.0.18 or later

28 Apr 19:27
Compare
Choose a tag to compare

This release includes a non-polyfilled call to setImmediate (via can-compute v3.0.9) which is not supported on all platforms. Use v3.0.18 which requires the non-deprecated can-compute v3.0.10

[Deprecated] interim testing release

28 Apr 19:27
Compare
Choose a tag to compare

use v3.0.18 or later if you include the can-stache-bindings tests in your test suite.

There are no code changes since the previous release.

v3.0.15

27 Apr 00:59
Compare
Choose a tag to compare

Fixes #169, #123, #127, and #170.

Make two-way bindings sticky

19 Apr 19:01
Compare
Choose a tag to compare
  • Two-way bindings are now properly "sticky" -- a conversion on one end that doesn't change the value from previous (e.g. inputting the same thing with different case, when the other end of the binding lowercases the value) will still ensure that the other end still triggers a setter.
  • The docs were also updated to fix some outdated terminology.

Remove deprecated "attr" method

20 Mar 14:20
Compare
Choose a tag to compare