mbest / knockout-deferred-updates

Deferred Updates plugin for Knockout <=3.3.0
http://mbest.github.io/knockout-deferred-updates/
134 stars 23 forks source link

Doesn't support KO 3.1.0beta #20

Closed nmehlei closed 9 years ago

nmehlei commented 10 years ago

Just tried out the new KO beta and knockout-deferred-updates throws "Uncaught Error: Only subscribable things can act as dependencies". It's a beta so full compatibility is obviously not expected, just thought it might be good to add that here :)

mbest commented 10 years ago

I've been working on this. You can get a version that's mostly compatible here: https://github.com/mbest/knockout-deferred-updates/tree/3.1.0-compat

nmehlei commented 10 years ago

Thanks, seems to work fine, awesome response time :) One thing I noticed, the minified version in 3.1.0-compat seems to be older than the non-minified, the version check checks for 3.0.0 and thus doesn't work with the ko 3.1 beta.