fix: extract label from image-only playground links#1462
fix: extract label from image-only playground links#1462danielroe merged 3 commits intonpmx-dev:mainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
📝 WalkthroughWalkthroughThe PR updates Suggested reviewers
🚥 Pre-merge checks | ✅ 1 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
⚔️ Resolve merge conflicts (beta)
No actionable comments were generated in the recent review. 🎉 Comment |
|
it could further fall back to the provider name, e.g. 'codesandbox' in the case above |
|
done |
https://npmx.dev/package/element-plus
Fixes an issue where playground links containing only an image (e.g.
[](url)) resulted in a null label. Now uses the image's alt text as the label in such cases.