Releases: trueberryless-org/starlight-latest-version
[email protected]
0.6.0
Minor Changes
- #58
f4776fbThanks @trueberryless! - Rename package fromstarlight-plugin-show-latest-versiontostarlight-latest-version.
[email protected]
0.5.1
Patch Changes
- #52
1152b13Thanks @trueberryless-org! - Setups trusted publishing using OpenID Connect (OIDC) authentication — no code changes.
[email protected]
0.5.0
Minor Changes
- #32
9bdad60Thanks @trueberryless! -⚠️ BREAKING CHANGE: If you setshowInSiteTitleto"deferred", you will have to enable experimental sessions because the version will be cached for an hour.
[email protected]
[email protected]
0.4.0
Minor Changes
-
#29
3656c8fThanks @trueberryless! -⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now version0.32.0.Please use the
@astrojs/upgradecommand to upgrade your project:npx @astrojs/upgrade
[email protected]
0.4.2
Patch Changes
-
#29
3656c8fThanks @trueberryless! - Update documenation/componentsbecause the notes were too large -
Updated dependencies [
3656c8f]:
[email protected]
0.3.1
Patch Changes
- #26
38e0418Thanks @trueberryless! - Prevents the header title from being translated by automatic translation systems.
[email protected]
0.4.1
Patch Changes
-
#25
7a3372dThanks @trueberryless! - Update documentation to new Astro 5.1.10 version (fix for Server Islands was released in 5.1.8; see #12982) -
Updated dependencies [
38e0418]:
[email protected]
0.4.0
Thanks @HiDeoo for debuggin the issue here.
Minor Changes
- #23
2be0e67Thanks @trueberryless! - Downgrade astro to v5.0.5 because server island respond with 404. Upgrading once this issue is fixed.
Patch Changes
2b69c46Thanks @trueberryless! - Make own logo for this plugin
[email protected]
0.3.0
Special thanks to @HiDeoo for their valuable feedback, which helped shape many of the improvements in this release.
Minor Changes
-
#16
3de9964Thanks @trueberryless! - Useserver:deferin theSiteTitle.astrooverride component ifshowInSiteTitleis set to"deferred".⚠️ BREAKING CHANGE: You now have to use some server adapter if you setshowInSiteTitleto"deferred".If you set the
showInSiteTitleconfiguration option to"deferred", you have to add a server adapter because the plugin override now usesserver:deferin order to fetch the latest version on-demand.Read more about Server Islands in this blog post or the Astro documentation.
-
#14
8b0c933Thanks @trueberryless! - Add version support for NPM and GitLab.⚠️ BREAKING CHANGE: The configuration interface changed.Please follow the steps below to use the plugin like before or read the documentation for the newly defined API.
Change the removed
repoconfiguration to the newsourceconfiguration object:// astro.config.ts starlightPluginShowLatestVersion({ - repo: "${slug}", + source: { + type: "github", + slug: "${slug}", + }, }),Note that you can now use
"npm","github"or"gitlab"as the source type. This means that the plugin can be better customised to where you publish and release your packages.
Patch Changes
-
#16
3de9964Thanks @trueberryless! - Make override of StarlightSiteTitle.astrooptional. You now have to opt-in by setting the newshowInSiteTitleconfiguration option to"true"because it does not get overridden by default. -
#16
ae72935Thanks @trueberryless! - Add simple fallback content for SiteTitle override Version Badge