Skip to content

v0.12.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 15:04
fc480be
  • @lowdefy/modules-mongodb-plugins: ### Patch Changes

  • #105 70622be Thanks @Saiby100! - Center the ContactSelector row actions (verify/edit buttons) within their
    fixed-width container instead of right-aligning them.

  • @lowdefy/modules-mongodb-workflows: ### Minor Changes

  • #105 b853551 Thanks @Saiby100! - Extend the form-field library. Add a phone field (wraps PhoneNumberInput
    the form-side counterpart to the phoneNumber view field type), add
    disabled/extra vars to text_input, and disabled/theme vars to
    button_selector. Also migrate location off the deprecated
    layout.contentGutter (→ layout.gap), which newer Lowdefy builds reject.
    Together these let consuming apps author read-only text, themed toggles, and
    phone inputs as first-class library components instead of raw blocks.

Patch Changes

  • #105 d913ed6 Thanks @Saiby100! - Fix outer-card suppression on the form-action edit/error pages. The templates
    dropped the outer form card whenever the first form entry declared a sub-form,
    assuming it owned its own card chrome — but only the section field renders a
    Card. A form led by a controlled_list (or box/label/file_upload) thus
    rendered with no card, and its comment input fell outside any card. Suppression
    now triggers only when the first entry's component is section.