Skip to content

release: stable publish from dev#445

Merged
perasperaactual merged 8 commits into
mainfrom
dev
May 18, 2026
Merged

release: stable publish from dev#445
perasperaactual merged 8 commits into
mainfrom
dev

Conversation

@perasperaactual
Copy link
Copy Markdown
Contributor

Release Summary

Graduates all pending alpha changesets to stable versions.

Packages Being Released

  • @stackwright/core — patch: mobile color mode toggle always visible
  • @stackwright/cli — patch: back-merge rebase conflict fixes (loop, pre.json delete, js-yaml override)
  • @stackwright/nextjs — patch bump (dependency)
  • @stackwright/maplibre — patch bump (dependency)
  • launch-stackwright — patch bump (dependency)

What CI Will Do Automatically

  1. Exit alpha prerelease mode (changeset pre exit)
  2. Version all packages to stable semver (changeset version)
  3. Build all packages
  4. Publish to npm with stable tag
  5. Back-merge version bumps into dev
  6. Re-enter prerelease mode on dev

Stackwright Bot and others added 8 commits May 17, 2026 19:04
…rebase (#426)

Co-authored-by: Stackwright Bot <bot@per-aspera.dev>
Co-authored-by: Stackwright Bot <bot@per-aspera.dev>
* fix(ci): resolve js-yaml override conflict breaking changeset pre exit

* fix(ci): handle modify/delete conflict on pre.json during back-merge rebase (#426)

Co-authored-by: Stackwright Bot <bot@per-aspera.dev>

* fix(ci): loop over pre.json conflicts during back-merge rebase (#428)

Co-authored-by: Stackwright Bot <bot@per-aspera.dev>

* chore: re-enter prerelease mode after back-merge

* fix(a11y): tabindex on code blocks, skip link, fix timeline heading level (#430)

Co-authored-by: Stackwright Bot <bot@per-aspera.dev>

* chore: bump prerelease versions

* fix(a11y): use surface luminance for syntax highlighting, fix dark mode + button contrast (#431)

Co-authored-by: Stackwright Bot <bot@per-aspera.dev>

* fix(a11y): FAQ keyboard trap, video accessible name, test false positive guards (#432)

* docs(a11y): document intentional Chromium-only CI scope for accessibility tests

* fix(a11y): migrate FAQ to Radix Accordion, video accessible name, fix trap/carousel test guards

* chore: update lockfile for @radix-ui/react-accordion in @stackwright/core

* test(core): update FAQ test for Radix Accordion refactor

The FAQ component was refactored to use Radix UI Accordion in this PR.
Update the stale test to click the trigger before asserting answer
visibility, and rename it to accurately reflect the new DOM structure.

---------

Co-authored-by: Stackwright Bot <bot@per-aspera.dev>

* fix(example-app): update logo

* docs(readme): align value communication with project reality

- Add problem statement paragraph explaining AI amplification of architectural decisions
- Add "Who Is This For?" section with practical audience descriptions
- Tighten Safe by Construction section with "schema is the security policy" lede
- Add SBOM Generation subsection (lifted from CLAUDE.md where it was buried)
- Add Regulated Environments subsection; remove buried blockquote callout
- Add Quick Start heading to properly frame the git clone block

* docs(stackwright-docs): align site content with README value framing

- Homepage: add Who Is This For? section; update Safe by Construction card to surface SBOM
- Pro page: update Enterprise Ready card with PKI/CAC, CISA, and SBOM specifics
- Architecture page: update Auditable Surface Area card to mention SBOM formats

---------

Co-authored-by: Stackwright Bot <bot@per-aspera.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
* docs(examples): updaate stackwright to StackWright where appropriate

* fix(core): update structural components to render more consistently

* fix(top-app-bar): always show color mode toggle on mobile

Show dark mode toggle on narrow screens alongside the hamburger menu
rather than hiding it. Toggle now renders left of the hamburger on
mobile and right of nav links on desktop. Replaces one compound
conditional with three intent-revealing render sites.

Also updates examples/stackwright-docs/stackwright.yml.

* test(e2e): update heading selectors for intentional empty h1 (wordmark)

The TopAppBar h1 is now intentionally empty when a wordmark logo is used.
Update smoke and user-journey test selectors from 'h1, h2, h3' to
'h1:not(:empty), h2, h3' so tests correctly verify page content without
false-failing on the collapsed empty h1.

Also adds changeset and updated visual snapshots for the dark mode
toggle mobile fix.

---------

Co-authored-by: Stackwright Bot <bot@per-aspera.dev>
@perasperaactual perasperaactual merged commit 6ff6cf9 into main May 18, 2026
18 of 20 checks passed
@github-actions
Copy link
Copy Markdown
Contributor

🧪 Coverage Report\n\n### Overall Coverage\n\n| Metric | Coverage |\n|--------|----------|\n| Lines | ⚠️ 74.87% |\n| Statements | ⚠️ 73.78% |\n| Functions | ⚠️ 74.62% |\n| Branches | ⚠️ 64.71% |\n\n### Coverage by Package\n\n| Package | Lines | Statements | Functions | Branches |\n|---------|-------|-----------|-----------|----------|\n| @stackwright/build-scripts | 82.83% | 81.53% | 83.75% | 74.93% |\n| @stackwright/cli | 56.35% | 56.03% | 53.14% | 55.01% |\n| @stackwright/collections | 100.00% | 92.85% | 100.00% | 85.71% |\n| @stackwright/core | 79.69% | 78.30% | 76.67% | 62.40% |\n| @stackwright/icons | 100.00% | 100.00% | 100.00% | 100.00% |\n| @stackwright/mcp | 86.89% | 84.71% | 78.43% | 66.07% |\n| @stackwright/nextjs | 84.52% | 83.52% | 77.27% | 83.16% |\n| @stackwright/themes | 98.85% | 93.68% | 96.15% | 82.35% |\n| @stackwright/types | 82.63% | 81.99% | 84.21% | 64.45% |\n\n---\n📊 Full HTML report available in workflow artifacts\n

@github-actions
Copy link
Copy Markdown
Contributor

✅ Visual Regression Test Results

Status: ✅ All visual tests passed!

All screenshots match the baseline. No visual regressions detected! 🎉

@github-actions
Copy link
Copy Markdown
Contributor

⚡ Performance Benchmark Results

✅ Build Time Benchmarks: PASSED

✅ Bundle Size Benchmarks: PASSED

❌ Runtime Vitals Benchmarks: FAILED

📝 Note: Detailed results are available in the job logs.

🎯 Performance Budgets:

  • Build time: <70s total
  • First-load JS: <100KB gzipped
  • FCP: <1.5s, LCP: <2.5s, TTI: <3s

Updated: 2026-05-18T21:15:45.788Z

@github-actions
Copy link
Copy Markdown
Contributor

♿ Accessibility Test Results

Overall Status: ✅ 0/0 tests passed

🦮 WCAG 2.1 AA Compliance

No WCAG test results available

⌨️ Keyboard Navigation

No keyboard navigation test results available


⚠️ No accessibility tests were executed. Check the workflow logs for setup issues.

📊 Detailed Report

Download the full HTML accessibility report from the workflow artifacts for:

  • Detailed WCAG violation descriptions
  • Specific element selectors and fixes
  • Color contrast issues
  • Keyboard navigation flow analysis

🔍 Testing Checklist

Our accessibility tests verify:

  • ✅ WCAG 2.1 Level AA compliance
  • ✅ Color contrast in light and dark modes
  • ✅ Tab key navigation through all interactive elements
  • ✅ Focus indicators are visible
  • ✅ No keyboard traps
  • ✅ Skip links and ARIA landmarks
  • ✅ Screen reader compatibility

Powered by @axe-core/playwright and Playwright

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant