-
Notifications
You must be signed in to change notification settings - Fork 153
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
Deprecation warnings with Ember 3.26+ #319
Comments
It seems like this should be fixed on master; @lukemelia is it possible to cut a release that includes it? Edit: It looks like the https://www.npmjs.com/package/ember-modal-dialog/v/4.0.0-alpha.0 |
Hi 👋 any news on a possible 3.0.4 release? |
@bartocc can you try 4.0.0-alpha.1 and see if fixes this issue for you? If so, I can promote it to a 4.0.0 release. |
|
Closing as resolved. 4.0.0-beta.0 is out and we'll hopefully have 4.0.0 stable this week. |
Beginning with Ember 3.26, implicit injections are deprecated, leading to deprecation warnings like this:
Additionally,
this.
-fallback in templates is deprecated:(Similarly for
attachment
,attachmentClass
,clickOutsideToClose
,constraints
,containerClass
,containerClassNames
,destinationElementId
,hasOverlay
,offset
,overlayClass
,overlayClassNames
,overlayPosition
,stack
,target
,targetAttachment
,targetAttachmentClass
,targetModifier
,targetOffset
,tetherClassPrefix
,tetherTarget
,translucentOverlay
,value
,wrapperClass
,wrapperClassNames
, etc.)This is happening with the latest release of ember-modal-dialog (3.0.2).
The text was updated successfully, but these errors were encountered: