Release/new#16
Merged
clalexander merged 3 commits intomainfrom May 5, 2026
Merged
Conversation
chore: sync main into dev
Removes failed-attempt code accumulated while diagnosing the scroll-offset bug (overflow: hidden creating a scroll container). Cleans up: - AnimationKeyframeResult: drop fromTransform/fromOpacity fields - NavigationStackViewport: drop fromTransform/fromOpacity from scene animation map and NavigationStackScene props - NavigationStackScene: drop animationFromTransform/animationFromOpacity props and the commented-out deferred-render hack Co-authored-by: Copilot <copilot@github.com>
Contributor
|
🎉 This PR is included in version 0.2.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or 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
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.
Summary
Describe the change clearly and concisely.
Why This Change
Explain the problem being solved or the reason for the change.
Type of Change
Branching
Please confirm this pull request follows the repository branching model.
Typical targets:
devfor feature, fix, refactor, docs, and most CI/tooling workmainonly for approved hotfixes or release-related mergesScope and Impact
What areas are affected?
Breaking Changes
If this is breaking, describe the change and required migration steps.
Testing
What did you do to validate this change?
npm run formatnpm run lintnpm run typechecknpm run testnpm run buildDescribe any additional manual or automated testing performed.
Documentation
Related Issues
Link any related issues, discussions, or follow-up work.
Closes #
Screenshots / Output
If applicable, add screenshots, logs, or code snippets that help reviewers.
Reviewer Notes
Anything in particular reviewers should focus on?
Any tradeoffs or known limitations?