Skip to content

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

Merged
rwjblue merged 2 commits intoemberjs:masterfrom
mike-north:notify-property-change-ember-object
Dec 12, 2018
Merged

Allow notifyPropertyChange to be imported from @ember/object#17357
rwjblue merged 2 commits intoemberjs:masterfrom
mike-north:notify-property-change-ember-object

Conversation

@mike-north
Copy link
Copy Markdown
Contributor

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

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

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

@rwjblue
Copy link
Copy Markdown
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.

@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
Copy Markdown
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.

3 participants