This repository was archived by the owner on Mar 7, 2026. It is now read-only.
feat: Fix Release v0.4.1 - TypeScript Declarations & API Standardization#45
Merged
christoph2806 merged 27 commits intodevelopfrom Jun 4, 2025
Merged
Conversation
…ility, 10 stories, 13 tests
…ith 10 stories, 11 tests
…ng, 8 stories, 10 tests
…n-ready components
… this is a very long commit message to test that the length limit has been properly removed from commitlint configuration
…endencies, improve module resolution, reduce bundle sizes significantly - resolves #44
…ent - add backward compatibility support for intent prop with deprecation warning - add comprehensive Storybook examples for both variant and intent - update TypeScript interfaces with proper deprecation documentation - maintain 100% backward compatibility while encouraging migration to variant - all tests passing (952/952)
…ndencies from v0.4.2
14 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 Fix Release v0.4.1 - TypeScript Declarations & API Standardization
🎯 Overview
This PR delivers critical fixes that resolve TypeScript declaration issues and standardizes API consistency across the UI kit while maintaining 100% backward compatibility.
🔧 Critical Fixes Implemented
✅ TypeScript Declaration Issues Resolved
✅ API Consistency Improvements
variant(recommended) andintent(deprecated) propsintentusage continues to work unchangedvariantpropvariantprop aligns with Radix UI, Shadcn/ui standards🚀 Benefits for Consumers
📊 Bundle Analysis
Before v0.4.1:
After v0.4.1:
📋 Migration Guide
Button Component (Optional Migration):
For TypeScript consumers:
🧪 Quality Assurance
🔍 Issues Resolved
📦 Release Notes
This is a patch release (v0.4.1) that:
✅ Ready to Merge
This PR is ready for review and merge. All CI checks pass, tests are green, and the release has been thoroughly tested.
Post-merge steps: