[ci] release - #196
[ci] release#196
Conversation
✅ Deploy Preview for fulldev-ui ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
|
Navigate logical layers of code changes, visualize relationships, and explore their blast radius. No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (4)
💤 Files with no reviewable changes (2)
Included review availability: This review used your included allowance. Your plan provides up to 10 included reviews per hour; 9 remain after this review. 📝 WalkthroughWalkthroughThe changelog adds a 0.12.0 release entry that documents dependency upgrades and UI changes. The package version changes from 0.11.1 to 0.12.0. Two changeset files are removed. Priority: ➖ Normal Estimated code review effort: 2 (Simple) | ~5 minutes Change: Other Suggested reviewers: Merge Risk: ⚪ Minimal · up to The release publishes fulldev-ui 0.12.0 with matching minor release notes, and the removed changeset files do not omit another release. No merge-blocking risk was identified. Architecture SummaryArchitecture risk: 🔵 Low · up to The change affects 2 systems. Changed systems: Architecture concerns Review detailsSystems and components
Before / after behavior
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Released and validated on production.
Limitations: Playwright WebKit/mobile emulation is not a real iPhone or native Safari test. No screen-reader test. Visible Chrome logged one Astro/browser ViewTransition-aborted message during keyboard navigation; navigation completed and subsequent interactions passed. This upgrade is not evidence that the unreproduced downstream VDA menu issue is fixed. |
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
fulldev-ui@0.12.0
Minor Changes
#195
74fcc47Thanks @silveltman! - Upgrade all Data Slot primitives and registry dependencies to 1.0.1. Use recommendedlazy mounting for Select, Tooltip, Hover Card and Navigation Menu, with an explicit
mountStrategy="eager" opt-in for integrations that query closed content. Discover nested
comboboxes and hover cards in retained content without duplicate initialization.
Release outgoing controllers on Astro page swaps so open overlays cannot leave stale
modal stacks or scroll locks. Give CommandDialog a trigger slot and correct the
sidebar search composition for strict nested ownership.
Use native autofocus for command palettes and native link activation for keyboard
commands. Align Slider defaults and Tabs values with the upstream API, and make
block dropdown links actual accessible menu items.
Use shadcn button defaults and consistent overlay layers so nested popups receive
pointer input. Form submissions should explicitly set type="submit".
Keep Data Slot modal stack layers and place floating positioners above them so
Select and other popups remain clickable inside dialogs.
Summary by CodeRabbit