v1.2.1
Fixed
- Status badge no longer collapses to "draft" after dragging a "changed" or
"published" page to a new parent (and after a combined parent move +
reorder on a published page). The badge calculation previously relied on
the main collection row's_status, which Payload populates with draft
data on autosave-enabled collections; it now derives "changed" by checking
for an existing published version in the versions table, matching
Payload's own admin Status component.