Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix computed observable issue with KO3 #190

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

andrewaylett
Copy link

A couple of changes, to update the target version of Knockout to 3.0.0 and to fix an issue with computed observables not notifying on change. The tests all still pass on Knockout 2.x, and now also pass on Knockout 3.0.0.

Knockout 3.0.0 changes the default behaviour for computed observables to
avoid notifying when the computed value hasn't changed.  We rely on
getting these notifications, so we need to ensure that we set the old
behaviour.
@crissdev
Copy link

crissdev commented Jan 5, 2015

Although the tests pass when running with KO 3.0.0, some of them are still failing with 3.1.0 or 3.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants