Skip to content

Commit eb90134

Browse files
committed
fix: revert shared styles, use standalone styles per block
- Reverted shared SCSS approach that may have caused CSS variable issues - Each block now has complete standalone styles - category-integrations copies integration-feature styles with scoping - Direct values instead of CSS variable indirection for reliability
1 parent e98e330 commit eb90134

5 files changed

Lines changed: 447 additions & 337 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.4.3] - 2025-01-18
9+
10+
### Changed
11+
- Reverted shared styles approach - each block now has standalone styles
12+
- Category integrations now has complete copy of integration-feature styles
13+
- Scoped to `.pm-category-integrations .pm-integration-feature` for isolation
14+
- Exact match of original integration-features styling
15+
- No CSS variable indirection - direct values for reliability
16+
17+
### Fixed
18+
- Potential CSS variable resolution issues from shared styles approach
19+
820
## [0.4.2] - 2025-01-18
921

1022
### Changed

integration-features.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Integration Features
44
* Plugin URI: https://github.com/code-atlantic/integration-features
55
* Description: Gutenberg blocks for displaying integration features with tier badges, accordion descriptions, and group organization.
6-
* Version: 0.4.2
6+
* Version: 0.4.3
77
* Requires at least: 6.7
88
* Requires PHP: 7.4
99
* Author: Code Atlantic

src/_shared.scss

Lines changed: 0 additions & 330 deletions
This file was deleted.

0 commit comments

Comments
 (0)