-
Notifications
You must be signed in to change notification settings - Fork 1
chore: update packages #305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update yarn to v1.22.22
chore(deps): update actions/setup-node action to v5
chore(deps): update actions/checkout action to v5
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
This PR represents a complete overhaul of the react-qr-code library, adding 100+ customization options, TypeScript strict mode, comprehensive testing, and modern React patterns.
🎯 Key Achievements
🚀 Major Features Added
1. Advanced QR Code Component
2. QR Code Templates
3. Export & Download Features
4. Performance Optimizations
5. Testing & Quality
📊 Test Results
Detectability Report
🔧 Technical Improvements
Code Quality
Architecture
Bundle Optimization
📝 Documentation Updates
New Examples
advanced-demo.html
: 100+ customization examplessimple-usage.html
: Quick start guideapi-docs.html
: Complete API referenceqr-test.html
: Live detectability testingAPI Improvements
✅ Testing Coverage
Unit Tests
Integration Tests
Detectability Tests
💔 Breaking Changes
🔄 Migration Guide
Before
After
📸 Screenshots
Preset Themes
Advanced Customizations
🧪 How to Test
Run tests:
yarn test
Test detectability:
View examples:
Build library:
✔️ Checklist
🎉 Impact
This update transforms react-qr-code into the most customizable and feature-rich QR code library for React, while maintaining excellent performance and ensuring all generated QR codes are scannable.
The library now offers unparalleled customization options while maintaining the simplicity of the original API for basic use cases.