Skip to content

v3.7.0

Compare
Choose a tag to compare
@vnbaaij vnbaaij released this 30 Apr 13:54
· 1331 commits to dev since this release

Demo site and documentation

  • [Docs] Update KeyCodeGlobalExample.razor.css to fix dark mode visuals (#1834)

Components

  • [Badge] Fix displaying badge by not using a div (block element) in an inline element (#1921)(#1921)
  • [DataGrid] Add column Width parameter (#1902)
  • [DataGrid] Add remove sort capability on columns (#1826)
  • [DataGrid] Add ShowHover parameter and implement row hover effect (#1939)
  • [DataGrid] Apply ItemSize (CSS height) to cells when grid is virtualized (#1936)
  • [DataGrid] Change column width when using generated value (#1955)
  • [DataGrid] Add resizing columns by keyboard (#1866)
  • [Grid] Add AdaptiveRendering property (#1899)
  • [Input] NotifyFieldChanged is called twice for all FluentInputBase derived components (#1846)
  • [KeyCode] Allow content to avoid using the Anchor property (#1743)
  • [KeyCode, AnchoredRegion, Popover] Add key navigation in AnchoredRegion / Popup (#1800)
  • [KeyCodeProvider] Add a global service to capture keystrokes (#1740)
  • [Lists] Also set Value (and InternalValue) when SelectedOption is set (#1970)
  • [NavMenu] Show child items via FluentMenu when collapsed (#1730)
  • [NavMenu] Fix keyboard navigation (#1950)
  • [Popover] adds FixedPlacement parameter (#1894)
  • [Tabs] Not using ClassValue and StyleValue when rendering (#1931)

Full Changelog: v3.6.2...v3.7.0