Skip to content

Back-merge 1.1.0 release prep into develop#24

Merged
PierreJanineh merged 2 commits into
developfrom
release/1.1.0
Jun 1, 2026
Merged

Back-merge 1.1.0 release prep into develop#24
PierreJanineh merged 2 commits into
developfrom
release/1.1.0

Conversation

@PierreJanineh

Copy link
Copy Markdown
Member

📋 Description

Git Flow back-merge: brings the release/1.1.0 prep commits into develop after the 1.1.0 release was tagged on main.

Diff vs develop is just the two release-prep commits:

  • DocC symbol-link warning fixes (docs now build with 0 warnings)
  • CHANGELOG finalized for 1.1.0

No source/behavior changes beyond doc comments + CHANGELOG.

🤖 Generated with Claude Code

PierreJanineh and others added 2 commits May 31, 2026 18:45
Documentation audit cleanup:
- Convert non-symbol tokens (progressLineWidth, progressInnerLineWidth,
  radius) in the size tables from `` ``symbol`` `` links to plain code spans
  in Options.size and setSize(_:).
- Close the malformed ``GrowDirection/end`` links (were missing trailing
  backticks) in Options.growFrom and setGrow(from:).
- Fix the setGrow `- Parameter from:` -> `direction:` external-name mismatch.

DocC now builds with 0 warnings.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Promote [Unreleased] -> [1.1.0] (2026-05-31), add the DocC warning fix and
the workflow-permissions security entry, and add version compare links.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings June 1, 2026 04:17

Copilot AI 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.

Pull request overview

Back-merges the 1.1.0 release preparation into develop, primarily updating DocC-facing comments and finalizing the changelog for the tagged release.

Changes:

  • Adjusts DocC links/inline code formatting for size and grow-direction documentation.
  • Finalizes the 1.1.0 changelog section with release notes and compare links.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
Sources/ProgressUI/Options.swift Updates documentation formatting for size defaults and GrowDirection.end.
Sources/ProgressUI/Components/ProgressUI/ProgressUI+Modifiers.swift Updates modifier documentation formatting and parameter naming.
CHANGELOG.md Adds the finalized 1.1.0 release section and compare links.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +71 to +73
``ProgressSize/large`` > `trackWidth = 45`, `progressLineWidth = 10`, `progressInnerLineWidth = 5`, `radius = 60`

``ProgressSize/small`` > `trackWidth = 15`, `progressLineWidth = 5`, `progressInnerLineWidth = 2.5`, `radius = 30`
Comment on lines +17 to +19
/// ``ProgressSize/large`` > `trackWidth = 45`, `progressLineWidth = 10`, `progressInnerLineWidth = 5`, `radius = 60`
///
/// ``ProgressSize/small`` > ``trackWidth`` = `15`, ``progressLineWidth`` `= 5`, ``progressInnerLineWidth`` `= 2.5`, ``radius`` `= 30`
/// ``ProgressSize/small`` > `trackWidth = 15`, `progressLineWidth = 5`, `progressInnerLineWidth = 2.5`, `radius = 30`
@PierreJanineh PierreJanineh merged commit 217f8c4 into develop Jun 1, 2026
20 checks passed
@PierreJanineh PierreJanineh deleted the release/1.1.0 branch June 1, 2026 04:35
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