Skip to content

v3.5.1

Latest

Choose a tag to compare

@58bits 58bits released this 10 Jun 01:22

Bug Fixes

  • @byline/admin / @byline/host-tanstack-start — every admin form (sign-in, account preferences, change/set password, user and role create/update, and the document editor) now declares an explicit method="post". Previously these forms relied solely on the React onSubmit handler to suppress the browser's native submission; if that handler hadn't run, the form would fall back to its default GET behaviour. Setting the method explicitly makes the form's submission contract deterministic regardless of client-side state. No consumer changes required — the happy-path submit flow is unchanged.

All other @byline/* packages bumped to 3.5.1 in lockstep with no behavioural changes this cycle.