ding-react-admin 2.1.0 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -237,7 +237,7 @@ Use **`createSessionStorageAuthAdapter`** for demos; replace with an adapter tha
237
237
  | Login / register layout | [docs/auth-pages.md](docs/auth-pages.md) |
238
238
  | Quick start (`<AdminApp />`) | [docs/quick-start.md](docs/quick-start.md) |
239
239
  | Composition (your own router) | [docs/composition.md](docs/composition.md) |
240
- | Odoo-style app hub (`AppHub`, `AppLauncherButton`, `hideSider`) | [docs/app-hub.md](docs/app-hub.md) |
240
+ | Odoo-style app hub (`AppHub`, `AppLauncherButton`, `hideSider`, cross-app menu search) | [docs/app-hub.md](docs/app-hub.md) |
241
241
  | `createAdminRouter` shortcut | [docs/admin-router.md](docs/admin-router.md) |
242
242
  | Developing next to your app (Vite) | [docs/developing.md](docs/developing.md) |
243
243