summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHouston (Bot)2023-12-06 10:43:51 -0800
committerGitHub2023-12-06 19:43:51 +0100
commit460fad6ec3d6aa99b837842897f4dec34b362fd0 (patch)
treea41cb62893d44136a7a394784e915239459bfedb
parentee234ebddcba8d07e2c879f33e38631c8955ffcf (diff)
downloadIT.starlight-460fad6ec3d6aa99b837842897f4dec34b362fd0.tar.gz
IT.starlight-460fad6ec3d6aa99b837842897f4dec34b362fd0.tar.bz2
IT.starlight-460fad6ec3d6aa99b837842897f4dec34b362fd0.zip
[ci] release (#1240)@astrojs/starlight@0.15.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/large-planes-ring.md5
-rw-r--r--.changeset/little-games-develop.md13
-rw-r--r--.changeset/mighty-bugs-punch.md5
-rw-r--r--.changeset/new-starfishes-accept.md5
-rw-r--r--.changeset/sour-guests-tease.md24
-rw-r--r--.changeset/strange-boxes-know.md4
-rw-r--r--examples/basics/package.json2
-rw-r--r--examples/tailwind/package.json2
-rw-r--r--packages/starlight/CHANGELOG.md76
-rw-r--r--packages/starlight/package.json2
-rw-r--r--pnpm-lock.yaml4
11 files changed, 66 insertions, 76 deletions
diff --git a/.changeset/large-planes-ring.md b/.changeset/large-planes-ring.md
deleted file mode 100644
index de7791c6..00000000
--- a/.changeset/large-planes-ring.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-Add Dutch translations of default aside labels
diff --git a/.changeset/little-games-develop.md b/.changeset/little-games-develop.md
deleted file mode 100644
index 147c2983..00000000
--- a/.changeset/little-games-develop.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-'@astrojs/starlight': minor
----
-
-Add support for Astro v4, drop support for Astro v3
-
-⚠️ **BREAKING CHANGE** Astro v3 is no longer supported. Make sure you [update Astro](https://docs.astro.build/en/guides/upgrade-to/v4/) and any other integrations at the same time as updating Starlight.
-
-Use the new `@astrojs/upgrade` command to upgrade Astro and Starlight together:
-
-```sh
-npx @astrojs/upgrade
-```
diff --git a/.changeset/mighty-bugs-punch.md b/.changeset/mighty-bugs-punch.md
deleted file mode 100644
index 7987639c..00000000
--- a/.changeset/mighty-bugs-punch.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-Fix typo in Russian untranslated content notice
diff --git a/.changeset/new-starfishes-accept.md b/.changeset/new-starfishes-accept.md
deleted file mode 100644
index 6b16f58b..00000000
--- a/.changeset/new-starfishes-accept.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Fix timezone-reliance in LastUpdated
diff --git a/.changeset/sour-guests-tease.md b/.changeset/sour-guests-tease.md
deleted file mode 100644
index 3fb73a89..00000000
--- a/.changeset/sour-guests-tease.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-'@astrojs/starlight': minor
----
-
-Enables link prefetching on hover by default
-
-Astro v4’s [prefetch](https://docs.astro.build/en/guides/prefetch) support is now enabled by default. If `prefetch` is not set in `astro.config.mjs`, Starlight will use `prefetch: { prefetchAll: true, defaultStrategy: 'hover' }` by default.
-
-If you want to preserve previous behaviour, disable link prefetching in `astro.config.mjs`:
-
-```js
-import { defineConfig } from 'astro/config';
-import starlight from '@astrojs/starlight';
-
-export default defineConfig({
- // Disable link prefetching:
- prefetch: false,
-
- integrations: [
- starlight({
- // ...
- }),
- ],
-});
diff --git a/.changeset/strange-boxes-know.md b/.changeset/strange-boxes-know.md
deleted file mode 100644
index 2af4c76d..00000000
--- a/.changeset/strange-boxes-know.md
+++ /dev/null
@@ -1,4 +0,0 @@
----
-'@astrojs/starlight': patch
----
-Adds Matrix social link icon
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 3fa947e5..21a936b4 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.14.0",
+ "@astrojs/starlight": "^0.15.0",
"astro": "^4.0.1",
"sharp": "^0.32.5"
}
diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json
index 285f0085..ce8b4727 100644
--- a/examples/tailwind/package.json
+++ b/examples/tailwind/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.14.0",
+ "@astrojs/starlight": "^0.15.0",
"@astrojs/starlight-tailwind": "^2.0.1",
"@astrojs/tailwind": "^5.0.3",
"astro": "^4.0.1",
diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md
index a1140946..4262512d 100644
--- a/packages/starlight/CHANGELOG.md
+++ b/packages/starlight/CHANGELOG.md
@@ -1,5 +1,51 @@
# @astrojs/starlight
+## 0.15.0
+
+### Minor Changes
+
+- [#1238](https://github.com/withastro/starlight/pull/1238) [`02a808e`](https://github.com/withastro/starlight/commit/02a808e4a0b9ac2383576e3495f6a766b663d773) Thanks [@delucis](https://github.com/delucis)! - Add support for Astro v4, drop support for Astro v3
+
+ ⚠️ **BREAKING CHANGE** Astro v3 is no longer supported. Make sure you [update Astro](https://docs.astro.build/en/guides/upgrade-to/v4/) and any other integrations at the same time as updating Starlight.
+
+ Use the new `@astrojs/upgrade` command to upgrade Astro and Starlight together:
+
+ ```sh
+ npx @astrojs/upgrade
+ ```
+
+- [#1242](https://github.com/withastro/starlight/pull/1242) [`d8fc9e1`](https://github.com/withastro/starlight/commit/d8fc9e15bd2ae4c945b5a3856a6ce3b5629e8b29) Thanks [@delucis](https://github.com/delucis)! - Enables link prefetching on hover by default
+
+ Astro v4’s [prefetch](https://docs.astro.build/en/guides/prefetch) support is now enabled by default. If `prefetch` is not set in `astro.config.mjs`, Starlight will use `prefetch: { prefetchAll: true, defaultStrategy: 'hover' }` by default.
+
+ If you want to preserve previous behaviour, disable link prefetching in `astro.config.mjs`:
+
+ ```js
+ import { defineConfig } from 'astro/config';
+ import starlight from '@astrojs/starlight';
+
+ export default defineConfig({
+ // Disable link prefetching:
+ prefetch: false,
+
+ integrations: [
+ starlight({
+ // ...
+ }),
+ ],
+ });
+ ```
+
+### Patch Changes
+
+- [#1226](https://github.com/withastro/starlight/pull/1226) [`909afa2`](https://github.com/withastro/starlight/commit/909afa2d468099e237bfbd25eda56270b7b00082) Thanks [@tlandmangh](https://github.com/tlandmangh)! - Add Dutch translations of default aside labels
+
+- [#1243](https://github.com/withastro/starlight/pull/1243) [`ee234eb`](https://github.com/withastro/starlight/commit/ee234ebddcba8d07e2c879f33e38631c8955ffcf) Thanks [@khajimatov](https://github.com/khajimatov)! - Fix typo in Russian untranslated content notice
+
+- [#1170](https://github.com/withastro/starlight/pull/1170) [`bcc2301`](https://github.com/withastro/starlight/commit/bcc2301c06796edec3923c666078e82eaf5a1990) Thanks [@tmcw](https://github.com/tmcw)! - Fix timezone-reliance in LastUpdated
+
+- [#1203](https://github.com/withastro/starlight/pull/1203) [`4601449`](https://github.com/withastro/starlight/commit/4601449894bbbd619e4149788113090b67697fe1) Thanks [@orhun](https://github.com/orhun)! - Adds Matrix social link icon
+
## 0.14.0
### Minor Changes
@@ -43,12 +89,12 @@
import starlight from '@astrojs/starlight';
export default defineConfig({
- trailingSlash: 'always',
- integrations: [
- starlight({
- // ...
- }),
- ],
+ trailingSlash: 'always',
+ integrations: [
+ starlight({
+ // ...
+ }),
+ ],
});
```
@@ -396,16 +442,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%);
}
```
@@ -784,8 +830,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 740ec1f6..52f27e97 100644
--- a/packages/starlight/package.json
+++ b/packages/starlight/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/starlight",
- "version": "0.14.0",
+ "version": "0.15.0",
"description": "Build beautiful, high-performance documentation websites with Astro",
"scripts": {
"test": "vitest",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index e829eb55..adc48dde 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -106,7 +106,7 @@ importers:
examples/basics:
dependencies:
'@astrojs/starlight':
- specifier: ^0.14.0
+ specifier: ^0.15.0
version: link:../../packages/starlight
astro:
specifier: ^4.0.1
@@ -118,7 +118,7 @@ importers:
examples/tailwind:
dependencies:
'@astrojs/starlight':
- specifier: ^0.14.0
+ specifier: ^0.15.0
version: link:../../packages/starlight
'@astrojs/starlight-tailwind':
specifier: ^2.0.1