-
Notifications
You must be signed in to change notification settings - Fork 5
Release v2.12.0 #600
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
Merged
Merged
Release v2.12.0 #600
Conversation
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
ensure setAppState is available for both external and internal plugins
Implement current state enum in client
ensure setAppState is available for both external and internal plugins
Component rendering next rebase
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.8.2 to 4.2.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@1a4442c...1d0ff46) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* update current state in page load and navigation * fix lint errors * fix lint * update setAppState in plugins * fix lint * fixed plugins type in core * fix tests * fix lint * fix lint * update tests * fix tests * fix tests * add setAppState to react-navigation-native-plugin * fix imports from core-performance * fix tests * fix lint * fix: 🐛 use setAppState from configure method instead of the constructor * chore: 🏷️ use shared SetAppState type to keep code DRY * test: ✅ use SetAppState definition from core * style: 🚨 remove unused AppState type --------- Co-authored-by: Ben Wilson <[email protected]>
Fix logic for ending component update spans and update end to end tests
Add react-router tests
Instrumented component lifecycle spans
Browser bundle sizeNPM build
CDN build
Code coverage
Total:
Generated against 435343e on 26 March 2025 at 14:42:16 UTC |
62b97f6
to
6ab3b08
Compare
tomlongridge
previously approved these changes
Mar 25, 2025
Fix cdn configuration for test fixture
tomlongridge
approved these changes
Mar 26, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This release adds support for React Native 0.77 to
@bugsnag/react-native-performance
Added
withInstrumentedComponent
higher order component to instrument component rendering spans #584Fixed