Skip to content

Commit

Permalink
Tweak changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw committed May 20, 2024
1 parent dce9464 commit 992598f
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 992598f

Please sign in to comment.