|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 5 | +## [v0.2.1] - 2025-08-20 |
| 6 | + |
| 7 | +### 🧹 Code Cleanup & Optimization |
| 8 | +- **Dead Code Removal**: Comprehensive cleanup of unused components and files |
| 9 | + - Removed entire unused fragment composer system (`components/fragment-composer/`) |
| 10 | + - Removed unused fragment library components (`components/fragment-library/`) |
| 11 | + - Removed legacy prompt management files (`lib/prompts/manager.ts`, `new-prompt.ts`, `prompts.ts`, `template-validator.ts`, `utils.tsx`) |
| 12 | + - Removed unused design scheme utilities (`lib/design-scheme.ts`) |
| 13 | + - Removed unused publish action (`app/actions/publish.ts`) |
| 14 | + - Removed unused Fireworks AI logo asset (`public/thirdparty/logos/fireworksai.svg`) |
| 15 | + - **Impact**: Eliminated 6,982 lines of dead code across 16 files |
| 16 | + |
| 17 | +### 🚀 Performance Improvements |
| 18 | +- **Bundle Size Reduction**: Significant reduction in application bundle size |
| 19 | + - Removed unused React components and utilities |
| 20 | + - Eliminated redundant imports and dependencies |
| 21 | + - Streamlined codebase architecture for better maintainability |
| 22 | + |
| 23 | +### 🔧 Technical Validation |
| 24 | +- **Build Verification**: Ensured all active code remains functional |
| 25 | + - All API routes verified as actively used by components |
| 26 | + - All dependencies confirmed as necessary for current functionality |
| 27 | + - Successful production build with no breaking changes |
| 28 | + - Zero impact on existing features and user workflows |
| 29 | + |
| 30 | +--- |
| 31 | + |
5 | 32 | ## [v0.2.0] - 2025-08-16 |
6 | 33 |
|
7 | 34 | ### S3 Chat Storage & MCP Integration |
|
0 commit comments