-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
💥 Rename Ember specific scope option (#631)
This SDK compensates for Ember's testing UI by utilizing a `scope` option to dump the contents of that scoped element into the document body. We semi-recently implemented a new type of `scope` option directly in our API that allows scoping snapshots to specific elements in the DOM. With this feature, the two scope options conflict, and this SDK cannot use the new element scoping feature while the Ember testing UI scope feature exists. Rather than rename the element scoping option for this SDK only, to keep all SDKs consistent we've decided to rename the existing Ember SDK scope option to `emberTestingScope`. Unfortunately, that makes this a breaking change for anybody relying on the old `scope` option behavior. When upgrading, if not renamed, the new `scope` option will take effect and any cropping for that scoped element will be done by our infrastructure and might have unexpected results.
- Loading branch information
Showing
2 changed files
with
37 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters