diff options
author | Houston (Bot) | 2023-07-28 14:25:28 -0700 |
---|---|---|
committer | GitHub | 2023-07-28 23:25:28 +0200 |
commit | 5197321792730e1a49a154b1c9392c4f63ebf2bb (patch) | |
tree | d264b14ff7c414dba8c09cd04733d315ecb1dcbf | |
parent | 38ff53c216898efaa8c07394500e82da1d68ee8a (diff) | |
download | IT.starlight-5197321792730e1a49a154b1c9392c4f63ebf2bb.tar.gz IT.starlight-5197321792730e1a49a154b1c9392c4f63ebf2bb.tar.bz2 IT.starlight-5197321792730e1a49a154b1c9392c4f63ebf2bb.zip |
[ci] release (#403)@astrojs/starlight@0.6.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | .changeset/clean-camels-love.md | 5 | ||||
-rw-r--r-- | .changeset/clever-sheep-carry.md | 5 | ||||
-rw-r--r-- | .changeset/cuddly-vans-shout.md | 13 | ||||
-rw-r--r-- | .changeset/khaki-islands-unite.md | 5 | ||||
-rw-r--r-- | .changeset/purple-apples-ring.md | 5 | ||||
-rw-r--r-- | .changeset/shy-dolphins-chew.md | 5 | ||||
-rw-r--r-- | .changeset/spicy-falcons-lick.md | 13 | ||||
-rw-r--r-- | .changeset/spicy-islands-dress.md | 5 | ||||
-rw-r--r-- | examples/basics/package.json | 2 | ||||
-rw-r--r-- | packages/starlight/CHANGELOG.md | 42 | ||||
-rw-r--r-- | packages/starlight/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 10 |
12 files changed, 47 insertions, 65 deletions
diff --git a/.changeset/clean-camels-love.md b/.changeset/clean-camels-love.md deleted file mode 100644 index 4cef7716..00000000 --- a/.changeset/clean-camels-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Fix site title overflow bug for longer titles on narrow screens diff --git a/.changeset/clever-sheep-carry.md b/.changeset/clever-sheep-carry.md deleted file mode 100644 index a27a5c03..00000000 --- a/.changeset/clever-sheep-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Preserve order of `social` config in navbar diff --git a/.changeset/cuddly-vans-shout.md b/.changeset/cuddly-vans-shout.md deleted file mode 100644 index 2341fee9..00000000 --- a/.changeset/cuddly-vans-shout.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -'@astrojs/starlight': minor ---- - -Add support for customising autogenerated sidebar link labels from page frontmatter, overriding the page title: - -```md ---- -title: About this project -sidebar: - label: About ---- -``` diff --git a/.changeset/khaki-islands-unite.md b/.changeset/khaki-islands-unite.md deleted file mode 100644 index ef0fa664..00000000 --- a/.changeset/khaki-islands-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Improve styling of sidebar entries that wrap onto multiple lines diff --git a/.changeset/purple-apples-ring.md b/.changeset/purple-apples-ring.md deleted file mode 100644 index b9e83815..00000000 --- a/.changeset/purple-apples-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Set `tab-size: 2` on content code blocks to override default browser value of `8` diff --git a/.changeset/shy-dolphins-chew.md b/.changeset/shy-dolphins-chew.md deleted file mode 100644 index 9f029e30..00000000 --- a/.changeset/shy-dolphins-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Add new global `favicon` option defaulting to `'/favicon.svg'` to set the path of the default favicon for your website. Additional icons can be specified using the `head` option. diff --git a/.changeset/spicy-falcons-lick.md b/.changeset/spicy-falcons-lick.md deleted file mode 100644 index da2569b3..00000000 --- a/.changeset/spicy-falcons-lick.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"@astrojs/starlight": minor ---- - -Add support for defining the order of auto-generated link groups in the sidebar using a frontmatter value: - -```md ---- -title: Page to display first -sidebar: - order: 1 ---- -``` diff --git a/.changeset/spicy-islands-dress.md b/.changeset/spicy-islands-dress.md deleted file mode 100644 index 3ef6c38d..00000000 --- a/.changeset/spicy-islands-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Add GitLab to social link icons diff --git a/examples/basics/package.json b/examples/basics/package.json index 81167e23..aa9bf477 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.5.6", + "@astrojs/starlight": "^0.6.0", "astro": "^2.9.3", "sharp": "^0.32.3" } diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index df883a28..14a0862b 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,43 @@ # @astrojs/starlight +## 0.6.0 + +### Minor Changes + +- [#424](https://github.com/withastro/starlight/pull/424) [`4485d90`](https://github.com/withastro/starlight/commit/4485d90fbddf7c9458b43f9d9b7560b41ec9e98f) Thanks [@delucis](https://github.com/delucis)! - Add support for customising autogenerated sidebar link labels from page frontmatter, overriding the page title: + + ```md + --- + title: About this project + sidebar: + label: About + --- + ``` + +- [#359](https://github.com/withastro/starlight/pull/359) [`e733311`](https://github.com/withastro/starlight/commit/e73331133b0e2574a139409ba76d97cc1bd52a82) Thanks [@IDurward](https://github.com/IDurward)! - Add support for defining the order of auto-generated link groups in the sidebar using a frontmatter value: + + ```md + --- + title: Page to display first + sidebar: + order: 1 + --- + ``` + +### Patch Changes + +- [#413](https://github.com/withastro/starlight/pull/413) [`5a9d8f1`](https://github.com/withastro/starlight/commit/5a9d8f11d59bd48322a1f2ff90e68333c3207ee1) Thanks [@delucis](https://github.com/delucis)! - Fix site title overflow bug for longer titles on narrow screens + +- [#381](https://github.com/withastro/starlight/pull/381) [`6e62909`](https://github.com/withastro/starlight/commit/6e629095e78da4bfd422cd0a9cd9beb0d85d9a1a) Thanks [@lorenzolewis](https://github.com/lorenzolewis)! - Preserve order of `social` config in navbar + +- [#419](https://github.com/withastro/starlight/pull/419) [`38ff53c`](https://github.com/withastro/starlight/commit/38ff53c216898efaa8c07394500e82da1d68ee8a) Thanks [@lorenzolewis](https://github.com/lorenzolewis)! - Improve styling of sidebar entries that wrap onto multiple lines + +- [#418](https://github.com/withastro/starlight/pull/418) [`c7b2a4e`](https://github.com/withastro/starlight/commit/c7b2a4e9c8c55564be75f0c0901e38577ac764ec) Thanks [@delucis](https://github.com/delucis)! - Set `tab-size: 2` on content code blocks to override default browser value of `8` + +- [#399](https://github.com/withastro/starlight/pull/399) [`31b8a5a`](https://github.com/withastro/starlight/commit/31b8a5aed2bca363c1b05c683b020e596b70bf4a) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Add new global `favicon` option defaulting to `'/favicon.svg'` to set the path of the default favicon for your website. Additional icons can be specified using the `head` option. + +- [#414](https://github.com/withastro/starlight/pull/414) [`e951671`](https://github.com/withastro/starlight/commit/e95167174e3eab3790328b8e42517abcbca04ff3) Thanks [@delucis](https://github.com/delucis)! - Add GitLab to social link icons + ## 0.5.6 ### Patch Changes @@ -313,8 +351,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 c43311fd..c1563b89 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.5.6", + "version": "0.6.0", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": { "test": "vitest", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 499d17a2..1eb2ac3c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,9 +1,5 @@ lockfileVersion: '6.0' -settings: - autoInstallPeers: true - excludeLinksFromLockfile: false - importers: .: @@ -97,7 +93,7 @@ importers: examples/basics: dependencies: '@astrojs/starlight': - specifier: ^0.5.6 + specifier: ^0.6.0 version: link:../../packages/starlight astro: specifier: ^2.9.3 @@ -6729,3 +6725,7 @@ packages: /zwitch@2.0.4: resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==} + +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false |