From 992598f01d1ef060769044896974e5986af646d1 Mon Sep 17 00:00:00 2001 From: Liam Bigelow <40188355+bglw@users.noreply.github.com> Date: Tue, 21 May 2024 11:25:57 +1200 Subject: [PATCH] Tweak changelog --- CHANGELOG.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06c04024..e40ac046 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,17 +9,18 @@ ## Unreleased -* Adds component error boundaries to the Astro engine. -* Adds support for client rendered components inside Bookshop components. -* Astro Bookshop will now attempt to load build plugins from your integrations. -* Fixes an issue where the asset URLs generated by Astro Bookshop during live editing were wrong. -* Fixes an issue where Astro Dynamic tags would break live editing. -* Fixes some inconsistencies in content collections between Bookshop and Astro. -* Fixes some inconsistencies in the `Image` component between Bookshop and Astro. -* Fixes an issue where component names containing dashes would break MDX auto-imports. -* Fixes an issue where React TSX components would fail to parse. -* Fixes an issue where scripts in Astro components would be run multiple times when live editing. -* Fixes an issue where the Astro engine was too lenient when checking bookshop names. +* Bookshop Astro Features & Fixes + * Adds component error boundaries to the Astro engine. + * Adds support for client rendered components inside Bookshop components. + * Astro Bookshop will now attempt to load build plugins from your integrations. + * Fixes an issue where the asset URLs generated by Astro Bookshop during live editing were wrong. + * Fixes an issue where Astro Dynamic tags would break live editing. + * Fixes some inconsistencies in content collections between Bookshop and Astro. + * Fixes some inconsistencies in the `Image` component between Bookshop and Astro. + * Fixes an issue where component names containing dashes would break MDX auto-imports. + * Fixes an issue where React TSX components would fail to parse. + * Fixes an issue where scripts in Astro components would be run multiple times when live editing. + * Fixes an issue where the Astro engine was too lenient when checking bookshop names. ## v3.9.0 (December 22, 2023)