Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@astrojs/[email protected]
Minor Changes
#441
0119a49Thanks @lorenzolewis! - Add support for hiding entries from an autogenerated sidebar:#470
d076aecThanks @delucis! - Drop support for the--sl-hue-accentCSS custom property.--sl-hue-accentcustom property. This could result in inaccessible color contrast and unpredictable results.You must now set accent colors directly. If you relied on setting
--sl-hue-accent, migrate by setting light and dark mode colors in your custom CSS:The new color theme editor might help if you’d prefer to set a new color scheme.
#397
73eb5e6Thanks @lorenzolewis! - AddLinkCardcomponentPatch Changes
#460
2e0fb90Thanks @HiDeoo! - Fix current page highlight in sidebar for URLs with no trailing slash#467
461a5d5Thanks @delucis! - Fix type error for downstreamtscusers#475
06a205eThanks @Yan-Thomas! - Locales whose language tag includes a regional subtag now use built-in UI translations for their base language. For example, a locale with a language ofpt-BRwill use ourptUI translations.#473
6a7692aThanks @HiDeoo! - Fix issue with nested<Tabs>components@astrojs/[email protected]
Minor Changes
555826dThanks @delucis! - Add Tailwind pluginPatch Changes
2e0fb90,0119a49,d076aec,73eb5e6,461a5d5,06a205e,6a7692a]: