Official 1.0.0 Release
- Added full support for .NET 8.0
- Reworked all Headless UI components
- Removed redundant interfaces for each component (e.g.
IListbox
forListbox
, etc.) - Introduced new ARIA-themed interfaces like
IAriaPopup
- Removed redundant interfaces for each component (e.g.
- Added full support for all relevant ARIA attributes
- Removed the
IgnisRigidComponentBase
to reduce complexity when designing components - Introduced the
DynamicComponentBase
to make it easier to design dynamic components