Releases: MindscapeHQ/raygun4reactnative
v.1.5.0
What's Changed
- fix: Demo project cleanup by @miquelbeltran in #87
- fix: Update dependencies and setup GitHub Actions CI by @miquelbeltran in #92
- chore(deps): bump actions/setup-java from 3 to 4 by @dependabot in #93
- chore(deps): bump actions/setup-node from 3 to 4 by @dependabot in #94
- chore(deps): bump gradle/wrapper-validation-action from 1 to 3 by @dependabot in #95
- chore(deps): bump react-native-screens from 3.35.0 to 4.0.0 in /demo by @dependabot in #96
- chore(deps-dev): bump @react-native-community/cli from 15.1.0 to 15.1.1 in /demo by @dependabot in #97
- chore(deps-dev): bump @react-native-community/cli-platform-ios from 15.0.0 to 15.1.1 in /demo by @dependabot in #98
- chore(deps-dev): bump prettier from 2.8.8 to 3.3.3 in /demo by @dependabot in #100
- chore(deps-dev): bump @react-native-community/cli-platform-ios from 15.1.1 to 15.1.2 in /demo by @dependabot in #101
- chore(deps-dev): bump @react-native-community/cli-platform-android from 15.0.0 to 15.1.2 in /demo by @dependabot in #102
- docs: Update README.md native crash reporting section by @miquelbeltran in #104
- docs: Adds manual linking steps by @etaiklein in #44
- test: Adds SDK unit tests and CI task by @miquelbeltran in #105
- perf: Enable eslint on sdk by @miquelbeltran in #107
- chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /demo by @dependabot in #106
- docs: add issue and PR templates by @miquelbeltran in #108
- chore(deps-dev): bump @react-native/babel-preset from 0.76.1 to 0.76.3 in /demo by @dependabot in #109
- chore(deps): bump react-native-screens from 4.0.0 to 4.3.0 in /demo by @dependabot in #111
- chore(deps-dev): bump prettier from 3.3.3 to 3.4.1 in /demo by @dependabot in #113
- chore(deps-dev): bump @react-native-community/cli from 15.1.1 to 15.1.2 in /demo by @dependabot in #112
- chore(deps): bump @react-navigation/native from 6.1.18 to 7.0.9 in /demo by @dependabot in #110
- docs: Add Sourcemap generation documentation reference by @miquelbeltran in #114
- docs: Expo support by @miquelbeltran in #116
- feat: Add GroupingKey callback by @miquelbeltran in #115
- docs: Update README.md by @miquelbeltran in #117
- chore(deps-dev): bump @react-native-community/cli-platform-android from 15.1.2 to 15.1.3 in /demo by @dependabot in #122
- chore(deps): bump @react-navigation/native from 7.0.13 to 7.0.14 in /demo by @dependabot in #123
- chore(deps): bump react-native-safe-area-context from 4.14.0 to 5.0.0 in /demo by @dependabot in #121
- chore(deps): bump nanoid and @react-navigation/native in /ExpoDemo by @dependabot in #124
- chore(deps-dev): bump @react-native-community/cli from 15.1.2 to 15.1.3 in /demo by @dependabot in #120
- chore(deps): bump react-native-screens from 4.3.0 to 4.4.0 in /demo by @dependabot in #119
- chore: Prepare release 1.5.0 and add CHANGELOG by @miquelbeltran in #118
New Contributors
- @miquelbeltran made their first contribution in #87
- @dependabot made their first contribution in #93
- @etaiklein made their first contribution in #44
Full Changelog: v.1.4.5...v.1.5.0
v.1.4.5
What's Changed
- Fix Android fetch cannot read property of null by @Pallesen01 in #86
Full Changelog: v1.4.4...v.1.4.5
v1.4.4
What's Changed
Full Changelog: v1.4.3...v1.4.4
1.4.3 Release
What's Changed
- Add namespace to build.gradle & bump raygun4apple dependency by @Pallesen01 in #82
Full Changelog: v1.4.0...v1.4.3
1.4.2 Release
-
Bug fixes:
- Updated raygun4apple dependency to version 2.1.1 fixing error when using xcode 16.
-
Notes:
- This also increases the minimum ios deployment version to ios 12
Full Changelog: v1.3.0...v1.4.2
1.3.0 Release
- Minor bug fixes:
- Address
new NativeEventEmitter
warning from Android. - Use
React-Core
instead ofReact
pod.
- Address
- Addresses misc. build warnings.
1.2.6 Release
Bug fix:
The app seems to crash on Android when a non string value is passed within the breadcrumbs message
when declared. This is now fixed by adding a JSON.string check.
1.2.5 Release
Patch:
This patch fixes the issue: "identifier
was misspelled as idenfifier
which prevented RaygunClient.setUser
from being able to set the user information on the native iOS side because identifier is nil
which produces a warning The user identifier cannot be nil or empty in RaygunUserInformation.validate
." Thanks to @k-weng
1.2.4 Release
Patch:
This patch cleans null
and undefined
fields from RaygunClientOptions
, User
, and Breadcrumb
before use.
1.2.3 Release
Bug fix:
Patched an issue that prevented iOS XCTests from functioning.