Skip to content

Member Library Platform 0.9.1

Choose a tag to compare

@ryanthrice ryanthrice released this 03 Sep 12:37
· 7 commits to main since this release

Fixes the staged migration import stopping with "applyForm.submit is not a function" after files were prepared: the Import, Export, and Rollback buttons no longer use name="submit", which shadowed the form's submit method, and the page submits through HTMLFormElement.prototype.submit. A contract assertion now renders the page and rejects any control named "submit".