Merged
Conversation
* open representations initialisation * Document changes
Update SnappTheming.md
…settableshape-for-snappthemingshapetype
…der public var shape: some InsettableShape`
Fix LICENSE
…-example Remove `SnappThemingSVGSupport` usage from example
stinger
approved these changes
Nov 4, 2025
Formatting warnings
Update swift.yml
Migrate the example apps to Swift 6
…leshape-for-snappthemingshapetype Add support of `InsettableShape` for `SnappThemingShapeType`
* initial extending of SnappThemingExternalImageProcessorProtocol * provide a proper way to handle image object and add documentation
- `SnappThemingImageProcessorsRegistry` changes: - add unregister method - make sure it's thread safe - refresh documentation - add tests for `SnappThemingImageManager` - fix warnings in tests code
🛡️ Code Coverage Report
Generated by Swift Coverage Action. |
v-volod
approved these changes
Nov 11, 2025
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.
Summary
Release version 0.1.3 with Swift 6 migration, improved shape support, enhanced image processing
capabilities, and refinements to example applications.
What
Version bump to 0.1.3 combining multiple improvements across the framework:
Core Features
SnappThemingExternalImageProcessorProtocolto provide URL context alongside data to imageprocessors, critical for formats like SVG that need resource context
InsettableShapeforSnappThemingShapeType#130): UpgradedSnappThemingShapeTypeto supportInsettableShapebuilder pattern for better SwiftUI integrationissues when switching themes
SnappThemingImageManagerfunctionality
unregister()method for dynamic processor lifecycle managementSnappThemingImageProcessorsRegistryExample App Refinements
SnappThemingSVGSupportdependency from example (RemoveSnappThemingSVGSupportusage from example #133) to decouple testingShapeBuilderin favor of standard patternWhy
These changes:
(e.g.,
clipShape,strokeBorder)Changes
API Enhancements
SnappThemingExternalImageProcessorProtocolnow receives image URLs for contextSnappThemingShapeTypeshape property changed to@InsettableShapeBuilderSnappThemingImageProcessorsRegistryaddsunregister()methodTesting
SnappThemingImageManagerTests.swiftwith comprehensive test coverageCode Quality
ShapeBuilderabstractionDependencies & Infrastructure
Related Issues Resolved