ember-cli-loading-slider icon indicating copy to clipboard operation
ember-cli-loading-slider copied to clipboard

Remove jQuery requirement

Open benmurden opened this issue 6 years ago • 1 comments

The default in Ember from 3.14 is to not include jQuery. Therefore, we can no longer expect it to be there for all users.

benmurden avatar Oct 21 '19 05:10 benmurden

seeing deprecations from this addon now as well:

vendor.js:60599 DEPRECATION: Using this.$() in a component has been deprecated, consider using this.element [deprecation id: ember-views.curly-components.jquery-element] See https://emberjs.com/deprecations/v3.x#toc_jquery-apis for more details.

DuBistKomisch avatar Dec 31 '19 12:12 DuBistKomisch