From 86f75d6f1653b1b590ffd5753cff5ebb923bcf7b Mon Sep 17 00:00:00 2001 From: Ivan Ramljak Date: Tue, 3 Dec 2024 11:11:15 +0100 Subject: [PATCH 1/3] Fix Image component fallback class output --- blocks/init/src/Blocks/components/image/image.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks/init/src/Blocks/components/image/image.php b/blocks/init/src/Blocks/components/image/image.php index 28ebca5..db136f9 100644 --- a/blocks/init/src/Blocks/components/image/image.php +++ b/blocks/init/src/Blocks/components/image/image.php @@ -57,7 +57,7 @@ class="" <?php echo esc_attr($imageAlt); ?> From 59b0360993ed3de69d311b77b0b6eba5fae9f0c8 Mon Sep 17 00:00:00 2001 From: Ivan Ramljak Date: Tue, 3 Dec 2024 11:11:27 +0100 Subject: [PATCH 2/3] Update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bf4c37..86801d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a --- +## [1.4.7] + +### Changed +- Fixed Image component "image" part tailwind class output if not set. +- Updated dependencies. + ## [1.4.6] ### Changed @@ -159,6 +165,7 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a - Initial release. [Unreleased]: https://github.com/infinum/eightshift-frontend-libs-tailwind/compare/master...HEAD +[1.4.7]: https://github.com/infinum/eightshift-frontend-libs-tailwind/compare/1.4.6...1.4.7 [1.4.6]: https://github.com/infinum/eightshift-frontend-libs-tailwind/compare/1.4.5...1.4.6 [1.4.5]: https://github.com/infinum/eightshift-frontend-libs-tailwind/compare/1.4.4...1.4.5 [1.4.4]: https://github.com/infinum/eightshift-frontend-libs-tailwind/compare/1.4.3...1.4.4 From 03288c5cc9ff4d527aae0026695803994c66f831 Mon Sep 17 00:00:00 2001 From: Ivan Ramljak Date: Tue, 3 Dec 2024 11:11:57 +0100 Subject: [PATCH 3/3] Update version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ccbb296..fc908e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eightshift/frontend-libs-tailwind", - "version": "1.4.6", + "version": "1.4.7", "description": "A framework for creating modern Gutenberg themes with styling provided by Tailwind CSS.", "author": { "name": "Eightshift team",