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.6.7

Published by hakenr almost 3 years ago

Havit.Blazor - v1.6.6

Published by hakenr almost 3 years ago

Havit.Blazor - v1.6.5

Published by hakenr almost 3 years ago

  • HxDropdownToggleElement - fixed #48 - missing [Parameter] attribute on some parameters
  • HxPager - responsivity improvements (fewer pages on small devices)
  • minor improvements on some components to prevent JavaScript errors when leaving the page early
  • documentation migrated to .NET 6
Havit.Blazor - v1.6.4

Published by hakenr almost 3 years ago

  • fixes #38 HxPopover Cannot read properties of null (reading 'removeEventListener') when leaving page early
  • fixes #47 HxDropdownToggleButton ObjectDisposedException: Cannot access a disposed object. Object name: 'DotNetObjectReference`1'.
Havit.Blazor - v1.6.3

Published by hakenr almost 3 years ago

  • BootstrapIcons updated to version 1.7.1
  • HxSidebar and HxCalendar - minor styling adjustments
  • Input components received better handling in disabled state (should not allow changing the value)
  • added missing inherited members to API documentation
  • improved search in documentation
Havit.Blazor - v1.6.2

Published by hakenr almost 3 years ago

Havit.Blazor - v1.6.1

Published by hakenr almost 3 years ago

  • HxDropdownToggleElement - fixed missing Bootstrap dropdown instance creation (missing OnAfterRender call)
  • doc - added basic Search capability
Havit.Blazor - v1.6.0

Published by hakenr almost 3 years ago

  • HxDropdownToggleElement - new component for HxDropdown which allows creating dropdowns on other elements (div, span, a, ...) than buttons (HxDropdownToggleButton)
  • HxDynamicElement - new component which renders an element with the specified name, attributes and child-content
  • switched some CSS to rgba() color model to allow better customization
Havit.Blazor - v1.5.0

Published by hakenr almost 3 years ago

  • HxButton - adding new IconPlacement parameter to allow customization of the icon position
    • ⚠️ replaces the current protected virtual IconPosition { get; } property ⚠️
    • also added HxButton.Defaults.IconPlacement to allow changing application-wide default
Havit.Blazor - v1.4.12

Published by hakenr almost 3 years ago

  • HxPopover and HxTooltip - new Offset parameter (+ fix of offset format in other components)
Havit.Blazor - v1.4.11

Published by hakenr almost 3 years ago

  • new StaticDataStore for single value (complements DictionaryDataStore)
Havit.Blazor - v1.4.10

Published by hakenr almost 3 years ago

Havit.Blazor - v1.4.9

Published by hakenr almost 3 years ago

Havit.Blazor - v1.4.8

Published by hakenr almost 3 years ago

Havit.Blazor - v1.4.7

Published by hakenr almost 3 years ago

  • HxInputDate - added LabelType support for floating labels
  • HxDropdown - now tracks DOM state (fixed #19, credits to @tommi1hirvonen), exposes OnShown and OnHidden events and provides ShowAsync() and HideAsync() methods
Havit.Blazor - v1.4.6

Published by hakenr almost 3 years ago

  • DictionaryStaticDataStore - synchronous API added
  • HxOffcanvas - fixed missing divider (border) when backdrop is disabled
  • docs tweaks
Havit.Blazor - v1.4.4

Published by hakenr about 3 years ago

  • HxCalendar - new HxCalendar.Defaults.DateCustomizationProvider setting to allow application-wide customization of all calendars
  • HxListLayout - renders Filter offcanvas header as Title (was HeaderTemplate)
  • HxSidebar - minor responsive tweaks (CSS)
Havit.Blazor - v1.4.3

Published by hakenr about 3 years ago

  • HxInputDate, HxInputDateRange and HxCalendar have new MinDate and MaxDate parameters to allow customization of selectable dates in calendars (also added to Defaults to be able to customize the application-wide defaults)
  • HxInputDate and HxInputDateRange have new CalendarDateCustomizationProvider which allows further customization (enabled/disabled, CssClass) of individual dates in dropdown calendars
  • ⚠️ HxCalendar parameters MinYear and MaxYear replaced with the new MinDate and MaxDate parameters
  • HxCalendar has new simplified month/year navigation
  • HxInputDate fixed validation icon position if CalendarIcon is used
  • HxInputFileCore has new HxInputFileCore.Defaults.MaxFileSize application-wide default to be able to limit maximum file size,
  • HxInputFile has new HxInputFile.Defaults.InputSize application-wide default to be able to set form component size
  • HxSidebar fixed ability to scroll on mobile if viewport is overlapped
  • HxSidebar has new CSS variable for customising background-colour
  • Updated to Bootstrap 5.1.3 and Bootstrap Icons 1.6
Havit.Blazor - v1.4.2

Published by hakenr about 3 years ago

  • removed downstream dependencies from Havit.Core (#12)
    image
Havit.Blazor - v1.4.1

Published by hakenr about 3 years ago

  • HxModal - added DialogCssClass parameter
  • HxModal - XyCssClass parameters added to HxModal.Defaults