ReleaseMicrosoftMicrosoftpublished Jun 10, 2026seen 10h

microsoft/microsoft-ui-reactor v0.1.0-preview.2

microsoft/microsoft-ui-reactor

Open original ↗

Captured source

source ↗
published Jun 10, 2026seen 10hcaptured 10hhttp 200method plain

Reactor 0.1.0-preview.2

Repository: microsoft/microsoft-ui-reactor

Tag: v0.1.0-preview.2

Published: 2026-06-10T14:14:15Z

Prerelease: yes

Release notes: Reactor 0.1.0-preview.2

> Interim distribution — see spec 022 for the rollout plan.

Three assets

Microsoft.UI.Reactor.0.1.0-preview.2.nupkg — the framework

Drop into a folder and add a NuGet source pointing at it:

Then in your .csproj:

Microsoft.UI.Reactor.Advanced.0.1.0-preview.2.nupkg — optional Win2D/advanced controls

Versioned in lock-step with the framework package.

reactor-skill-kit-0.1.0-preview.2.zip — agent skill bundle + mur CLI

Extract, then run:

cd reactor
.\install-skill-kit.ps1

Installs to ~/.claude/skills/reactor/ and adds bin/ to your user PATH. After a new shell, mur --version should resolve.

What's Changed

  • Sync from ADO: Clean up Reactor build warnings (PR 15346990) by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/6
  • Bump @apollo/server from 4.13.0 to 5.5.0 in /samples/apps/headtrax/service by @dependabot[bot] in https://github.com/microsoft/microsoft-ui-reactor/pull/5
  • Adding Microsoft SECURITY.MD by @microsoft-github-policy-service[bot] in https://github.com/microsoft/microsoft-ui-reactor/pull/4
  • Add GitHub Actions CI for unit tests by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/7
  • Move source projects under src/ directory by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/8
  • Add MIT LICENSE file by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/10
  • docs: add Blazor as a Microsoft framework in comparative analysis by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/11
  • Spec 020: async resources design (AsyncValue + UseResource) by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/12
  • Add spec 021: docs folder reorganization by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/13
  • Reframe README as WinUI/XAML landing page; refresh CONTRIBUTING by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/19
  • Add spec 022: packaging and distribution by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/21
  • ci: skip unit tests on Markdown-only changes by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/20
  • docs(021): execute docs folder reorganization by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/23
  • Add spec 023: performance insight tools by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/24
  • docs(020): refine async resources spec after design review by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/26
  • docs(023): add PERF006/PERF007 from perf-team feedback by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/27
  • docs(024): add AI agent devtools spec by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/28
  • Async resources: AsyncValue / QueryCache / UseResource / UseInfiniteResource / UseMutation + DataGrid hook-paging + analyzers by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/29
  • docs(skills): split SKILL.md into root + on-demand sub-skills by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/30
  • docs(skills): split SKILL.md into sub-skills; recompile guide by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/31
  • feat(024): AI agent devtools — MCP server + UIA-driven automation tools (phases 1–4) by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/32
  • test(d3): port upstream d3 tests to raise CI coverage by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/33
  • refactor: rename Factories.Text → TextBlock, TextElement → TextBlockElement by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/35
  • fix(reconciler): preserve Grid children on child type flip (#34) by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/36
  • test(devtools): add stress harnesses for MCP startup/shutdown lifecycle by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/38
  • feat(trace): ETW provider for correlated Reactor + WinUI profiling by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/37
  • feat(25): CLI parity surface for devtools MCP by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/39
  • test: isolate unit/selftest/e2e into 3 distinct projects (#18) by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/40
  • chore(coverage): clean up coverage config, document unit+selftest merge by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/41
  • feat(devtools): capture Debug/Trace/Console logs via reactor.logs by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/42
  • refactor(monaco): move Monaco editor into sample, remove from core by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/44
  • docs(readme): consolidate doc links into Guide by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/45
  • ci: fix non-md path filter to actually skip markdown-only PRs by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/46
  • docs: refresh bento slide, inline work-summary SVGs by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/47
  • test: expand coverage; fix(FlexPanel): CSS block-level sizing + Collapsed support by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/48
  • docs(spec-019): add Option F factory-initializers analysis by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/49
  • feat(charting): theme-aware brushes + native gallery shell by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/51
  • ci: fix MD-only path filter with shell diff by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/50
  • docs(specs): 026 charting accessibility design by @codemonkeychris in…

Excerpt shown — open the source for the full document.