This release focuses on documentation improvements and project organization, including standardizing the changelog format and better separation of user vs. developer documentation.
- Standardized Changelog: Renamed
release-notes.mdtoCHANGELOG.mdfollowing widely accepted conventions - Enhanced Documentation Structure: Moved development-specific content from README.md to DEVELOPMENT.md
- Improved Documentation Separation: Better distinction between end-user and developer-facing documentation
- Complete Version History: Added missing v1.0.5 release information to changelog
- Moved development installation instructions from README.md to DEVELOPMENT.md
- Moved development usage instructions (running, testing, building) from README.md to DEVELOPMENT.md
- Streamlined README.md to focus on end-user installation and configuration
- Enhanced DEVELOPMENT.md with comprehensive development workflow information
release-notes.md→CHANGELOG.md(renamed and enhanced)- README.md: Focused on end-user documentation
- DEVELOPMENT.md: Consolidated all development-related documentation
This release delivers significant user-facing enhancements with comprehensive documentation for all components and expanded data coverage, alongside critical bug fixes and workflow improvements.
- Complete Component Documentation: Full implementation of documentation for all AWS Cloudscape Design System components
- Enhanced Component Data: Expanded coverage including events, functions, and detailed usage information
- Improved Data Quality: Comprehensive component metadata with better examples and usage patterns
- Full documentation coverage for all components in the registry
- Enhanced component data including event handlers and function references
- Improved usage examples and patterns for better developer experience
- Better component discovery through enriched metadata
- Fixed test failures in usage tools with improved markdown text conversion
- Resolved console output issues in publishing workflow
- Removed deprecated Docker Compose version configuration
- Added Claude Desktop configuration section to README
- Converted architecture diagrams to Mermaid format for better compatibility
- Moved FastMCP implementation details from README to DEVELOPMENT.md
- Updated Mermaid diagram syntax for v10.9.1 compatibility
- Removed GitHub Packages publishing from npm release workflow
- Streamlined publishing process to use npm registry only
This release focuses on upgrading the project to Node.js 24.0.1 for improved performance, security, and compatibility with the latest Node.js features.
- Node.js 24.0.1 Upgrade: Updated minimum Node.js requirement from 18.0.0 to 24.0.0
- Container Updates: Updated Dockerfile to use node:24.0.1-alpine3.20 base image
- CI/CD Updates: Updated GitHub workflows to use Node.js 24.x
- Enhanced performance and security through Node.js 24.0.1 features
- Improved compatibility with latest Node.js ecosystem
- Updated development and deployment documentation
- Updated package.json engines field to require Node.js >=24.0.0
- Updated Docker configuration for Node.js 24.0.1
- Updated GitHub Actions workflow to use Node.js 24.x
- Added comprehensive Node.js 24.0.1 upgrade guide
- Created DevSecOps plan for the upgrade process
- Added Node.js compatibility research documentation
- Updated project context and task documentation
- CA-2: Node.js 24.0.1 upgrade implementation
Users upgrading to this version must have Node.js 24.0.1 or later installed. See the Node.js upgrade guide in the documentation for detailed migration instructions.
This release introduces Docker containerization for the React Design Systems MCP server with Server-Sent Events (SSE) support, enabling continuous operation and multi-client support.
- Docker containerization with optimized configuration
- SSE protocol support for real-time updates
- Automated workflows for Docker image and NPM package publication
- Exposed port 3005 for SSE connections
- Optimized Docker image with multi-stage build
- Docker Compose configuration for easy deployment
- Added Docker usage documentation
- Updated installation and deployment guides
- Added SSE connection examples
- Implemented FastMCP framework's SSE support
- Optimized server configuration for containerized environments
- Enhanced stability for continuous operation
This is the first release using automated GitHub workflows for both Docker image and NPM package publication.