Skip to content

v2.5.0

Choose a tag to compare

@reatlat reatlat released this 29 Jun 07:57
· 24 commits to main since this release
bbdadff

Added

  • buttonStyle config option. New buttonStyle: 'fill' | 'outline' option (default 'fill') controls how the banner and settings-modal Accept / Reject buttons render. 'fill' keeps the current solid, equal-prominence look; 'outline' renders accent-bordered transparent buttons for a lighter visual weight. Also accepted via the data-button-style="outline" script attribute. Unknown values fall back to 'fill' (normalised in mergeConfig).

Changed

  • @freshjuice/zest-astro and @freshjuice/zest-eleventy bumped to 2.5.0 (lockstep with the root package). Peer dependency range now @freshjuice/zest: ^2.5.0. No plugin code changes — the plugins inject the Zest IIFE unchanged; buttonStyle is a full-build-only UI concern and does not affect plugin output.