Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .changeset/clever-hats-go.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
'@asgardeo/react': patch
'@asgardeo/i18n': patch
---

Resolve layout and styling issues in B2B components including Organization list, profile, and creation.

- Add heading and subheading translation keys and support for `title` and `subheading` props in `CreateOrganization`,
`BaseOrganizationList` and `BaseOrganizationProfile` components.
Comment on lines +8 to +9

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win

Correct the CreateOrganization API claim.

The supplied BaseCreateOrganization implementation supports title, but its subheading remains hardcoded and no subheading prop is consumed. Either implement that prop before release or remove “and subheading props” from this changeset description.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In @.changeset/clever-hats-go.md around lines 8 - 9, Correct the changeset
description to remove the claim that CreateOrganization supports a subheading
prop, while retaining the supported title prop and the subheading support claims
for BaseOrganizationList and BaseOrganizationProfile.

- Improve margins, borders, text alignment, and spacing to resolve layout alignment issues.
Loading