Skip to content

v0.1.15

Choose a tag to compare

@OlivierBelaud OlivierBelaud released this 12 Feb 13:07
· 5 commits to main since this release

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