Skip to content

v2.0.1 — Documentation refresh

Choose a tag to compare

@05bmckay 05bmckay released this 29 May 19:21
· 39 commits to main since this release

Documentation-only patch — no code changes. Refreshes the READMEs to match the v2.0.0 public surface:

  • Icon — full section with prop table, native-delegation behavior, the custom-glyph registry (ICONS / ICON_NAMES / NATIVE_ICON_NAME_LIST), and the makeIconDataUri / svgToIconEntry helpers (common-components + root READMEs).
  • CrmLookupSelect — documented and illustrated with a live-search gif; added to the root catalog, "what's inside", and import examples.
  • CrmDataTable / CrmKanban — new crmSearchAdapters section in the utils README covering the client-side-batch pagination model, plus a "CRM data" row in the root catalog.
  • Corrected stale defaults — Kanban columnWidth (280 → 350), filterInlineLimit (2 → 4), searchDebounce (0 → 250); Feed itemContainer (nonetile) and its status/outcome/severity item fields.
  • FormBuilder — documented the repeaterProps reorder interface (including the disabled flag on renderMoveUp / renderMoveDown).