Skip to content

Releases: havit/Havit.Blazor

v.1.1.68

15 Sep 10:22
Compare
Choose a tag to compare
  • 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

v1.1.67

13 Sep 00:37
Compare
Choose a tag to compare

v1.1.65

11 Sep 21:12
Compare
Choose a tag to compare
  • HxSidebar responsivity (mobile version)
  • documentation fixes

v1.1.64

09 Sep 23:06
Compare
Choose a tag to compare
  • AddHxServices() services installer replaces need for AddLocalization()

v1.1.63

08 Sep 14:43
b562377
Compare
Choose a tag to compare
  • 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

v1.1.59

05 Sep 19:25
Compare
Choose a tag to compare

v1.1.56

31 Aug 23:31
Compare
Choose a tag to compare
  • HxModal HeaderText renamed to Title
  • HxModal HeaderTemplate content removed from <h5 class="modal-title">
  • HxOffcanvas HeaderText renamed to Title
  • documentation improvements

v1.1.55

31 Aug 14:53
Compare
Choose a tag to compare
  • 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

v1.1.54

31 Aug 08:02
Compare
Choose a tag to compare
  • 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

v1.1.49

23 Aug 23:59
Compare
Choose a tag to compare
  • 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