From a8757e7a0761b42ef9690b9c25e359156a0f3f78 Mon Sep 17 00:00:00 2001 From: Oleksii Kolomiiets <70503964+oleksiikolomiietssnapp@users.noreply.github.com> Date: Mon, 10 Nov 2025 09:44:32 +0100 Subject: [PATCH 1/3] Update changelog for version 0.0.4 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96500f7..87b9c30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,25 @@ All notable changes to this project will be documented in this file. --> +## [0.0.4] - 2025-11-10 + +Build infrastructure improvements, API enhancements, and example application. + +### Added +- Example SwiftUI application demonstrating SVG theme support with light, dark, and pink theme configurations. +- SwiftFormatLintPlugin dependency (1.0.4) for improved code linting. +- API support in `SnappThemingSVGSupportImageConverter` for both data and file URL-based image inputs via new `SnappThemingImageObject` parameter type. + +### Changed +- Updated SnappTheming dependency from version 0.1.2 to track the "next" branch for latest features and fixes. +- Migrated from internal "SnappThemingSVGSupportSwiftFormatPlugin" to external SwiftFormatLintPlugin dependency. +- Refactored GitHub Actions workflow to use external `swift-coverage-action` for improved CI/CD maintainability. +- Simplified PR template to streamlined "What," "Why," "Changes" format. + +### Removed +- Internal "SnappThemingSVGSupportSwiftFormatPlugin" build plugin in favor of external dependency management. +- Custom shell and JavaScript coverage extraction scripts, replaced by proven external action. + ## [0.0.3] - 2025-02-25 Bug fixes and improvements From 7c3cec5750357b1bbf630d385d2ed445511fdb8f Mon Sep 17 00:00:00 2001 From: Oleksii Kolomiiets <70503964+oleksiikolomiietssnapp@users.noreply.github.com> Date: Mon, 10 Nov 2025 09:46:06 +0100 Subject: [PATCH 2/3] Update changelog for version 0.0.4 --- CHANGELOG.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87b9c30..f1def0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,22 +20,19 @@ All notable changes to this project will be documented in this file. ## [0.0.4] - 2025-11-10 -Build infrastructure improvements, API enhancements, and example application. +Build infrastructure improvements and example application. ### Added -- Example SwiftUI application demonstrating SVG theme support with light, dark, and pink theme configurations. -- SwiftFormatLintPlugin dependency (1.0.4) for improved code linting. -- API support in `SnappThemingSVGSupportImageConverter` for both data and file URL-based image inputs via new `SnappThemingImageObject` parameter type. +- Example SwiftUI application with theme demonstrations +- Support for data and file URL-based image inputs ### Changed -- Updated SnappTheming dependency from version 0.1.2 to track the "next" branch for latest features and fixes. -- Migrated from internal "SnappThemingSVGSupportSwiftFormatPlugin" to external SwiftFormatLintPlugin dependency. -- Refactored GitHub Actions workflow to use external `swift-coverage-action` for improved CI/CD maintainability. -- Simplified PR template to streamlined "What," "Why," "Changes" format. +- Updated SnappTheming dependency to "next" branch +- Migrated to external SwiftFormatLintPlugin for code linting +- Refactored CI/CD workflow using swift-coverage-action ### Removed -- Internal "SnappThemingSVGSupportSwiftFormatPlugin" build plugin in favor of external dependency management. -- Custom shell and JavaScript coverage extraction scripts, replaced by proven external action. +- Internal build plugin in favor of external dependencies ## [0.0.3] - 2025-02-25 From 2f4219c3599b66ebb1e7900c9b109fba4a7b2814 Mon Sep 17 00:00:00 2001 From: Oleksii Kolomiiets <70503964+oleksiikolomiietssnapp@users.noreply.github.com> Date: Mon, 10 Nov 2025 09:48:39 +0100 Subject: [PATCH 3/3] Update changelog for version 0.0.4 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1def0d..fea6a45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,10 @@ Build infrastructure improvements and example application. - Migrated to external SwiftFormatLintPlugin for code linting - Refactored CI/CD workflow using swift-coverage-action +### Fixed +- [#12](https://github.com/Snapp-Mobile/SnappThemingSVGSupport/issues/12) + Proper SVG source handling with URL context for theme switching + ### Removed - Internal build plugin in favor of external dependencies