Releases: microsoft/microsoft-ui-reactor
Releases · microsoft/microsoft-ui-reactor
Reactor 0.1.0-preview.2
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:
<!-- nuget.config -->
<configuration>
<packageSources>
<add key="reactor-local" value="C:\path\to\folder\with\nupkg" />
</packageSources>
</configuration>Then in your .csproj:
<PackageReference Include="Microsoft.UI.Reactor" Version="0.1.0-preview.2" />
<PackageReference Include="Microsoft.UI.Reactor.Advanced" Version="0.1.0-preview.2" />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.ps1Installs to ~/.claude/skills/reactor/ and adds bin/<arch> 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 #6
- Bump @apollo/server from 4.13.0 to 5.5.0 in /samples/apps/headtrax/service by @dependabot[bot] in #5
- Adding Microsoft SECURITY.MD by @microsoft-github-policy-service[bot] in #4
- Add GitHub Actions CI for unit tests by @codemonkeychris in #7
- Move source projects under src/ directory by @codemonkeychris in #8
- Add MIT LICENSE file by @codemonkeychris in #10
- docs: add Blazor as a Microsoft framework in comparative analysis by @codemonkeychris in #11
- Spec 020: async resources design (AsyncValue + UseResource) by @codemonkeychris in #12
- Add spec 021: docs folder reorganization by @codemonkeychris in #13
- Reframe README as WinUI/XAML landing page; refresh CONTRIBUTING by @codemonkeychris in #19
- Add spec 022: packaging and distribution by @codemonkeychris in #21
- ci: skip unit tests on Markdown-only changes by @codemonkeychris in #20
- docs(021): execute docs folder reorganization by @codemonkeychris in #23
- Add spec 023: performance insight tools by @codemonkeychris in #24
- docs(020): refine async resources spec after design review by @codemonkeychris in #26
- docs(023): add PERF006/PERF007 from perf-team feedback by @codemonkeychris in #27
- docs(024): add AI agent devtools spec by @codemonkeychris in #28
- Async resources: AsyncValue / QueryCache / UseResource / UseInfiniteResource / UseMutation + DataGrid hook-paging + analyzers by @codemonkeychris in #29
- docs(skills): split SKILL.md into root + on-demand sub-skills by @codemonkeychris in #30
- docs(skills): split SKILL.md into sub-skills; recompile guide by @codemonkeychris in #31
- feat(024): AI agent devtools — MCP server + UIA-driven automation tools (phases 1–4) by @codemonkeychris in #32
- test(d3): port upstream d3 tests to raise CI coverage by @codemonkeychris in #33
- refactor: rename Factories.Text → TextBlock, TextElement → TextBlockElement by @codemonkeychris in #35
- fix(reconciler): preserve Grid children on child type flip (#34) by @codemonkeychris in #36
- test(devtools): add stress harnesses for MCP startup/shutdown lifecycle by @codemonkeychris in #38
- feat(trace): ETW provider for correlated Reactor + WinUI profiling by @codemonkeychris in #37
- feat(25): CLI parity surface for devtools MCP by @codemonkeychris in #39
- test: isolate unit/selftest/e2e into 3 distinct projects (#18) by @codemonkeychris in #40
- chore(coverage): clean up coverage config, document unit+selftest merge by @codemonkeychris in #41
- feat(devtools): capture Debug/Trace/Console logs via reactor.logs by @codemonkeychris in #42
- refactor(monaco): move Monaco editor into sample, remove from core by @codemonkeychris in #44
- docs(readme): consolidate doc links into Guide by @codemonkeychris in #45
- ci: fix non-md path filter to actually skip markdown-only PRs by @codemonkeychris in #46
- docs: refresh bento slide, inline work-summary SVGs by @codemonkeychris in #47
- test: expand coverage; fix(FlexPanel): CSS block-level sizing + Collapsed support by @codemonkeychris in #48
- docs(spec-019): add Option F factory-initializers analysis by @codemonkeychris in #49
- feat(charting): theme-aware brushes + native gallery shell by @codemonkeychris in #51
- ci: fix MD-only path filter with shell diff by @codemonkeychris in #50
- docs(specs): 026 charting accessibility design by @codemonkeychris in #52
- docs(skills): prefer FlexPanel and TitleBar in design guidance by @codemonkeychris in #53
- feat(charting): complete accessibility Phase 1 — UIA peers, keyboard nav, forced-colors, scanner rules by @codemonkeychris in #54
- docs(research): rescore critical review against past 3 days by @codemonkeychris in #55
- docs(specs): add input & gestures design (spec 027) by @codemonkeychris in #56
- Add 1,264 unit tests for coverage improvements (84.3% merged) by @codemonkeychris in #57
- Boost selftest coverage to >85% by @codemonkeychris in #58
- Remove FlexPanelGallery and RegeditWinUI XAML-based samples by @codemonkeychris in #59
- docs: clarify post-initializer chaining precedence in spec 019 by @codemonkeychris in #60
- Show selftest progress on Windows taskbar icon by @codemonkeychris in #62
- feat(input): declarative pointer, gesture, focus, and drag-drop modifiers (spec 027) by @codemonkeychris in #61
- Add property inspection, resource browsing, and style inspection devtools by @codemonkeychris in #63
- docs(research): sync overview comparison with latest critical review by @codemonkeychris in #64
- Add navigation, forms, and input skill files; expand accessibility section by @codemonkeychris in #65
- Spec 029: TreeGrid control and DataGrid grouping by @codemonkeychris in #66
- Bump WindowsAppSDK to 2.0.0-preview2 by @codemonkeychris in #67
- feat(devtools): in-app devtools UX — UseDevtools + DevtoolsMenu + Observable (spec 028) by @codemonkeychris in #68
- Enable AOT compatibility analysis and add trimming annotations by @codemonkeychris in #69
- Fix native AOT crash in ReactorApplication at XAML bootstrap by @codemonkeychris in #71
- Convert JSON source-gen paths off reflection fallback by @codemonkeychris in #72
- test(selftest): add event-wiring fixtures for selection and value-change controls by @codemonkeychris in #73
- Typed editors catalog + fix programmatic-write change-event echo by @codemonkeychris in #74
- docs: add WinUI 2 to competitive comparison overview by @codemonkeychris in #75
- Sample polish + reconciler in-place updates by @codemonkeychris in https://github.com/microsoft/m...