Changelog

Track all updates, improvements, and bug fixes to Flocod. Subscribe to our blog for detailed feature announcements.

v0.8.2

patchDecember 8, 2025

🐛Bug Fixes

  • Fixed TypeScript autocomplete not working in .tsx files
  • Resolved issue where hot reload would break after dependency updates
  • Fixed memory leak in live preview when editing large components

Performance

  • Reduced initial bundle size by 120KB through better tree-shaking
  • Improved code analysis speed by 30% for large projects

v0.8.1

patchNovember 24, 2025

Features

  • Added support for Prisma schema visualization
  • Introduced inline error suggestions with AI-powered fixes

🐛Bug Fixes

  • Fixed issue where environment variables weren't loading in preview
  • Corrected path resolution for monorepo setups

v0.8.0

minorNovember 10, 2025

Features

  • Real-time collaboration: Multiple developers can now work on the same project simultaneously
  • Added Python support for backend API development
  • Integrated Tailwind CSS IntelliSense with custom configuration support
  • New terminal view with split pane support

📈Improvements

  • Redesigned code editor with better syntax highlighting
  • Enhanced Git integration with visual diff viewer
  • Improved mobile responsiveness for preview mode

💥Breaking Changes

  • Config file structure updated - run `flocod migrate` to update automatically

v0.7.5

patchOctober 28, 2025

🐛Bug Fixes

  • Fixed CSS modules not being properly scoped in production builds
  • Resolved authentication token expiration issues
  • Fixed workspace sync conflicts when switching branches

Performance

  • Optimized image processing in preview mode - 2x faster load times

v0.7.4

patchOctober 15, 2025

Features

  • Added ESLint integration with customizable rulesets
  • Introduced code snippet library with 50+ common patterns

🐛Bug Fixes

  • Fixed WebSocket connection drops during long sessions
  • Corrected import path suggestions for aliased paths

v0.7.3

patchOctober 2, 2025

📈Improvements

  • Enhanced AI code suggestions with better context awareness
  • Improved error messages with actionable solutions
  • Added keyboard shortcuts for common operations (Cmd+K for command palette)

🐛Bug Fixes

  • Fixed rare crash when editing deeply nested components
  • Resolved CSS conflicting with user styles

v0.7.2

patchSeptember 20, 2025

Features

  • Added support for Svelte and Vue.js frameworks
  • Introduced dark/light theme toggle for preview

🐛Bug Fixes

  • Fixed issue where preview wouldn't update after package.json changes
  • Corrected timezone handling in deployment schedules

v0.7.1

patchSeptember 8, 2025

Performance

  • Reduced CPU usage during idle state by 40%
  • Optimized database queries for project loading - 50% faster

🐛Bug Fixes

  • Fixed duplicate key warnings in React components
  • Resolved CORS issues with local API testing

For older releases, visit our GitHub releases page.