Skip to content

v0.12.0

Choose a tag to compare

@getrapidkit getrapidkit released this 15 Feb 22:20
· 157 commits to main since this release

Release Notes

Latest Release: v0.12.0 (February 15, 2026)

πŸͺŸ Release: v0.12.0 β€” Module Details Modal + Workspace-First CLI Resolution

Summary: Introduced an in-app module details modal in the Welcome webview, improved workspace-first CLI binary resolution for nested projects, and added automatic workspace/module refresh after module install.

Added

  • πŸͺŸ Module Details Modal β€” Rich tabbed module details UI (overview, dependencies, configuration, profiles, features, docs)
  • 🧩 Expanded ModuleData Typing β€” Support for runtime dependencies, profiles, documentation, compatibility, support, and changelog metadata
  • πŸ”„ Workspace Status Refresh Hook β€” Refreshes installed modules and catalog after successful module installation

Changed

  • 🧭 CLI Resolution Strategy β€” Searches for workspace .venv/bin/rapidkit by walking parent directories before global fallback
  • πŸ“‘ Module Info Fetching β€” Uses rapidkit modules info <module> --json and merges with catalog data
  • 🎨 Webview UX β€” Module details now open in modal instead of separate HTML panel

Technical

  • UI Architecture: Replaced standalone HTML module details page with React modal workflow
  • CLI Reliability: Better .venv discovery in nested workspace/project layouts
  • State Sync: Installed-modules list now refreshes immediately after add-module success

πŸ“‹ Version History

Version Release Date Highlights
v0.12.0 Feb 15, 2026 πŸͺŸ Module details modal, 🧭 workspace-first CLI resolution, πŸ”„ post-install refresh
v0.11.0 Feb 14, 2026 🌐 Dynamic Examples, 🎨 Kit Selection, πŸ“¦ Workspace Export/Import
v0.10.0 Feb 12, 2026 πŸš€ Project Actions, 🎯 Smart Browser, πŸ“‘ Port Detection
v0.9.0 Feb 10, 2026 🎭 Modal system, ⚑ Smart caching, πŸ“± Responsive design
v0.8.0 Feb 9, 2026 🎨 Workspace cards redesign, Dynamic version display, Project statistics
v0.7.0 Feb 6, 2026 🩺 Workspace health check, Setup status panel, Diagnostics integration
v0.6.1 Feb 3, 2026 πŸ› οΈ Fixes & polish: setup stability, module copy commands, detection improvements
v0.6.0 Feb 3, 2026 🎯 Module Browser, Setup Wizard, Package Manager Selection
v0.5.2 Feb 2, 2026 πŸ”§ NPM caching fix, Standalone mode, Recent workspaces
v0.5.1 Feb 2, 2026 πŸ“ Documentation translation, Consistency improvements
v0.5.0 Feb 1, 2026 🐍 Python Core bridge, Workspace registry integration
v0.4.7 Jan 23, 2026 πŸ› Bug fixes, Dependency updates, Security patches
v0.4.6 Jan 1, 2026 🎯 Poetry smart detection, Update notifications
v0.4.5 Dec 23, 2025 ⚑ Project quick actions, No workspace switching
v0.4.4 Dec 22, 2025 🩺 Doctor npm check, Dynamic versions
v0.4.3 Dec 12, 2025 πŸ“š Module explorer, UI enhancements
v0.4.2 Dec 5, 2025 πŸ“ Logging commands, Marketplace improvements
v0.4.1 Dec 4, 2025 πŸ“– Documentation update, README rewrite
v0.4.0 Dec 3, 2025 🎯 Smart location detection, npm migration
v0.3.1 Dec 3, 2025 πŸ› Bug fixes
v0.3.0 Dec 2, 2025 ✨ New features
v0.1.3 Nov 2025 πŸ”§ Improvements
v0.1.2 Nov 2025 πŸ› Bug fixes
v0.1.1 Nov 2025 ✏️ Minor updates
v0.1.0 Nov 2025 πŸŽ‰ Initial release

Links