v5.11.1
📦 strapi
🐛 4 fixes
Summary
This patch release (5.11.1) focuses primarily on bug fixes, including resolving a TypeScript issue and improving development stability by managing Vite ports. It also includes a security dependency upgrade for Axios.
🐛 Bug Fixes
- Fixed typescript failure caused by a missing mock function.
- Added origin to the preview message.
- Disabled the preview form when the status is modified.
- Implemented logic to find an available port for Vite, allowing multiple instances of develop mode to run concurrently.