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

Allow notifyPropertyChange to be imported from @ember/object #17357

Merged

Conversation

mike-north
Copy link
Contributor

@mike-north mike-north commented Dec 12, 2018

import { notifyPropertyChange } from '@ember/object';

related: ember-cli/ember-rfc176-data#84

@rwjblue
Copy link
Member

rwjblue commented Dec 12, 2018

ember-cli-babel@6.18.0 and ember-cli-babel@7.2.0 have been published allowing this import.

@@ -31,6 +31,7 @@ let deferred = 0;
@param {String} keyName The property key (or path) that will change.
@param {Meta} meta The objects meta.
@return {void}
@since 3.1.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This marks this available since 3.1.0 but this commit (and the one exposing the export from @ember/object is not in a tag till v3.8.0-beta.1. How does that work?

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.

None yet

3 participants