v0.18.0
-
@lowdefy/modules-mongodb-plugins: ### Patch Changes
-
#126
87c465cThanks @Yianni99! - Removed the redundant status-colored dot from workflow actions: the leading bullet on each action in the WorkflowProgress panel, and the dot beside the status text on action events in the EventsTimeline card. The status colour is already carried by the surrounding button/text, so the dot added visual noise. Timeline node markers, group icons, and the standard ActionSteps step list are unchanged. -
@lowdefy/modules-mongodb-workflows: ### Minor Changes
-
#123
fb72ec0Thanks @Yianni99! - Action-form text fields (text_input) support native max-length capping. A newmax_lengthfield option maps to the TextInputmaxLengthproperty, stopping input at the limit instead of erroring after over-long input;show_countmaps toshowCountfor a live "n/max" counter and defaults to on whenevermax_lengthis set. -
#126
79824a6Thanks @Yianni99! - Workflow action pages support an optional wide layout. Settingpage_layout: wideon a workflow renders all of its action pages — view, edit, review, error, and the per-workflow check page — with the workflow-progress panel on the left, the form expanded to the full width, and the record's Details and History moved into a right-side drawer opened from a header button. Workflows that omitpage_layout(or set it tostandard) keep the existing three-column layout unchanged, and an unrecognized value is rejected at build time. -
#123
fb72ec0Thanks @Yianni99! - Workflow and action-group overview pages: the back arrow now returns to the previous page instead of always jumping to the entity view (the entity stays reachable via the breadcrumb), and each action is individually collapsible with an Expand/Collapse-all toggle, all collapsed by default.Adds two per-action options:
show_comment(defaulttrue) — setfalseto hide the free-form comment box on an action's edit and review pages; andpages.edit.validate_on_draft(defaultfalse) — settrueto validate the form (like Submit) before the edit page's Save Draft saves.