Restore portable compatibility alias - #23
Closed
tannerlinsley wants to merge 2 commits into
Closed
Conversation
📝 WalkthroughWalkthroughThe package restores ChangesPortable compatibility export
Estimated code review effort: 2 (Simple) | ~10 minutes Sequence Diagram(s)sequenceDiagram
participant Consumer
participant PackageExports
participant portable.ts
participant universal.ts
Consumer->>PackageExports: Import `@tanstack/charts/portable`
PackageExports->>portable.ts: Resolve portable entry
portable.ts->>universal.ts: Re-export universal members
Consumer-->>PackageExports: Receive universal-compatible exports
Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches 💡 1📝 Generate docstrings 💡
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
tannerlinsley
force-pushed
the
taren/universal-compatibility
branch
5 times, most recently
from
July 31, 2026 21:59
d45afbd to
521392c
Compare
tannerlinsley
force-pushed
the
taren/universal-compatibility
branch
from
July 31, 2026 22:22
521392c to
a0fb632
Compare
Member
Author
|
Closing this compatibility-only PR. The project is pre-1.0, so /universal remains the sole cross-runtime entry and /portable will not be restored. #11 is now stacked directly on main. |
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
@tanstack/charts/portableentry as a thin alias of@tanstack/charts/universal/universalentry unchanged/portable,/universal, and/typesCompatibility
This is additive and non-breaking. It restores the
/portablesurface published in 0.1.0 and absent from 0.2.0 through 0.3.1. Existing root,/universal, and/typesconsumers are unchanged.Validation
pnpm validate— all 17 targets; 121 test files and 646 testspnpm benchmark:checkpnpm changeset status --since=origin/main— patch release/universalconsumer: 84.30 kB minified / 26.55 kB gzip