Roadmap
The next 2.X updates for htmxRazor. Planned releases map to GitHub milestones; shipped releases record what's already landed.
Planned
The next four minor releases. All additions are additive (minor bumps) and tracked as GitHub milestones.
New in 2.1 — Radial Select. A rectangular trigger sits flush-left against a dropdown.
Clicking it opens a circular pie of colored, icon-labeled category wedges. Pick a wedge and the dropdown
repopulates with that category's items via an htmx cascade — then auto-selects the first option.
<rhx-radial-select name="FoodItem" rhx-category-name="Category"
rhx-placeholder="Choose an item…" aria-label="Food category">
<rhx-radial-option rhx-value="fruit" rhx-label="Fruit" rhx-icon="apple"
rhx-color="danger" hx-get="/Menu?handler=Items&cat=fruit" />
<rhx-radial-option rhx-value="meat" rhx-label="Meat" rhx-icon="grid"
rhx-color="success" hx-get="/Menu?handler=Items&cat=meat" />
</rhx-radial-select>
Shipped
v2.1
Advanced Inputs
Radial Select, Date Picker, Time Picker, Date & Time Picker, and Playwright E2E back in CI.
v2.0
Platform & DX
Theme Builder, Component Playground, SignalR connector, CSS Anchor Positioning, VS Code snippets, Kanban board.
v1.4
Real-time, Wizard & Patterns
SSE Stream, multi-step Wizard, Response-Aware Form, Timeline, Optimistic UI, Load More.
v1.3
Data Table, Accessibility & Modern CSS
Data Table, Command Palette, Skip Nav & Landmarks, focus management, container queries.
v1.2
Notifications, Pagination & Quick Wins
Toast system, Pagination, ARIA Live Region, CSS cascade layers, View Transitions.