Skip to content

Releases: StarCitizenTools/mediawiki-skins-Citizen

v2.38.1

06 Nov 03:19
1a48250
Compare
Choose a tag to compare

2.38.1 (2024-11-06)

Bug Fixes

  • search: 🐛 do not set content-visbility for search card (0607e9f)

v2.38.0

06 Nov 02:57
c9f0599
Compare
Choose a tag to compare

2.38.0 (2024-11-06)

Features

  • core: ✨ account for safe area for body element (b81ed67)
  • core: ✨ add basic cross-document transition (8e578b8)
  • core: ✨ use newer method to set safe height (2dc7270)
  • fonts: ✨ define fallback fonts to avoid CLS (d46855c)
  • search: ✨ use 220px thumbnail for Action API search (a9ff2da)
  • skinning: ✨ apply floatleft and floatright to all elements (a480cc2)
  • skinning: ✨ update message box styles to current standard (582a354)
  • tokens: ✨ increase saturation on surface colors (168a53d)

Bug Fixes

  • core: 🐛 emit resize event after clientPref change (c37560a)
  • fonts: 🐛 remove serif and monospace fallback fonts (eab9bcf)
  • skinning: 🐛 stricter selector to select a element containing thumbnail (b9cfd0e)
  • toc: 🐛 incorrect toc button height (bbc6069)
  • viewTransition: 🐛 remove unnessecary definitions (09f8f0c)

Performance Improvements

  • core: ⚡️ defer non-essential init scripts (07179d5)
  • core: ⚡️ do not use throttle for scroll direction observer (50a75c5)
  • core: ⚡️ only embed base variant of the OOUI icon (b7dad17)
  • core: ⚡️ only fire scroll direction function when direction changes (ec097f2)
  • core: ⚡️ put sticky header elements in DOM instead of creating them on init (e79ae59)
  • core: ⚡️ use CSS containment for search card and sidebar (196f3d9)
  • dropdown: ⚡️ use content-visibility for icons and dropdown menus (70193eb)
  • footer: ⚡️ add CSS containment to footer (a32bc92)
  • SMW: ⚡️ use stricter selector to get icons (a395471)
  • tokens: ⚡️ reduce lang selector cost (2d9febf)

Miscellaneous Chores

  • 🔧 add .vscode to gitignore (76eb63a)

v2.37.0

25 Oct 19:08
3735e60
Compare
Choose a tag to compare

2.37.0 (2024-10-25)

Features

  • core: ✨ backport class from MW core (9660faa)
  • core: ✨ move page header to the bottom on main page (6d44586)
  • header: ✨ add microinteraction to wiki logo/home button (06b6f6c)
  • tokens: ✨ deprecate old font-weight-semibold variables (c88df2d)
  • tokens: ✨ deprecate old line height variables (90862b1)

Bug Fixes

  • core: 🐛 fix section collapsing not functioning on Firefox (#965) (0248af9)

Performance Improvements

  • sections: ⚡️ re-order conditions to short circuit earlier (01419e7)

v2.36.0

23 Oct 17:26
936e9c1
Compare
Choose a tag to compare

2.36.0 (2024-10-23)

Features

  • Echo: ✨ sync Echo alert styles with mw.notifications (cabf6b4)
  • MediaWiki: ✨ add styles for usermessage (b66ce9d)
  • MediaWiki: ✨ update mw.notification styles (cb5d4a7)
  • menu: ✨ increase line-height of menu items (4849c64)
  • toc: ✨ add wrapper for TOC link to hold summary (2157bcf)
  • tokens: ✨ lower the brightness of destructive color in dark mode (2a53abe)
  • tokens: ✨ update state colors (db4d8a0)

Bug Fixes

  • DiscussionTools: 🐛 fix invisible highlighted section text (b68cc3a)
  • Echo: 🐛 increase specificity for the selector to apply padding properly (5e749ed)
  • menu: 🐛 prevent dropdown menus from overflowing the viewport (50832a7)
  • pageActions: 🐛 add missing transition property (7867ad9)
  • toc: 🐛 incorrect closing tag for toc summary (51c7110)
  • toc: 🐛 summary should not be escaped (00bda1f)

Performance Improvements

  • RecentChanges: ⚡️ disable sticky header on RC page due to performance issue (243738a)

v2.35.0

22 Oct 00:11
7f29ae8
Compare
Choose a tag to compare

2.35.0 (2024-10-21)

Features

  • core: ✨ add animation for more icons (457bc87)
  • core: ✨ add some microinteractions to some of the icons (dd16582)
  • core: ✨ improve and clean up various CSS transitions (bb9ed44)
  • features: ✨ make black theme color darker (f96cd74)
  • features: ✨ remove saturation from black mode colors (0259645)
  • mediawiki: ✨ improve responsive layout in software table (ddeaa39)
  • mediawiki: ✨ make Special:Version software more compact (c458252)
  • overflow: ✨ add noresize class to citizen nowrap classes (7702361)
  • search: ✨ use trash icon instead of clear icon for clear input text button (fe514e9)
  • tokens: ✨ simplify box shadow and align closer with Codex styles (9519134)

Bug Fixes

  • core: 🐛 escape CSS variable in HSL color (43ed770)
  • core: 🐛 fix ellipsis icon rotate direction (118bd6a)
  • mediawiki: 🐛 add missing LESS import for mediawiki.special (a614152)
  • mediawiki: 🐛 apply body styles to overlay outside of citizen-body (95c355d)
  • pref: 🐛 only apply transition to transform property (8ac332a)
  • tokens: 🐛 incorrect shadow opacity for dark theme (a353b14)

Performance Improvements

  • core: ⚡️ disable all CSS transition during window resize (10d3c17)

v2.34.0

17 Oct 23:30
cc847c0
Compare
Choose a tag to compare

2.34.0 (2024-10-17)

Features

  • core: ✨ add more saturation to text colors (b9a92b4)
  • core: ✨ extend page header background to full width (53742a0)
  • core: ✨ simplify section implementation and update support for new headings (20f484d)
  • keyhint: ✨ remove hyphens between keys (cf1e55d)
  • Keyhint: ✨ tweak keyboard hint styles (d2e92da)
  • RecentChanges: ✨ remove skeleton screen loading (d76e8a9)
  • stickyHeader: ✨ collapse page tools label in sticky header (1752552)

Bug Fixes

  • core: 🐛 use CSS calc instead of LESS calculation (bd71ac7)
  • core: fix LESS compile error on 1.39 with multiline rules (c90fe6c)
  • pagetools: 🐛 fix incorrect background color for language badge (17c8caa)
  • tokens: 🐛 fix LESS parsing error for box shadow in MW 1.43 (ecdf9f2)

v2.33.0

15 Oct 18:31
1d275c8
Compare
Choose a tag to compare

2.33.0 (2024-10-15)

Features

  • core: ✨ make border color more visible in pure black mode (ec68a30)
  • core: ✨ make dark mode surface colors a bit darker (3601fbd)
  • core: ✨ update to new Codex external link icon (10f5d11)
  • pagetools: ✨ add border to floating buttons (0858378)
  • Popups: ✨ make popup cards more compact (5a3a94a)

Bug Fixes

  • menu: 🐛 hide keyhint in main menu items (249ce64)
  • pagetools: 🐛 do not bound the width of page action card to page tools (96004fd)
  • search: 🐛 correct Elasticsearch spelling (#958) (575acaf)
  • search: 🐛 fix invisible progress bar (01365d9)
  • usermenu: 🐛 hide keyhint for create account button (5f328c0)

v2.32.0

03 Oct 23:54
36361ee
Compare
Choose a tag to compare

2.32.0 (2024-10-03)

Features

  • core: ✨ enable heading HTML change for 1.43 (c64b2ff)
  • menu: ✨ add accesskey hint to menu items (10a28ac)
  • search: ✨ change search text label to advanced search if AdvancedSearch is enabled (dea1628)
  • search: ✨ show ElasticSearch at search footer if it is enabled (3e63a3f)

Bug Fixes

  • icon: 🐛 prevent icon from shrinking in size (a2cc968)
  • prefs: 🐛 fix incorrect option spacing (325c26f)
  • search: 🐛 add missing advancedsearch message (9e3f454)
  • search: 🐛 fix incorrect delimiter for gpsnamespace (b630a91)

Miscellaneous Chores

  • dist: 🔧 exclude .versionrc.json from dist package (3634f8c)
  • dist: 🔧 exclude development files from dist package (dbd0fdc)

v2.31.0

28 Sep 21:41
d4e6597
Compare
Choose a tag to compare

2.31.0 (2024-09-28)

Features

  • search: ✨ hide scrollbar on chip list (640ecf8)
  • search: ✨ migrate most typeahead elements to Mustache (c327dc4)
  • search: ✨ migrate typeahead to Mustache template part 2 (a0296af)

Bug Fixes

  • search: 🐛 add spacing between title and desc in typeahead item (b448ac3)
  • search: 🐛 fix broken search history (6cccf7c)
  • search: 🐛 fix namespace parameter for Action API (723421f)
  • search: 🐛 incorrect alignment for typeahead item text (527a767)
  • userInfo: 🐛 escape html characters for real name (86da3e0) (CVE-2024-47536)

v2.30.0

27 Sep 22:21
71071e9
Compare
Choose a tag to compare

2.30.0 (2024-09-27)

There are some minor HTML changes with these release. If you have parser cache enabled, please make sure to clear them after updating.

Features

  • core: ✨ add placeholder text color (7b3f8f5)
  • core: ✨ increase max-height for menus in mobile layout (6f6aa82)
  • search: ✨ add keyboard hint to search card (a213f1d)
  • search: ✨ add message to search footer (138f7a9)
  • search: ✨ clean up and simplify styles (151d60f)
  • search: ✨ clean up HTML structure (c35d86f)
  • search: ✨ clean up search suggestion padding (f1bf40a)
  • search: ✨ clean up spacing and alignment in typehead elements (5605d18)
  • search: ✨ remove search form and footer glass effect (3ad8902)
  • search: ✨ tweak search box to be more center for desktop (28b117d)
  • search: ✨ tweak various search styles (55227e6)
  • search: ✨ use glass effect on search form and footer (d90ba79)

Bug Fixes

  • search: 🐛 add missing reset style for li (8800ca6)
  • search: 🐛 add missing search footer background color (d6a7c9d)
  • search: 🐛 fix incorrect max height for search card (eb3927a)
  • search: 🐛 fix search button icon clipping (73eb950)
  • search: 🐛 search all content namespaces for Action API (3719897)
  • VisualEditor: 🐛 unstick page header in VE (3804574)

Miscellaneous Chores

  • dev-deps: 🔧 update browserlist (60e96f7)