Skip to content

v1.6.1

Choose a tag to compare

@05bmckay 05bmckay released this 22 Apr 11:21
· 56 commits to main since this release

Docs

  • DataTable: Swap the package-level README over to hs-uix / hs-uix/datatable (was still referencing the legacy hubspot-datatable standalone name), and document onEditStart / onEditCancel, the labels i18n object, filterInlineLimit, showSearch / showSelectionBar, and the renderSelectionBar / renderEmptyState / renderLoadingState / renderErrorState override hooks. Column Definition gains sortOrder, sortComparator, and column-level footer; label is correctly typed as ReactNode; truncate accepts a bare number. GroupBy.label return type corrected to ReactNode.
  • FormBuilder: Swap the package-level README over to hs-uix / hs-uix/form (was still referencing @hs-uix/form), and document maxColumns, showReadOnlyAlert, showInlineAlerts, renderReadOnlyAlert, renderFieldError, defaultCurrency, and the full set of CRM-association field props (objectTypeId, associationLabels, filters, sort).
  • Common Components: Document the HS_TAG_* style constants alongside the existing HS_FONT_FAMILY / HS_TEXT_COLOR / etc. tokens.

Bug Fixes

  • Types: Add missing formatCurrencyCompact and deriveCardFieldsFromColumns declarations to utils.d.ts — the runtime exports were already shipping but TypeScript consumers couldn't import them without @ts-ignore.