Skip to content

v3.5.0

Choose a tag to compare

@alistair3149 alistair3149 released this 21 Jul 22:33

3.5.0 (2025-07-21)

Highlights

  • πŸ”— Command Palette links are now the real deal!
    No more tricky buttons, you can now open them in new tabs or windows just like you'd expect.
  • πŸ•΅οΈβ€β™€οΈ Search trigger just got smarter!
    You can now pre-fill the search box using a super handy search trigger. Want to master this new trick? Find out how here!
  • 🎨 Our box shadows got a fresh new look!
    We also tidied up our shadow variables to match with Codex, so drop-small is now simply small, drop-medium is medium, and drop-xx-large is large.

Changelog

Features

  • CommandPalette: ✨ use <a> or <button> respectively (7e6bfe4), closes #1089
  • core: ✨ add disabled styles for default HTML elements (6445ecd), closes #885
  • core: ✨ tweak box shadow styles (0847197)
  • Search: ✨ enhance citizen-search-trigger to support pre-filling input (5dce5a2)
  • tokens: ✨ deprecate box-shadow-drop variables (6c1c60f)

Bug Fixes