mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 11:55:03 +03:00
Silenced Component#sendAction deprecation
no issue - `ember-drag-drop` still triggers this and spams the console when re-ordering tags in the tags input
This commit is contained in:
parent
579711d19c
commit
210eb6ef2e
@ -1,9 +1,14 @@
|
||||
self.deprecationWorkflow = self.deprecationWorkflow || {};
|
||||
self.deprecationWorkflow.config = {
|
||||
workflow: [
|
||||
// revert one liquid-fire and liquid-wormhole remove uses of `this.$()`
|
||||
// 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.$()`
|
||||
{handler: 'silence', matchId: 'ember-views.curly-components.jquery-element'},
|
||||
// revert once ember-infinity removes usage of `isVisible`
|
||||
|
||||
// remove once ember-infinity removes usage of `isVisible`
|
||||
// https://github.com/ember-infinity/ember-infinity/pull/399
|
||||
{handler: 'silence', matchId: 'ember-component.is-visible'}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user