Skip to content

Comments

chore: version packages#36

Merged
mattcosta7 merged 1 commit intomainfrom
changeset-release/main
Feb 21, 2026
Merged

chore: version packages#36
mattcosta7 merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@github-ui/storybook-addon-performance-panel@1.0.1

Patch Changes

  • #35 8bc7842 Thanks @mattcosta7! - Improve forced reflow detection by instrumenting CSS style property setters. Previously only layout-triggering getter reads were monitored, so write-then-read patterns using element.style.width = '...' or style.setProperty() were missed. The collector now intercepts writes to layout-affecting CSS properties (width, height, margin, padding, position, etc.) to correctly mark layout as dirty before a subsequent reflow-triggering read.

  • #35 4a26caf Thanks @mattcosta7! - Fix Element Timing collector not clearing on reset or story switch. Entries from the browser's performance timeline persisted across resets because buffered: true replayed stale entries. The collector now tracks an epoch timestamp and filters out entries recorded before the last reset/start.

@github-actions github-actions bot requested a review from a team as a code owner February 21, 2026 17:45
@mattcosta7 mattcosta7 self-assigned this Feb 21, 2026
@mattcosta7 mattcosta7 merged commit 2bffabd into main Feb 21, 2026
4 checks passed
@mattcosta7 mattcosta7 deleted the changeset-release/main branch February 21, 2026 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant