Skip to content

Releases: havit/Havit.Blazor

v1.4.4

20 Oct 15:22
Compare
Choose a tag to compare
  • 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)

v1.4.3

17 Oct 10:39
Compare
Choose a tag to compare
  • 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

v1.4.2

08 Oct 10:55
Compare
Choose a tag to compare
  • removed downstream dependencies from Havit.Core (#12)
    image

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