Releases: havit/Havit.Blazor
Releases · havit/Havit.Blazor
v1.4.1
v1.4.0
⚠️ HxDropdownToggle
renamed toHxDropdownToggleButton
to align withHxCollapseToggleButton
and freeing the name for future non-button generic toggleHxButton.Defaults.Color
changed toThemeColor.None
to avoid stop-the-world errors when theHxButton.Color
is not set explicitly (see #14, credits to @robertmclaws for highlighting the issue and the discussion)HxButton
-.btn
class moved toCoreCssClass
to allow better control in derived components- [custom Bootstrap build] row height in tables (e.g.
HxGrid
) changed to41px
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 theHxSidebar
- documentation cleanup
v1.3.7
- new
HxPlaceholder
component (Bootstrap 5, aka Skeleton) - new
HxProgress
component (Bootstrap 5) - added
WrapperCssClass
andCssClass
parameters toHxTooltip
component - added
TooltipWrapperCssClass
andTooltipCssClass
parameters toHxButton
component HxSidebar
tweaks (recommended layout adjustments)- FIX:
HxGrid
no longer rendersheight
attribute when not set toGridContentNavigationMode.InfiniteScroll
- minor documentation tweaks
v1.3.6
- new
HxListGroup
component - added several
HxGrid
.Defaults
properties (seeGridDefaults
)
v1.3.1
- new
HxNavbar
component (Bootstrap 5 Navbar) - new
HxCollapse
component (Bootstrap 5 Collapse) - new
HxBreadcrumb
component (Bootstrap 5 Breadcrumb) - new
ShowCalendarButtons
parameter forHxInputDate
andHxInputDateRange
components allows hiding Clear and OK buttons in calendars (incl. application-wide configurability throughHxInputDate[Range].Defaults
) - ⚠
HxDropdownItem
refactored - useHxDropdownItemNavLink
for links (with support for URL matching),HxDropdownItemText
for plain text items andHxDropdownItem
for other generic items - ⚠
HxNavLink
.Match
default changed fromnull
toNavLinkMatch.Prefix
v1.3.0
v1.2.0
- ⚠ dropped
HxCard
skins (in favor ofDefaults
) - added new
HxCardText
,HxCardTitle
andHxCardSubtitle
components - added new
Image*
parameters toHxCard
component - ⚠ dropped
HxWizard
component (for now) - new
DropdownOffset
andDropdownReference
parameters inHxDropdownToggle
component for better dropdown positioning - ⚠ in
HxAutosuggest
theInputOffset
parameter was renamed toDropdownOffset
- minor adjustments and fixes
v.1.1.68
- Input groups consolidation
- ⚠
InputGroupStart
andInputGroupEnd
renamed toInputGroupStartText
andInputGroupEndText
(renders as.input-group-text
) - ⚠
InputGroupStartTemplate
andInputGroupEndTemplate
now renders without.input-group-text
wrapper (to support buttons/dropdowns)
- ⚠
- ⚠ HxButton
Outlined
parameter renamed toOutline
to match Bootstrap naming
v1.1.67
- HxCarousel refactoring and cleanup