Skip to content

v3.11.2

Choose a tag to compare

@58bits 58bits released this 13 Jun 13:10

Bug Fixes

  • @byline/cli — the byline init scaffold now wires the /admin/activity route. The system activity area added in v3.11.0 ships its route factory and sidebar menu item in @byline/host-tanstack-start, but — like every admin route — its physical route file is app-owned. The scaffold template carried every other admin route (users / roles / permissions / account / collections) but not activity, so a fresh install rendered the Activity menu item yet returned a 404 on navigation. The template now includes the one-line route file (src/routes/_byline/admin/activity/index.tsx), picked up by the installer's recursive template walk and admin-slug rewrite like its siblings. Existing apps upgrading from 3.11.x can add the same one-line file by hand — no CLI rerun required.

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