Skip to content

v1.0.0

Latest

Choose a tag to compare

@Sohan-Rout Sohan-Rout released this 08 Jul 16:14
· 75 commits to main since this release

The v1.0.0 release marks the first stable foundation for StreamUI, your clean, scalable, copy-paste UI system using Next.js + Tailwind + React.

This milestone ensures:
✅ Stable project structure.
✅ Clear component organization for scalable growth.
✅ Dependency management streamlined via streamui-deps.
✅ Versioned and tagged for consistent workflow as you iterate.

📦 What’s included in this release:

✅ Component Gallery Setup
• Dynamic, live-preview grid for all StreamUI components.
• Dedicated showcase pages for each variant with:
• Live preview
• Copy-paste ready usage code
• Props table

✅ Docs Foundation
• Getting Started guide for using the library.
• Planned structure for extending documentation with clear, DRY layouts.

✅ Reusable Layout System
• Centralized ComponentShowcaseLayout for consistency across component pages.
• DRY sidebar and navigation patterns for scale.

✅ Dependency Installer Package (streamui-deps)
• Allows users to install all required external packages (gsap, framer-motion, react-icons) in one command.
• Supports React 18 and 19 out of the box, avoiding install conflicts.

npm install streamui-deps

✅ Clean Version Control
• Project now tagged with v1.0.0 for structured semantic versioning.