Skip to content

Update CHANGELOG for version 4.101.2#1522

Open
testableapple wants to merge 1 commit into
developfrom
port-v4-changelog
Open

Update CHANGELOG for version 4.101.2#1522
testableapple wants to merge 1 commit into
developfrom
port-v4-changelog

Conversation

@testableapple

@testableapple testableapple commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

  • Bug Fixes
    • Resolved an issue in the composer where the attachment picker icon could change unexpectedly while typing when only one attachment option was available.
    • Updated the release notes with version 4.101.2.

@testableapple testableapple requested a review from a team as a code owner July 3, 2026 16:51
@coderabbitai

coderabbitai Bot commented Jul 3, 2026

Copy link
Copy Markdown

Review Change Stack

πŸ“ Walkthrough

Walkthrough

Added a new CHANGELOG.md entry for version 4.101.2 documenting a fix for the composer attachment picker's paperclip icon collapsing into an arrow while typing when only one picker item was available.

Changes

Changelog Update

Layer / File(s) Summary
Add 4.101.2 release entry
CHANGELOG.md
New changelog section documents a fix for the attachment picker icon collapsing into an arrow while typing.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Suggested reviewers: laevandus, martinmitrevski

πŸš₯ Pre-merge checks | βœ… 5
βœ… Passed checks (5 passed)
Check name Status Explanation
Description Check βœ… Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check βœ… Passed The title clearly matches the main change: adding the 4.101.2 changelog entry.
Docstring Coverage βœ… Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check βœ… Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check βœ… Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
πŸ§ͺ Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch port-v4-changelog

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.

❀️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 1

πŸ€– Prompt for all review comments with 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.

Inline comments:
In `@CHANGELOG.md`:
- Around line 52-57: The changelog entry heading is one level too high, which
makes the Keep a Changelog subsection hierarchy inconsistent. Update the version
heading for 4.101.2 in CHANGELOG.md to use the expected level-2 style so the
existing β€œ### Fixed” subsection remains correctly nested; keep the surrounding
changelog structure aligned with the standard subsection headings used elsewhere
in CHANGELOG.md.
πŸͺ„ Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
βš™οΈ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 6f6f7bef-8f39-470b-8468-daf91ffd28db

πŸ“₯ Commits

Reviewing files that changed from the base of the PR and between 7ea4073 and cdd268b.

πŸ“’ Files selected for processing (1)
  • CHANGELOG.md

Comment thread CHANGELOG.md
Comment on lines +52 to +57
# [4.101.2](https://github.com/GetStream/stream-chat-swiftui/releases/tag/4.101.2)
_July 03, 2026_

### 🐞 Fixed
- Fix the composer attachment picker collapsing the paperclip icon into an arrow while typing when only a single picker item is available [#1496](https://github.com/GetStream/stream-chat-swiftui/pull/1496)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

πŸ“ Maintainability & Code Quality | 🟑 Minor | ⚑ Quick win

Fix the changelog heading level.

# [4.101.2] skips the expected hierarchy, which makes the ### Fixed subsection one level too deep. Use a level-2 version heading here so the entry stays aligned with Keep a Changelog. As per coding guidelines, CHANGELOG.md entries should use ### Added, ### Fixed, ### Changed subsections.

Proposed fix
-# [4.101.2](https://github.com/GetStream/stream-chat-swiftui/releases/tag/4.101.2)
+## [4.101.2](https://github.com/GetStream/stream-chat-swiftui/releases/tag/4.101.2)
πŸ“ Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
# [4.101.2](https://github.com/GetStream/stream-chat-swiftui/releases/tag/4.101.2)
_July 03, 2026_
### 🐞 Fixed
- Fix the composer attachment picker collapsing the paperclip icon into an arrow while typing when only a single picker item is available [#1496](https://github.com/GetStream/stream-chat-swiftui/pull/1496)
## [4.101.2](https://github.com/GetStream/stream-chat-swiftui/releases/tag/4.101.2)
_July 03, 2026_
### 🐞 Fixed
- Fix the composer attachment picker collapsing the paperclip icon into an arrow while typing when only a single picker item is available [`#1496`](https://github.com/GetStream/stream-chat-swiftui/pull/1496)
🧰 Tools
πŸͺ› markdownlint-cli2 (0.22.1)

[warning] 55-55: Heading levels should only increment by one level at a time
Expected: h2; Actual: h3

(MD001, heading-increment)

πŸ€– 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 `@CHANGELOG.md` around lines 52 - 57, The changelog entry heading is one level
too high, which makes the Keep a Changelog subsection hierarchy inconsistent.
Update the version heading for 4.101.2 in CHANGELOG.md to use the expected
level-2 style so the existing β€œ### Fixed” subsection remains correctly nested;
keep the surrounding changelog structure aligned with the standard subsection
headings used elsewhere in CHANGELOG.md.

Sources: Coding guidelines, Linters/SAST tools

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants