v0.1.15
Fix: Recursive component overrides
The published 0.1.14 dist was missing the recursive collectComponentFiles scan. Component overrides
placed in subdirectories of src/admin/components/ were silently ignored. This release fixes that —
nested overrides now work as documented.
Docs: Menu, nested routes and modules interaction
New documentation section in README explaining:
- How nested in defineRouteConfig() auto-injects routes into the sidebar
- How to prevent duplicates between menu.config.tsx and nested routes
- How plugin modules (e.g. @medusajs/draft-order) interact with the custom menu vs the Extensions
section