Havit.Blazor

Free Bootstrap 5 components for ASP.NET Blazor + optional enterprise-level stack for Blazor development (gRPC code-first, layered architecture, localization, auth, ...)

MIT License

Stars
438
Committers
33

Bot releases are visible (Hide)

Havit.Blazor - v1.4.0

Published by hakenr about 3 years ago

  • ⚠️ 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
Havit.Blazor - v1.3.7

Published by hakenr about 3 years ago

  • 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
Havit.Blazor - v1.3.6

Published by hakenr about 3 years ago

Havit.Blazor - v1.3.1

Published by hakenr about 3 years ago

Havit.Blazor - v1.3.0

Published by hakenr about 3 years ago

Havit.Blazor - v1.2.0

Published by hakenr about 3 years ago

  • ⚠ 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
Havit.Blazor - v.1.1.68

Published by hakenr about 3 years ago

  • 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
Havit.Blazor - v1.1.67

Published by hakenr about 3 years ago

Havit.Blazor - v1.1.65

Published by hakenr about 3 years ago

  • HxSidebar responsivity (mobile version)
  • documentation fixes
Havit.Blazor - v1.1.64

Published by hakenr about 3 years ago

  • AddHxServices() services installer replaces need for AddLocalization()
Havit.Blazor - v1.1.63

Published by hakenr about 3 years ago

  • new TagBackgroundColor and TagTextColor parameters for HxInputTags component
  • new AddButtonText parameter for HxInputTags component
  • added attribute splatting for HxBadge component
  • visual tuning of HxInputTags component
  • documentation improvements
Havit.Blazor - v1.1.59

Published by hakenr about 3 years ago

Havit.Blazor - v1.1.56

Published by hakenr about 3 years ago

  • HxModal HeaderText renamed to Title
  • HxModal HeaderTemplate content removed from <h5 class="modal-title">
  • HxOffcanvas HeaderText renamed to Title
  • documentation improvements
Havit.Blazor - v1.1.55

Published by hakenr about 3 years ago

  • new Size parameter on HxModal, incl. HxModal.Defaults.Size
  • new Fullscreen parameter on HxModal, incl. HxModal.Defaults.Fullscreen
  • new Scrollable parameter on HxModal, incl. HxModal.Defaults.Scrollable
  • new Centered parameter on HxModal, incl. HxModal.Defaults.Centered
Havit.Blazor - v1.1.54

Published by hakenr about 3 years ago

  • new HxCarousel component
  • HxDisplayLayout component removed
  • new CloseButtonIcon parameter on HxModal allows using custom close icon
  • fixed static backdrop on HxModal
  • fixed auto-closing of mutually exclusive HxOffcanvas
Havit.Blazor - v1.1.49

Published by hakenr about 3 years ago

  • new CalendarIcon parameter for HxInputDate allows rendering an icon (project-wide default can be set with HxInputDate.Defaults.CalendarIcon)
  • fixed interference between HxAnchorFragmentNavigation and OAuth authorization callbacks
  • new AutoClose parameter for HxDropdown for customization of the auto-close behavior
Havit.Blazor - v1.1.48

Published by hakenr about 3 years ago

  • new Accept parameter for HxInputFile and derived component (to restrict allowed file types)
  • new MaxFileSize parameter for HxInputFile and derived components
Havit.Blazor - v1.1.47

Published by hakenr about 3 years ago

  • new Defaults on HxButton - Size, Color
Havit.Blazor - v1.1.46

Published by hakenr about 3 years ago