Skip to content

Releases: havit/Havit.Blazor

v1.4.1

06 Oct 23:53
Compare
Choose a tag to compare
  • HxModal - added DialogCssClass parameter
  • HxModal - XyCssClass parameters added to HxModal.Defaults

v1.4.0

06 Oct 13:10
Compare
Choose a tag to compare
  • ⚠️ HxDropdownToggle renamed to HxDropdownToggleButton to align with HxCollapseToggleButton and freeing the name for future non-button generic toggle
  • HxButton.Defaults.Color changed to ThemeColor.None to avoid stop-the-world errors when the HxButton.Color is not set explicitly (see #14, credits to @robertmclaws for highlighting the issue and the discussion)
  • HxButton - .btn class moved to CoreCssClass to allow better control in derived components
  • [custom Bootstrap build] row height in tables (e.g. HxGrid) changed to 41px to align with Bootstrap default theme
  • added new --hx-sidebar-item-color and --hx-sidebar-item-border-radius CSS variables to allow better customization of the HxSidebar
  • documentation cleanup

v1.3.7

04 Oct 00:21
Compare
Choose a tag to compare
  • new HxPlaceholder component (Bootstrap 5, aka Skeleton)
  • new HxProgress component (Bootstrap 5)
  • added WrapperCssClass and CssClass parameters to HxTooltip component
  • added TooltipWrapperCssClass and TooltipCssClass parameters to HxButton component
  • HxSidebar tweaks (recommended layout adjustments)
  • FIX: HxGrid no longer renders height attribute when not set to GridContentNavigationMode.InfiniteScroll
  • minor documentation tweaks

v1.3.6

28 Sep 09:42
Compare
Choose a tag to compare

v1.3.1

24 Sep 00:27
Compare
Choose a tag to compare

v1.3.0

20 Sep 15:06
Compare
Choose a tag to compare

v1.2.0

19 Sep 00:43
Compare
Choose a tag to compare
  • ⚠ dropped HxCard skins (in favor of Defaults)
  • added new HxCardText, HxCardTitle and HxCardSubtitle components
  • added new Image* parameters to HxCard component
  • ⚠ dropped HxWizard component (for now)
  • new DropdownOffset and DropdownReference parameters in HxDropdownToggle component for better dropdown positioning
  • ⚠ in HxAutosuggest the InputOffset parameter was renamed to DropdownOffset
  • minor adjustments and fixes

v.1.1.68

15 Sep 10:22
Compare
Choose a tag to compare
  • Input groups consolidation
    • InputGroupStart and InputGroupEnd renamed to InputGroupStartText and InputGroupEndText (renders as .input-group-text)
    • InputGroupStartTemplate and InputGroupEndTemplate now renders without .input-group-text wrapper (to support buttons/dropdowns)
  • HxButton Outlined parameter renamed to Outline to match Bootstrap naming

v1.1.67

13 Sep 00:37
Compare
Choose a tag to compare

v1.1.65

11 Sep 21:12
Compare
Choose a tag to compare
  • HxSidebar responsivity (mobile version)
  • documentation fixes