Back-merge 1.1.0 release prep into develop#24
Merged
Conversation
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>
There was a problem hiding this comment.
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` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Git Flow back-merge: brings the
release/1.1.0prep commits intodevelopafter the 1.1.0 release was tagged onmain.Diff vs
developis just the two release-prep commits:No source/behavior changes beyond doc comments + CHANGELOG.
🤖 Generated with Claude Code