2019-04-02 12:53:20 +03:00
|
|
|
self.deprecationWorkflow = self.deprecationWorkflow || {};
|
|
|
|
self.deprecationWorkflow.config = {
|
|
|
|
workflow: [
|
2020-01-14 18:39:31 +03:00
|
|
|
// remove once ember-drag-drop removes usage of Component#sendAction
|
|
|
|
// https://github.com/mharris717/ember-drag-drop/issues/155
|
|
|
|
{handler: 'silence', matchId: 'ember-component.send-action'},
|
|
|
|
|
|
|
|
// remove once liquid-fire and liquid-wormhole remove uses of `this.$()`
|
2020-05-12 11:05:17 +03:00
|
|
|
{handler: 'silence', matchId: 'ember-views.curly-components.jquery-element'}
|
2019-04-02 12:53:20 +03:00
|
|
|
]
|
|
|
|
};
|