Skip to content

v2.3.3

Choose a tag to compare

@github-actions github-actions released this 05 Jun 14:35

Highlights: Reverts the sky-compass sun marker from the photographic data-URI image introduced in v2.3.2 back to a flat gold SVG circle. src/lib/sun-image.ts is deleted; the sun renders via a CSS-classed circle element queried as .sun. The committed bundle shrinks 242,013 → 218,397 bytes (−23.6 KB, ~9.7%), entirely from dropping the inlined sun image.

🔄 Changed

Sky-compass sun reverted to flat gold disc

The photographic sun marker added in v2.3.2 is removed. src/lib/sun-image.ts and its SUN_IMAGE data-URI export are deleted. src/components/sky-compass.ts now renders the sun as a plain SVG circle with the sunDotClass CSS classes — the same approach used before v2.3.2 — rather than an image element. Tests in tests/sky-compass.test.ts query .sun (the circle) instead of the former image element. (#126, #127)

The photographic moon marker from v2.3.2 is unchanged.

📦 Install / Upgrade

Through HACS, update to v2.3.3. No restart required; reload your browser/dashboard.

HA caches ES modules aggressively. After updating, bump the ?v=2.3.3 query string on your Lovelace resource URL (/hacsfiles/adaptive-cover-pro-card/adaptive-cover-pro-card.js?v=2.3.3) to ensure browsers pick up the new bundle. A hard-refresh alone is not sufficient.

No config migration needed.

Compatibility: Home Assistant 2024.1+, Adaptive Cover Pro integration v2.22.1-beta.3 or newer.