Add Text formatter storage support#891
Merged
Merged
Conversation
🤖 Augment PR SummarySummary: This PR implements formatter- and format-style-backed storage for Changes:
Technical Notes: Format resolution is environment-sensitive and includes platform-specific handling for converting 🤖 Was this summary useful? React with 👍 or 👎 |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #891 +/- ##
==========================================
+ Coverage 26.50% 26.79% +0.28%
==========================================
Files 689 690 +1
Lines 48193 48287 +94
==========================================
+ Hits 12774 12938 +164
+ Misses 35419 35349 -70 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Agent Summary
Adds formatter-backed
Textstorage support and format-style handling for OpenSwiftUI text initialization.Changes
Textinitializers backed byFormatterandFormatStylestorage.Foundation.FormatStyleandTextSizeVariant.TextFormatStyleExampleand a disabled UI snapshot test covering the documented date format-style example.