fix: correct changelog entries and avatar flex layout shrinking #833
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.
Description
This PR corrects the changelog entries to accurately reflect what was shipped in each release and includes a fix for Avatar components shrinking in flex layouts. The avatar flex layout issue was merged into release/14 (v0.4.0) when main was merged but the changelogs were not updated, so the changelog has been updated to reflect the actual shipping timeline. Additionally, this includes the technical fix that changes the CSS class from
flex-shrink-0
toshrink-0
in the AvatarBase component. Both classnames work butshrink-0
is more accurate and aligns with tailwind docsRelated issues
Fixes: N/A
Manual testing steps
yarn build
to ensure all packages build successfullyScreenshots/Recordings
Not applicable - this is primarily a changelog correction with a minor CSS class fix.
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist