Skip to content

v3.7.0

Choose a tag to compare

@alistair3149 alistair3149 released this 22 Sep 04:29

3.7.0 (2025-09-22)

Highlights

  • πŸ‘Ύ Two new backported Codex icons.
    The settings icon and the 'back to top' button have been updated with shiny new icons from Codex: 'configure' and 'arrow up' respectively.

  • ✨ Special pages in the sidebar are now special again!
    No more seeing double! We've fixed a bug that created duplicate 'Special pages' links in the sidebar on MediaWiki 1.44 and above.

  • 🍷 Simpler and more consistent frosted glass.
    We've swapped our fancy frosted glass for a simpler, more consistent effect. It's faster, looks great, and is easier for you to customize.

Changelog

Features

  • core: ✨ add transition for icons that uses content-visibility (57837fa)
  • core: ✨ simplify frosted glass implementation (8c10712)
  • core: ✨ use Codex arrow up icon for back to top icon (6d61fc8)
  • core: ✨ use subtle borders for inner border (c30c040)
  • mediawiki: ✨ tweak change list date font styles (36b77f4)
  • preferences: ✨ replace setting gear icon with configure icon (d835649)
  • tokens: ✨ increase border color contrast (02b67b8)

Bug Fixes

  • commandPalette: πŸ› do not reuse menu ID (b4d8513)
  • core: πŸ› include settings icon in skin module (5afe8d1)
  • core: πŸ› use --color-visited--active (c32e8cd)
  • OOUI: πŸ› fix incorrect indicator style in framed tabs (7bc4c35)
  • sidebar: πŸ› fix incorrect ID for special page link in sidebar (7ff58fc)
  • sidebar: πŸ› only add special page link on MW 1.43.X (2c36fc9)
  • stickyHeader: πŸ› use edit icon when source edit is the only button (9095ce7)

Performance Improvements

  • icons: ⚑️ use SVG instead of base64 for configure icon (6e7b1cd)

New Contributors