v0.12.0
-
@lowdefy/modules-mongodb-plugins: ### Patch Changes
-
#105
70622beThanks @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
b853551Thanks @Saiby100! - Extend the form-field library. Add aphonefield (wrapsPhoneNumberInput—
the form-side counterpart to thephoneNumberview field type), add
disabled/extravars totext_input, anddisabled/themevars to
button_selector. Also migratelocationoff 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
d913ed6Thanks @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 thesectionfield renders a
Card. A form led by acontrolled_list(orbox/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 issection.