strapi-plugin-navigation 3.0.0-beta.3 → 3.0.0-beta.4
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 +1 -1
- package/dist/admin/index.js +423 -281
- package/dist/admin/index.mjs +423 -281
- package/dist/admin/src/api/client.d.ts +1 -1
- package/dist/admin/src/api/validators.d.ts +7 -7
- package/dist/admin/src/pages/HomePage/components/NavigationItemForm/utils/form.d.ts +78 -0
- package/dist/admin/src/pages/HomePage/hooks/index.d.ts +1 -1
- package/dist/admin/src/pages/HomePage/utils/parsers.d.ts +2 -2
- package/dist/server/index.js +20 -14
- package/dist/server/index.mjs +20 -14
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -121,7 +121,7 @@ Complete installation requirements are exact same as for Strapi itself and can b
|
|
|
121
121
|
|
|
122
122
|
**Supported Strapi versions**:
|
|
123
123
|
|
|
124
|
-
- Strapi v5.1.
|
|
124
|
+
- Strapi v5.1.1 (recently tested)
|
|
125
125
|
- Strapi v5.x
|
|
126
126
|
|
|
127
127
|
> This plugin is designed for **Strapi v5** and is not working with v4.x. To get version for **Strapi v4** install version [v4.x](https://github.com/VirtusLab-Open-Source/strapi-plugin-navigation/tree/strapi-v4).
|