Releases: FusionAuth/fusionauth-astro-components
Releases · FusionAuth/fusionauth-astro-components
Add backoff, multiple fetches
v2.1.0
Components will now throw an Error
if the fetch of the url
fails. This is to prevent silent failures when the URL is wrong or the server is down.
2.0.0
- ⬆️ Requiring astro ^4.2.1
1.1.2
v1.1.1
- 🐛 Fixing bug that was removing last lines of files due to a bad string conversion of the
tags
property
v1.1.0
- ⬆️ Bumping
node
to at least 18 - ⬆️ Bumping
astro
to at least 3.2.4 - ✨ Adding a
title
prop to<RemoteCode>
, which is shown as a piece of text above the code block.
v1.0.0
First release of the set of Astro components developed by FusionAuth.