---
title: "v1.4.4 — Theme Inheritance Stability and Maintenance Updates"
version: 1.4.4
date: 2025-06-26
description: "Patch release fixing theme inheritance in ConsentManager and related components, plus dependency updates and stronger tests to prevent regressions."
tags:
  - release
  - stable
  - react
  - styling
  - theming
canary: false
type: release
breaking: false
authors: burnedchris
packages:
  - "@c15t/react@1.4.4"
---
## Bug Fixes

* Ensure `ConsentManager` and related components correctly inherit theme properties from `ConsentManagerProvider` for consistent styling.

## Chores

* Updated internal dependencies for compatibility and performance.

## 🧪 Tests

* Enhanced test coverage for theme inheritance to prevent regressions.

## ✨ What's Changed

* Theme inheritance fixes and maintenance updates:
  * [e9ecfa5](https://github.com/c15t/c15t/commit/e9ecfa5cd9035fa8903fc6f1e7b13f3552c3e819)
  * [c44c22a](https://github.com/c15t/c15t/commit/c44c22a79f32ec9d3900856535a2256a9328463c)
  * [e3b9caf](https://github.com/c15t/c15t/commit/e3b9caf36611582f4955921ca3fb65c1ecbc4b1e)
  * [f6a3e5f](https://github.com/c15t/c15t/commit/f6a3e5fe6948fbf4b4a3d02fb3f09adca180bca2)

**Full Changelog**: [c15t@1.4.3...c15t@1.4.4](https://github.com/c15t/c15t/compare/c15t@1.4.3...c15t@1.4.4)

<ContributorBlock usernames={["BurnedChris", "KayleeWilliams"]} />
