Skip to content

Release/new#14

Merged
clalexander merged 6 commits intomainfrom
release/new
May 4, 2026
Merged

Release/new#14
clalexander merged 6 commits intomainfrom
release/new

Conversation

@clalexander
Copy link
Copy Markdown
Owner

Summary

Describe the change clearly and concisely.

Why This Change

Explain the problem being solved or the reason for the change.

Type of Change

  • Bug fix
  • Feature
  • Refactor
  • Documentation
  • Test improvement
  • Build / CI / tooling
  • Release / versioning
  • Hotfix

Branching

Please confirm this pull request follows the repository branching model.

  • My branch was created from the correct source branch.
  • My target branch is correct for this change.

Typical targets:

  • dev for feature, fix, refactor, docs, and most CI/tooling work
  • main only for approved hotfixes or release-related merges

Scope and Impact

What areas are affected?

  • Public API
  • Internal implementation only
  • Types
  • Documentation
  • Examples
  • Tests
  • Build / release process

Breaking Changes

  • No breaking changes
  • This introduces a breaking change

If this is breaking, describe the change and required migration steps.

Testing

What did you do to validate this change?

  • npm run format
  • npm run lint
  • npm run typecheck
  • npm run test
  • npm run build

Describe any additional manual or automated testing performed.

Documentation

  • No documentation update needed
  • I updated README and/or docs
  • I updated examples
  • I updated changelog/release-related content if needed

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?

dependabot Bot and others added 6 commits April 15, 2026 01:02
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases)
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md)
- [Commits](amannn/action-semantic-pull-request@v6.1.0...v6.1.1)

---
updated-dependencies:
- dependency-name: amannn/action-semantic-pull-request
  dependency-version: 6.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
chore: sync main into dev
…actions/checkout-6

ci(deps): bump actions/checkout from 5 to 6
…amannn/action-semantic-pull-request-6.1.1

ci(deps): bump amannn/action-semantic-pull-request from 6.1.0 to 6.1.1
When a screen component causes CSS-in-JS (e.g. Emotion/MUI) to inject
styles during the same React commit that starts a transition, the browser
may resolve the `animation` property before the co-rendered `@keyframes`
rule registers in the cascade. During that brief window, `animation-fill-mode: both`
has no keyframe to reference, so the entering scene renders at its natural
resting position instead of its off-screen start position.

Fix by writing the `from` keyframe values (`transform`, `opacity`) as inline
style fallbacks on the entering scene div. CSS animations sit above the inline
style layer in the cascade, so the running animation always overrides them.
The fallbacks are only visible during the single cascade pass before
`@keyframes` registers — which is exactly when the displacement occurred.

Co-authored-by: Copilot <copilot@github.com>
@clalexander clalexander merged commit 722cf90 into main May 4, 2026
5 checks passed
@clalexander clalexander deleted the release/new branch May 4, 2026 17:11
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 4, 2026

🎉 This PR is included in version 0.2.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant