Skip to content

Releases: havit/Havit.Blazor

v1.6.1

19 Nov 14:29
Compare
Choose a tag to compare
  • HxDropdownToggleElement - fixed missing Bootstrap dropdown instance creation (missing OnAfterRender call)
  • doc - added basic Search capability

v1.6.0

16 Nov 14:36
Compare
Choose a tag to compare
  • 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

v1.5.0

12 Nov 15:54
Compare
Choose a tag to compare
  • 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

v1.4.12

08 Nov 13:22
af09d7c
Compare
Choose a tag to compare
  • HxPopover and HxTooltip - new Offset parameter (+ fix of offset format in other components)

v1.4.11

08 Nov 10:16
af09d7c
Compare
Choose a tag to compare
  • new StaticDataStore for single value (complements DictionaryDataStore)

v1.4.10

05 Nov 15:04
af09d7c
Compare
Choose a tag to compare

v1.4.9

31 Oct 21:31
Compare
Choose a tag to compare

v1.4.8

30 Oct 21:42
Compare
Choose a tag to compare

v1.4.7

27 Oct 00:07
Compare
Choose a tag to compare
  • 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

v1.4.6

24 Oct 15:56
Compare
Choose a tag to compare
  • DictionaryStaticDataStore - synchronous API added
  • HxOffcanvas - fixed missing divider (border) when backdrop is disabled
  • docs tweaks