Skip to content

v4.0.0

Latest

Choose a tag to compare

@David-Moreira David-Moreira released this 12 Nov 14:00
0b8ef5d

v.4.0.0 🚀

  • Drop support for .NET6 and .NET7
  • NET10 Support

Main Features:

  • Close tabs
  • Navigate to page and render it as a tab
  • Tabs won't duplicate when navigating to the same page
  • Use XTabs classes to further customize the look
  • Keep tabs state when switching between tabs
  • Bind to events: Selected / Changed / Removed
  • v1.2.0
    • Setup wizard like tabs with events: Previous / Next and customizable previous/next buttons
    • Possibility to set the active tab to Loading
  • v1.3.0
    • Able to drag & drop tabs
  • v1.4.0
    • Able to replace the standard RouteView component with a XTabsRouteView component that automatically renders the pages as tabs
  • v1.5.0
    • When CloseTabs is enabled. Able to close all tabs and configure a threshold to display the close all tabs button.
    • When CloseTabs is enabled. Able to use mouse middle button click to close the tab.
    • When CloseTabs is enabled. Able to limit closeable tabs to 1.
  • v1.6.0
    • Fixed RenderMode.Partial duplicating tabs
    • Introduced XTabsAuthorizeRouteView to allow tabs integration with Authentication
  • v1.7.0
    • NET6 Support
  • v1.8.0
    • NET7 Support
  • v1.9.0
    • Introduced NavigationMode, this is a XTabsRouteView only setting.
    • NavigationMode.Standard : This is the default and XTabs will work as it always did. Clicking a Page Tab will set it as active.
    • NavigationMode.Navigable : This new setting will make it so that whenever a Page Tab is set to active, it additionally triggers navigation. This is usefull to sync the browser url to the currently active Page Tab.
  • v2.0.0
    • .NET8 Support
  • v3.0.0
    • .NET9 Support
  • v3.0.1
    • Fix SetTitle Method to properly set the title without overriding inherent id and automatically refresh tabs