# Changelog

All notable changes to BW Pre-Heading are documented here.

Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
Versioning follows [SemVer](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.3] - 2026-05-01

### Changed
- `eyebrowText` default in `block.json` is now an empty string, and the `render.php` fallback is also empty. The string `Enter text here` now exists *only* as the RichText `placeholder` in the editor, so it disappears the moment an author starts typing — instead of being a literal default value the author has to delete first.

## [0.1.2] - 2026-05-01

### Changed
- Generalised the eyebrow placeholder / default / fallback text from the Prompt Victoria-specific `November 5, 2026 · Victoria Conference Centre` to a generic `Enter text here` so the block ships sensible neutral copy for any site. Existing block instances that already store custom text are unaffected; only newly inserted blocks (or blocks where the user clears the field) see the new default.
- Switched the JS `__()` text-domain on the placeholder string from `kadence-child` to `bw-pre-heading` to match the plugin's declared text domain.

## [0.1.1] - 2026-04-24

### Changed
- Swapped brand "gold" color from `#FBB040` to `#f58220` across both color dropdowns (prompt icon + text), default values, and enum whitelists. Existing block instances stored with `#FBB040` gracefully fall back to the new default on render since the old value is no longer in the enum.

## [0.1.0] - 2026-04-24

### Added
- Initial plugin scaffold under PLUGIN.md conventions.
- `bw/pre-heading` Gutenberg block with:
  - Inline-editable eyebrow text (RichText, plain text only).
  - Prompt-icon color dropdown (Gold `#FBB040` / White `#FFFFFF`).
  - Text-color dropdown (Gold `#FBB040` / White `#FFFFFF`).
  - Alignment dropdown (Left / Center / Right).
  - Server-side rendering via `render.php`.
  - Self-contained CSS using Space Grotesk 14px / 600 / 0.14em letter-spacing.
- Lifted from `kadence-child` theme into a standalone, portable plugin.
