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

Replace computed.volatile with native getter #83

Merged

Conversation

pgengler
Copy link
Collaborator

Fixes #82. This uses the defineProperty approach from emberjs/ember.js#17709 (comment) since it should work with all versions of Ember supported by the addon. (The change in emberjs/ember.js#17710 that would allow nicer semantics for this is only available starting in Ember 3.9.)

@pgengler pgengler force-pushed the computed-volatile-deprecation-fix branch from 1040a3e to 1f2505e Compare May 27, 2019 22:28
@kategengler kategengler merged commit 06b33fd into kategengler:master May 27, 2019
@chrismllr
Copy link

Is there a release in the works including this one? 😄

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

Successfully merging this pull request may close these issues.

Fix deprecation warning for Computed Property Volatility
3 participants