Blazorise v1.8.10

Released: Feb 4, 2026

v1.8.10 での更新項目

機能

  • Added Invariant Globalization Support
    • Blazorise now supports Invariant Globalization scenarios.
    • This is particularly important for trimmed, AOT, and containerized deployments where full globalization data may be intentionally excluded to reduce application size.
    • Blazorise components correctly operate when InvariantGlobalization is enabled, avoiding runtime issues and unexpected formatting behavior in restricted environments.

不具合の修正

  • Table: ScrollToRow Visibility Corrected
    • An issue affecting the ScrollToRow functionality has been resolved.
    • Previously, scrolling to a row near the end of a table could leave the target row partially or fully hidden at the bottom of the scrollable viewport. This behavior made programmatic row navigation unreliable in longer tables.
    • ScrollToRow now correctly aligns the target row so it is fully visible within the scrolled view, ensuring predictable behavior across all table sizes.
  • Signature Pad: iOS Safari Input Restored
    • Signature Pad was not registering touch input on iOS Safari, making it unusable on iPhones and iPads.
    • The event handling logic has been corrected so touch input is now properly captured, restoring full Signature Pad functionality on mobile Safari browsers.