What's Changed
đ **New Features**
- **Enhanced File-Based Routing:**Â Now supports layout components and error components.
- **Expanded morph_project.yml Capabilities:**Â Allows specifying cloud deployment targets (AWS, GCP), memory, and CPU resources.
- **Default Dockerfile Deployment:**Â Supports deployments using a default Dockerfile template when no Dockerfile is present.
- **Streamlit Support:**Â Enables deployment of Streamlit apps via morph_project.yml alongside Morph framework applications.
- **Component Updates:**
- Split LLM component into [Chat](https://morph-components.vercel.app/docs/components/ai-components/chat) and [CanvasChat](https://morph-components.vercel.app/docs/components/ai-components/canvas-chat).
- Added new [Trigger](https://morph-components.vercel.app/docs/components/data-components/trigger) component.
- Added new [If](https://morph-components.vercel.app/docs/components/layout-components/if) component.
- Added new [Modal](https://morph-components.vercel.app/docs/components/layout-components/modal) component.
đ§Â **Improvements**
- Added support for shadcn/ui-compatible UI library.
- Improved project structure allowing users to customize vite.config.ts.
đ Â **Maintenance**
- Added frontend build commands to the initial Dockerfile template.
- Updated morph_project.yml template (current version defined as `version: '1'`).
---