-
Notifications
You must be signed in to change notification settings - Fork 251
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
Release v7.6.0 #1247
Release v7.6.0 #1247
Conversation
Add test fixtures for the React Native CLI
[PLAT-4932] feat(react-native-cli): Add install command
[PLAT-4934] Add configure command to RN CLI
[PLAT-4933] Add insert command to RN CLI
[PLAT-4931] Add init command and repo state detection to RN CLI
Build iOS test fixtures for React Native CLI testing
feat(react-native-cli): Stricter API key validation and clearer error log
(test): RN CLI - use the latest version of BAGP
[PLAT-5726] fix(react-native): Ensure project root is set correctly in xcode build phase
Always use the resilient Appium driver
React Native CLI
deps(react-native): Bump bugsnag-cocoa to v6.5.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's nothing in the changelog that mentions the CLI release. I would suggest a little sentence at the top of the section (like we did here) saying something like "As of 7.6.0 the monorepo contains a new CLI package to help set up Bugsnag on React Native projects."
And the slightly more specfic noteworthy changes as changelog entries:
Added
- (react-native-cli): New
@bugsnag/react-native-cli
package (React Native CLI #1214) - (react-native): Source map upload script to be run as an Xcode build phase (React Native CLI #1214)
Changed
- (react-native): Deprecate use of
bugsnag-react-native.gradle
in favour of Bugsnag Android Gradle Plugin (React Native CLI #1214)
Expo: set app.type to 'ios' or 'android' by default
ae5c98d
to
79250b7
Compare
@bengourley I've updated the changelog & merged #1244 |
v7.6.0 (2020-01-18)
Changed
maxPersistedEvents
andmaxPersistedSessions
default to 32 and 128, respectively. bugsnag-cocoa#966Fixed
OnErrorCallback
type definition now allowsPromise<boolean>
as a return type. #1224