Skip to content

Commit 419e77b

Browse files
authored
Merge pull request #40 from github/changeset-release/main
chore: version packages
2 parents 7cb624f + 3118283 commit 419e77b

5 files changed

Lines changed: 24 additions & 24 deletions

File tree

.changeset/restructure-internals.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/universal-split.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/storybook-addon-performance-panel/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# @github-ui/storybook-addon-performance-panel
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#41](https://github.com/github/storybook-addon-performance-panel/pull/41) [`6d3e5eb`](https://github.com/github/storybook-addon-performance-panel/commit/6d3e5eb4e29c1ab31e2542d2038f28091852bb06) Thanks [@mattcosta7](https://github.com/mattcosta7)! - Add framework-agnostic support via new universal entry points and split decorator architecture.
8+
9+
New entry points:
10+
- `./universal` — non-React public API (universal decorator + core)
11+
- `./react` — React-specific API with Profiler support
12+
13+
New files:
14+
- `core/preview-core.ts` — shared `PerformanceMonitorCore` class
15+
- `decorators/universal.ts` — framework-agnostic decorator
16+
- `decorators/react.tsx` — React.Profiler bridge decorator
17+
- `preset-universal.ts` / `preview-universal.ts` — Storybook preset for non-React frameworks
18+
19+
The React decorator stack is now `[withPerformanceMonitor, withReactProfiler]`, where the universal layer handles browser-level metrics and the React layer adds Profiler integration.
20+
21+
### Patch Changes
22+
23+
- [#39](https://github.com/github/storybook-addon-performance-panel/pull/39) [`1f8f843`](https://github.com/github/storybook-addon-performance-panel/commit/1f8f843f0a66cb58a828ee853dfa82da1df7a817) Thanks [@mattcosta7](https://github.com/mattcosta7)! - Reorganize internal file structure: move `performance-store` and `performance-types` into `core/`, move `performance-decorator`, `react-profiler-wrapper`, and `ReportReactRenderProfileContext` into `react/`. Remove unused `./react` and `./components` subpath exports. No public API or behavioral changes.
24+
325
## 1.0.1
426

527
### Patch Changes

packages/storybook-addon-performance-panel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@github-ui/storybook-addon-performance-panel",
33
"description": "A Storybook addon that provides a real-time performance monitoring panel with frame timing, input latency, layout shift, and React render profiling.",
44
"type": "module",
5-
"version": "1.0.1",
5+
"version": "1.1.0",
66
"license": "MIT",
77
"author": "GitHub, Inc.",
88
"homepage": "https://github.com/github/storybook-addon-performance-panel#readme",

0 commit comments

Comments
 (0)