Skip to content

v3.2.0

Choose a tag to compare

@alistair3149 alistair3149 released this 19 May 06:01
358d207

3.2.0 (2025-05-19)

Highlights

Command Palette

  • Now on by default! πŸŽ‰
  • Find anything with new full-text and media search! πŸ•΅οΈβ€β™€οΈπŸ“š
  • @ now finds users directly, like magic! βœ¨πŸ‘€
  • Tips added to make you a wizard! πŸ§™β€β™‚οΈ

Footer

  • Shiny new design for the footer! βœ¨πŸ’…
  • Site icon are now chilling in the footer! πŸ“šπŸ‘‡
  • Links now auto-organize into neat columns! πŸ“Š

Syntax Highlight

  • Line numbers got a cool background color upgrade! πŸŽ¨πŸ”’

Changelog

Features

  • commandPalette: ✨ add media search action if supported (04157d8)
  • commandPalette: ✨ add page edit action (55addaf)
  • commandPalette: ✨ add tips for command palette usage (4fa69e1)
  • commandPalette: ✨ add user command (#1061) (104adbd)
  • commandPalette: ✨ enable command palette by default (a00ebba)
  • commandPalette: ✨ improve result action handling (#1064) (5b90efa)
  • commandPalette: ✨ improve results transition logic (8ff903d)
  • footer: ✨ add wiki icon to footer if avaliable (e431222)
  • footer: ✨ update footer styles (6ab4db4)
  • search: ✨ add the citizen-search-trigger class to trigger search UI (577788e)
  • sectionLinks: ✨ reimplement edit section and use Codex button (2152ac5)

Bug Fixes

  • commandPalette: πŸ› always clear the results on new query (1392ae0)
  • commandPalette: πŸ› fix incorrect URL generation for RelatedArticles (21bf5f1)
  • commandPalette: πŸ› fix incorrect URL generation for REST search (d062fd5)
  • commandPalette: πŸ› fulltext search should be updated instantly (814f306)
  • CommandPalette: πŸ› ignore trailing space in search query highlight (eca18e3)
  • commandPalette: πŸ› prevent duplicate dismiss action in recent items (901935b)
  • commandPalette: πŸ› update URL generation for media search to include type parameter (460803b)
  • footer: πŸ› fix incorrect footer icon wrapping (73e38ed)
  • footer: πŸ› fix incorrect footer styles (66c7253)
  • header: πŸ› fix missing home icon in header (9ba86b9)
  • SyntaxHighlight: πŸ› add background for line numbers (#1059) (2aabdab)
  • toc: πŸ› fix scrolling when sticky header is disabled (#1058) (6ea7a57)
  • typography: πŸ› do not use negative top margin for nested elements after paragraphs (bd38820)

Miscellaneous Chores

  • Babel: πŸ”§ remove unnessecary extension styles (ceacb7a)