-
Notifications
You must be signed in to change notification settings - Fork 146
Add dynamic browser compatibility badges #67
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
base: main
Are you sure you want to change the base?
Add dynamic browser compatibility badges #67
Conversation
Add Browser Calendar's dynamic SVG badges that verify browser version compatibility in real-time. These badges support semantic versioning operators (<=, <, >=, >, ^, ~, =) for Chrome, Firefox, Edge, and Safari. Features: - Real-time version compatibility checking - Semantic versioning support - Multi-browser combined badges - Perfect for documenting browser support in README files 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
WalkthroughInserted browser compatibility badges into README.md's Web Browsers section: per-browser badges for Chrome, Firefox, Edge, Safari and a multi-browser composite badge; changes are documentation-only, no code or public API modifications. (42 words) Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
Tip 📝 Customizable high-level summaries are now available in beta!You can now customize how CodeRabbit generates the high-level summary in your pull requests — including its content, structure, tone, and formatting.
Example instruction:
Note: This feature is currently in beta for Pro-tier users, and pricing will be announced later. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
README.md(1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.18.1)
README.md
1036-1036: Images should have alternate text (alt text)
(MD045, no-alt-text)
1037-1037: Images should have alternate text (alt text)
(MD045, no-alt-text)
1038-1038: Images should have alternate text (alt text)
(MD045, no-alt-text)
1039-1039: Images should have alternate text (alt text)
(MD045, no-alt-text)
1040-1040: Images should have alternate text (alt text)
(MD045, no-alt-text)
🔇 Additional comments (1)
README.md (1)
1030-1049: Well-organized new browser compatibility badges section.The new "Dynamic Browser Compatibility Badges" section is clearly structured with good documentation, practical examples, and a link to learn more. The supported operators list (line 1042) and usage examples (lines 1044-1047) effectively communicate how to use the badges.
Please verify that the browsercalendar.com API endpoints referenced are stable and reliable for production use. If this service is subject to outages or version changes, you may want to consider adding a note about fallback options or alternative approaches.
Summary
Added dynamic browser compatibility badges from Browser Calendar (browsercalendar.com) to the Web Browsers section.
These badges verify browser version compatibility in real-time and support semantic versioning operators.
What's added
Why this is useful
Unlike static badges, these dynamically check if a specified version requirement is met against current browser releases. Useful for projects that need to document browser support requirements in their README.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.