Skip to content

Official 1.0.0 Release

Compare
Choose a tag to compare
@DavidVollmers DavidVollmers released this 26 Nov 19:49
· 27 commits to master since this release
  • Added full support for .NET 8.0
  • Reworked all Headless UI components
    • Removed redundant interfaces for each component (e.g. IListbox for Listbox, etc.)
    • Introduced new ARIA-themed interfaces like IAriaPopup
  • 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