Skip to content

Latest commit

 

History

History
86 lines (48 loc) · 4 KB

File metadata and controls

86 lines (48 loc) · 4 KB

@astrojs/starlight-docsearch

0.7.0

Minor Changes

  • #3644 0d2e7ed Thanks @HiDeoo! - ⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now 0.38.0

    Please use the @astrojs/upgrade command to upgrade your project:

    npx @astrojs/upgrade

0.6.1

Patch Changes

  • #3500 7700456 Thanks @delucis! - This is the first release published with OIDC trusted publishing.

0.6.0

Minor Changes

  • #2578 f895f75 and #2390 f493361 Thanks @HiDeoo and @delucis!
    ⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now 0.32.0

    Please use the @astrojs/upgrade command to upgrade your project:

    npx @astrojs/upgrade

0.5.0

Minor Changes

  • #2822 e56586a Thanks @KianNH! - Adds a new clientOptionsModule plugin option to support configuring unserializable DocSearch options such as resultsFooterComponent().

    See “DocSearch configuration” in the Starlight docs for more details.

0.4.0

Minor Changes

  • #2612 8d5a4e8 Thanks @HiDeoo! - ⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now 0.30.0

    Please use the @astrojs/upgrade command to upgrade your project:

    npx @astrojs/upgrade

Patch Changes

  • #2664 62ff007 Thanks @HiDeoo! - Publishes provenance containing verifiable data to link a package back to its source repository and the specific build instructions used to publish it.

0.3.0

Minor Changes

  • #2589 d4cf8cc Thanks @delucis! - Adds support for some more of the DocSearch component’s configuration options

0.2.0

Minor Changes

  • #1923 5269aad Thanks @HiDeoo! - ⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now 0.28.0

    Please use the @astrojs/upgrade command to upgrade your project:

    npx @astrojs/upgrade

0.1.1

Patch Changes

0.1.0

Minor Changes

  • #1168 8155d1a Thanks @delucis! - Adds a Starlight plugin to support using Algolia DocSearch as the Starlight search provider.