-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Migration guide stuck to #1542
Comments
We use the issue tracker exclusively for bug reports and feature requests. This issue appears to be a general usage or support question. Instead, please ask a question on Stack Overflow with the Feel free to post your Stack Overflow question here for more visility. We'll take a look at it. For more information on bots in this reporsitory, read this discussion. |
There shouldn't be steps requiring migration. If you are seeing problems, open a bug report. |
You made a major release, so following semver, it should introduce API breaking changes. That was my point (in addition to my issues) and documentation or release notes are missing for this |
We take semver as guidelines, not strict rules. We also take into account the usage patterns of our users. We consider the potential of major breaking changes (due to internal changes that don't necessarily change the API) as worthy of a major version, so that Detox will most update automatically for most of our users on the whims of an |
For example, once I land #1514, I plan to bump another major version, if the API itself will have no change. |
Migration guide is currently stuck to 12.7.0 whereas the last release is 13.2.0 and (following semver) introduces breaking changes.
For my own, I updated to the 13.1 (and before, to 12.11 too) and I got timeout (with
xxx is not defined
after init) with an app launching but closing immediatly.Can you please update your documentation ?
Jest: 14.x
RN: 0.59.8
Detox: 13.1
My package.json:
My metro config:
My jest config:
And my init file:
I tried with config.json as jest example does, cleaning and building the detox cache again, cleaning my ios build folder, coming from 10.1 to 10.2.1, reinstall latest applesimutils, nothing changes.
The text was updated successfully, but these errors were encountered: