fix(generators): preserved element title in likec4 DSL output#2825
Conversation
🦋 Changeset detectedLatest commit: b6f6a35 The changes in this PR will be included in the next version bump. This PR includes changesets to release 20 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughPreserves element titles in LikeC4 generator output by excluding Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
davydkov
left a comment
There was a problem hiding this comment.
Hey @kavishkartha05 Thank you much for the fix!
Do you mind to add changeset file (like this)? Then auto-generated release notes will mention you correctly
|
@davydkov added! |
Checklist
mainbefore creating this PR.Fixes #2815. Removes
titlefrom the normalization strip list inlikec4data.tsso that an element's display name is always preserved for inline DSL rendering. Added a test case covering the scenario where the element title matches the spec default.