summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHouston (Bot)2024-06-09 11:21:26 -0700
committerGitHub2024-06-09 20:21:26 +0200
commitd8c15a32196c57d8acdac3b21bf68a6470def26a (patch)
tree5d37c674f15e6d17c603c1934b8f37d0b0dffc19
parenta055370762032d99a1ca9bf1404af6f3654ce113 (diff)
downloadIT.starlight-d8c15a32196c57d8acdac3b21bf68a6470def26a.tar.gz
IT.starlight-d8c15a32196c57d8acdac3b21bf68a6470def26a.tar.bz2
IT.starlight-d8c15a32196c57d8acdac3b21bf68a6470def26a.zip
[ci] release (#1979)@astrojs/starlight@0.24.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/clever-balloons-suffer.md5
-rw-r--r--.changeset/eighty-comics-pull.md5
-rw-r--r--.changeset/mighty-peaches-prove.md5
-rw-r--r--.changeset/olive-oranges-poke.md5
-rw-r--r--examples/basics/package.json2
-rw-r--r--examples/tailwind/package.json2
-rw-r--r--packages/starlight/CHANGELOG.md78
-rw-r--r--packages/starlight/package.json2
-rw-r--r--pnpm-lock.yaml4
9 files changed, 50 insertions, 58 deletions
diff --git a/.changeset/clever-balloons-suffer.md b/.changeset/clever-balloons-suffer.md
deleted file mode 100644
index 149fd9cf..00000000
--- a/.changeset/clever-balloons-suffer.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Add new social icon for Zulip
diff --git a/.changeset/eighty-comics-pull.md b/.changeset/eighty-comics-pull.md
deleted file mode 100644
index 10168f88..00000000
--- a/.changeset/eighty-comics-pull.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-Updates Vietnamese UI translations
diff --git a/.changeset/mighty-peaches-prove.md b/.changeset/mighty-peaches-prove.md
deleted file mode 100644
index eb3b0242..00000000
--- a/.changeset/mighty-peaches-prove.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-Updates Korean UI translations
diff --git a/.changeset/olive-oranges-poke.md b/.changeset/olive-oranges-poke.md
deleted file mode 100644
index f9b1c2d8..00000000
--- a/.changeset/olive-oranges-poke.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Fixes issues with the locale text direction detection mechanism in some environments like WebContainers or Bun.
diff --git a/examples/basics/package.json b/examples/basics/package.json
index af4b4a67..b750d193 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.24.0",
+ "@astrojs/starlight": "^0.24.1",
"astro": "^4.8.6",
"sharp": "^0.32.5"
}
diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json
index 1c62381e..35623121 100644
--- a/examples/tailwind/package.json
+++ b/examples/tailwind/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.24.0",
+ "@astrojs/starlight": "^0.24.1",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.8.6",
diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md
index 5e1b921f..2325c227 100644
--- a/packages/starlight/CHANGELOG.md
+++ b/packages/starlight/CHANGELOG.md
@@ -1,5 +1,17 @@
# @astrojs/starlight
+## 0.24.1
+
+### Patch Changes
+
+- [#1978](https://github.com/withastro/starlight/pull/1978) [`a5ab8cd6`](https://github.com/withastro/starlight/commit/a5ab8cd6a0095cb48b65b9784054714f87bd7e4d) Thanks [@kylewlacy](https://github.com/kylewlacy)! - Add new social icon for Zulip
+
+- [#1962](https://github.com/withastro/starlight/pull/1962) [`2ef19a94`](https://github.com/withastro/starlight/commit/2ef19a947c54c7d2c085bf8820c862737e2ab08b) Thanks [@torn4dom4n](https://github.com/torn4dom4n)! - Updates Vietnamese UI translations
+
+- [#1976](https://github.com/withastro/starlight/pull/1976) [`5a61f73c`](https://github.com/withastro/starlight/commit/5a61f73c198a33b27342c9b0371dd5fd22da2190) Thanks [@jsparkdev](https://github.com/jsparkdev)! - Updates Korean UI translations
+
+- [#1987](https://github.com/withastro/starlight/pull/1987) [`0b8a8439`](https://github.com/withastro/starlight/commit/0b8a843936bd8506ac228608b07c54a76a7add19) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes issues with the locale text direction detection mechanism in some environments like WebContainers or Bun.
+
## 0.24.0
### Minor Changes
@@ -149,7 +161,7 @@
```css
:root {
- --sl-line-height: 1.8;
+ --sl-line-height: 1.8;
}
```
@@ -389,7 +401,7 @@
```css
.sl-link-card a {
- line-height: 1.6;
+ line-height: 1.6;
}
```
@@ -409,14 +421,14 @@
```css
/* Restore vertical spacing to match Starlight v0.15 and below. */
.sl-markdown-content
- :not(a, strong, em, del, span, input, code)
- + :not(a, strong, em, del, span, input, code, :where(.not-content *)) {
- margin-top: 1.5rem;
+ :not(a, strong, em, del, span, input, code)
+ + :not(a, strong, em, del, span, input, code, :where(.not-content *)) {
+ margin-top: 1.5rem;
}
.sl-markdown-content
- :not(h1, h2, h3, h4, h5, h6)
- + :is(h1, h2, h3, h4, h5, h6):not(:where(.not-content *)) {
- margin-top: 2.5rem;
+ :not(h1, h2, h3, h4, h5, h6)
+ + :is(h1, h2, h3, h4, h5, h6):not(:where(.not-content *)) {
+ margin-top: 2.5rem;
}
```
@@ -428,9 +440,9 @@
starlight-toc a[aria-current='true'],
starlight-toc a[aria-current='true']:hover,
starlight-toc a[aria-current='true']:focus {
- font-weight: 600;
- color: var(--sl-color-text-invert);
- background-color: var(--sl-color-text-accent);
+ font-weight: 600;
+ color: var(--sl-color-text-invert);
+ background-color: var(--sl-color-text-accent);
}
```
@@ -503,14 +515,14 @@
import starlight from '@astrojs/starlight';
export default defineConfig({
- // Disable link prefetching:
- prefetch: false,
+ // Disable link prefetching:
+ prefetch: false,
- integrations: [
- starlight({
- // ...
- }),
- ],
+ integrations: [
+ starlight({
+ // ...
+ }),
+ ],
});
```
@@ -567,12 +579,12 @@
import starlight from '@astrojs/starlight';
export default defineConfig({
- trailingSlash: 'always',
- integrations: [
- starlight({
- // ...
- }),
- ],
+ trailingSlash: 'always',
+ integrations: [
+ starlight({
+ // ...
+ }),
+ ],
});
```
@@ -920,16 +932,16 @@
```css
:root {
- --sl-hue-accent: 234;
- --sl-color-accent-low: hsl(var(--sl-hue-accent), 54%, 20%);
- --sl-color-accent: hsl(var(--sl-hue-accent), 100%, 60%);
- --sl-color-accent-high: hsl(var(--sl-hue-accent), 100%, 87%);
+ --sl-hue-accent: 234;
+ --sl-color-accent-low: hsl(var(--sl-hue-accent), 54%, 20%);
+ --sl-color-accent: hsl(var(--sl-hue-accent), 100%, 60%);
+ --sl-color-accent-high: hsl(var(--sl-hue-accent), 100%, 87%);
}
:root[data-theme='light'] {
- --sl-color-accent-high: hsl(var(--sl-hue-accent), 80%, 30%);
- --sl-color-accent: hsl(var(--sl-hue-accent), 90%, 60%);
- --sl-color-accent-low: hsl(var(--sl-hue-accent), 88%, 90%);
+ --sl-color-accent-high: hsl(var(--sl-hue-accent), 80%, 30%);
+ --sl-color-accent: hsl(var(--sl-hue-accent), 90%, 60%);
+ --sl-color-accent-low: hsl(var(--sl-hue-accent), 88%, 90%);
}
```
@@ -1308,8 +1320,8 @@
```json
{
- "search.label": "Suchen",
- "search.shortcutLabel": "(Drücke / zum Suchen)"
+ "search.label": "Suchen",
+ "search.shortcutLabel": "(Drücke / zum Suchen)"
}
```
diff --git a/packages/starlight/package.json b/packages/starlight/package.json
index ff3f0923..e78d9a04 100644
--- a/packages/starlight/package.json
+++ b/packages/starlight/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/starlight",
- "version": "0.24.0",
+ "version": "0.24.1",
"description": "Build beautiful, high-performance documentation websites with Astro",
"scripts": {
"test": "vitest",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 7f60971c..3ac8ee84 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -73,7 +73,7 @@ importers:
examples/basics:
dependencies:
'@astrojs/starlight':
- specifier: ^0.24.0
+ specifier: ^0.24.1
version: link:../../packages/starlight
astro:
specifier: ^4.8.6
@@ -85,7 +85,7 @@ importers:
examples/tailwind:
dependencies:
'@astrojs/starlight':
- specifier: ^0.24.0
+ specifier: ^0.24.1
version: link:../../packages/starlight
'@astrojs/starlight-tailwind':
specifier: ^2.0.3