Releases: HiDeoo/starlight-package-managers
Releases · HiDeoo/starlight-package-managers
[email protected]
[email protected]
Patch Changes
- #30
b88d821
Thanks @deloreyj! - Strips version from package names for thecreate
command type for theyarn
package manager which does not support versioned package names for this command type.
[email protected]
Minor Changes
-
#25
05d78f0
Thanks @HiDeoo! - Changes the default order of default package managers to be alphabetical (npm
,pnpm
, andyarn
instead ofnpm
,yarn
, andpnpm
).If you want to preserve the previous behaviour, you can check the “Global Customization” guide and manually specify the package managers order you want.
-
#27
de20d7e
Thanks @HiDeoo! - Uses thepnpx
command instead ofpnpm dlx
for thedlx
command type which is a shorter alias available since[email protected]
.
[email protected]
v0.8.0
v0.7.0
🚀 Features
- Adds support for the built-in Astro
<Code />
component when Expressive Code is disabled - by @HiDeoo (84eb8)
View changes on GitHub
v0.6.0
v0.5.0
v0.4.0
🚨 Breaking Changes
🚀 Features
- Adds package manager icons for
npm
,yarn
,pnpm
, andbun
- by @HiDeoo (54506)
By default,starlight-package-managers
now displays a package manager icon next to its name.
You can disable this behavior using the newicons
prop and set it tofalse
.