Blazorise v1.8.2

Released: Sep 11, 2025

Actualizaciones en v1.8.2

Características

  • FluentUI Dark Theme
    • Added a dark theme for FluentUI, including tuned color tokens for comfortable contrast and consistent styling across components.
    • The dark palette covers surfaces, typography, and accent tokens, so core components (DataGrid, Modal, Sidebar, Dropdown, Button, Tabs, etc.) look consistent out of the box. It also respects your existing light/dark toggling approach, so if you already switch color schemes at the app level, FluentUI will follow suit.
  • RichTextEdit Plug-in Registration Control
    • Only register additional plug-ins if explicitly specified in options-giving you finer control over payload and behavior.
  • DatePicker Initial Time Values
    • Added the ability to set the initial hour and minute values, making time-sensitive scenarios easier out of the box.
    • The initial time is applied when the control first renders (or when it's cleared), helping users jump straight to the intended time instead of scrolling from midnight. This is especially helpful for scheduling apps, calendar inputs, and any workflow where a common start time (e.g. 09:00) is expected.
  • DataGrid Numeric Filtering Fix
    • Numeric columns now default to equals instead of contains when filtering. This matches user expectations and avoids false positives.