Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@ajaishankar ajaishankar released this 17 Oct 12:46
· 2 commits to main since this release

Release Notes

Breaking Change - computed removed

Turns out what was supposed to be an optimization does not work without a proper scheduler from vue core.

Referencing more than one computed in an effect, results in the effect running multiple times.

Please see Vue issue describing this.

Users should upgrade and move computed to simple getters on the controller.