Skip to content

Releases: StarCitizenTools/mediawiki-skins-Citizen

v2.24.0

12 Jul 23:00
112d656
Compare
Choose a tag to compare

2.24.0 (2024-07-12)

Features

  • core: ✨ use Codex tokens for z-index (b5180bf)
  • DataMaps: ✨ add DataMaps init styles (46c139a)
  • DataMaps: ✨ add styles for Extension:DataMaps (5fdcfc6)
  • leaflet: ✨ add Leaflet styles for Leaflet map extensions (4c51200)
  • Leaflet: ✨ bump Leaflet button sizes to match Codex (a67f075)
  • Leaflet: ✨ tweak Leaflet control margin (fb965e3)
  • pref: ✨ add clientpref to disable auto-hide navigation (f0d1176), closes #841
  • stickyHeader: ✨ reduce page title size (f66348b)

Bug Fixes

  • Changelist: 🐛 fix incorrect legends z-index (cae7c75)
  • core: 🐛 explictly set z-index for body container (2794a32), closes #577
  • DataMaps: 🐛 fix OOUI button width and invert icon on dark mode (1688b92)
  • DataMaps: 🐛 remove unused styles (0540f0d)
  • Leaflet: 🐛 fix button alignment (7b6520b)
  • leaflet: 🐛 incorrect checked label selector (1471c1b)
  • leaflet: 🐛 re-introduce box-shadow back to touch buttons (51caa71)
  • stickyHeader: use cached value for placeholder height if possible (c3855ff), closes #854
  • ToC: 🐛 increase z-index of ToC backdrop (c555dfe)

v2.23.0

09 Jul 01:33
faf14e8
Compare
Choose a tag to compare

2.23.0 (2024-07-08)

Features

  • CiteThisPage: ✨ add styles for Extension:CiteThisPage (7178f6d)
  • codex: ✨ backport Codex v1.8.0 variables to mediawiki.skin.variables (2896817)
  • core: ✨ clean up th styles (232fd0c)
  • core: ✨ theme and unify text selection color using progressive colors (ba62b92)
  • dropdown: ✨ add fade-in animation to dropdown menu (20e4f7e)
  • PWA: ✨ set orientation to natural (1f417ed)
  • SearchDigest: ✨ tweak stats table styles (9037fd1)
  • stickyHeader: ✨ add background transition (8eef0aa)
  • wikitable: ✨ avoid double border when border attribute is active (fccc024)
  • wikitable: ✨ use box-shadow instead of border hacks to build table border (442c272)

Bug Fixes

  • core: 🐛 add webkit prefix to backdrop filter rules (6dfc62b)
  • core: 🐛 fix incorrect screen reader text reset styles (d3ef4af)
  • core: 🐛 incorrect box-shadow values (9161988)
  • dropdown: 🐛 dropdown button should be above the backdrop (c2523b1)
  • dropdown: 🐛 use both touchstart and mousedown event listener for click outside event (a4593d7), closes #895
  • search: 🐛 check if article path has question mark before adding search params (ecc4cca), closes #903
  • search: 🐛 fix incorrect parameter for debounce function (55b310d)
  • share: 🐛 incorrect debounce parameter assignment (e9fd488)
  • skinning: 🐛 only apply top margin to figcaption when it is not empty (3d7311d)
  • stickyHeader: 🐛 add a placeholder element to page header to avoid layout shift when stickied (e5336c4), closes #854
  • stickyHeader: 🐛 only add sticky class on resize when it is applicable (7f9f975)
  • stickyHeader: 🐛 use more accurate calculation for placeholder (a7a763b)
  • toc: 🐛 fix transparent ToC button (aaa677f)
  • toc: 🐛 keep ToC button at the same position (72edb81)

v2.22.1

06 Jul 00:52
07b709d
Compare
Choose a tag to compare

2.22.1 (2024-07-06)

Bug Fixes

  • Echo: 🐛 incorrect selector for notification count (9372c74)

v2.22.0

06 Jul 00:40
1eb3a80
Compare
Choose a tag to compare

2.22.0 (2024-07-06)

Features

  • core: ✨ use px for border-radius (00b2495)
  • core: ✨ use text-wrap pretty for blockquote elements (add781a)
  • dropdown: ✨ revamp dropdown menu handling (516ef3a), closes #882
  • Echo: ✨ upgrade Echo buttons for consistency (fdc6eae)
  • pref: ✨ extend font-size adjustments to all text (b53381e)
  • search: ✨ unify url generation in search typeahead (9c77c7f), closes #898
  • search: ✨ use Short URL in search suggestion (c5c47ae)
  • SearchDigest: ✨ add styles for Extension:SearchDigest (251109c)
  • toc: ✨ drop checkbox hack usage in ToC in favor of dropdown (#894) (f2ff92e), closes #855

Bug Fixes

  • core: 🐛 avoid sr-only text clipping during transform (111607e)
  • core: 🐛 fix invalid background-color properties (23f2667)
  • core: 🐛 remove git merge artifacts (3392eb7)
  • dropdown: 🐛 merge conflicting dismiss event handlers (317296e), closes #895
  • search: 🐛 incorrect article not found icon size (9ace83a)
  • toc: 🐛 elements behind collasped ToC should be interactable (a68626f), closes #896

v2.21.0

03 Jul 07:04
6bec702
Compare
Choose a tag to compare

2.21.0 (2024-07-03)

Features

  • core: ✨ clean up state colors (ff0a6ed)
  • core: ✨ convert some CSS variables into Codex equivalent (5d3ecd9)
  • core: ✨ convert some CSS variables into Codex equivalent part 2 (0fdc7c4)
  • core: ✨ convert some CSS variables into Codex equivalent part 3 (7c9eadb)
  • core: ✨ set new link color to color-destructive (c21a908)
  • menu: ✨ add blur to menu backdrop (23b3c33)
  • mmv: ✨ tweak button styles in lightbox (17e9840)
  • mmv: ✨ tweak lightbox caption text handling (cb683c7)
  • pageActions: ✨ blend language badge into the background (0a1ac14)
  • stickyHeader: ✨ reduce direction observer throttle (5715a29)

Bug Fixes

  • core: 🐛 fix max-width breakpoint calculation in LESS (568dfc7)
  • core: 🐛 remove smooth scrolling for body (1bce892), closes #883
  • pageActions: 🐛 language badge should use the same color as its background (ae4131f)
  • preferences: 🐛 incorrect active button color (66e7282)
  • skinning: 🐛 fix incorrect mw-halign-left left margin (fbd030a)
  • stickyHeader: 🐛 use margin and padding instead of grid gap for body spacing (2f7ae8f)

Miscellaneous Chores

  • dev: 🔧 disable plugin/no-unsupported-browser-features in Stylelint (931e94d)

v2.20.0

30 Jun 03:35
e397160
Compare
Choose a tag to compare

2.20.0 (2024-06-30)

Features

  • overflow: ✨ use CSS variable for overflow gradient size (f0de4f4)
  • pageActions: ✨ add share button to page actions for article pages (327aca0)
  • pageActions: ✨ use neutral color for language badge (fce1f77)
  • search: ✨ shorten fulltext and media search button label (ba1f77d)
  • share: ✨ only share URL (1edc40e)

Bug Fixes

  • core: 🐛 force selected view button to be visible on revision pages (3d90051)
  • datatable: 🐛 table should not be wider than the wrapper (7e20daa), closes #888
  • menu: 🐛 prevent page from scrolling when dropdown menu is open in small viewport (dd53576)
  • menu: 🐛 show view button specifically on revision and diff pages (eb58bd6), closes #845
  • overflow: 🐛 remove unused mask rules (c34868d)
  • skinning: 🐛 incorrect text alignement for mw-halign-center (e4697c4)
  • wordmark: 🐛 wordmark should resize responsively (7133648)

v2.19.0

24 Jun 19:10
b1c30ef
Compare
Choose a tag to compare

2.19.0 (2024-06-24)

Features

  • skinning: ✨ remove top and bottom margin from nested lists (08e63e3), closes #886
  • wordmark: ✨ implement wordmark in drawer (c47531a)

Bug Fixes

  • footer: 🐛 incorrect invert rule for footer wordmark (e0507d4)
  • menu: 🐛 avoid double view button on talk page (923dded)
  • overflow: 🐛 overflow content should fill parent container (2639b0f)
  • overflow: 🐛 prevent overflow button from triggering form action button (7fb35f9)
  • pageHeading: 🐛 capture brackets even without whitespace prefix (3e64df8), closes #879
  • skinning: 🐛 incorrect margin for right float thumbnails (fae9dad)
  • WikiEditor: 🐛 align toolbar buttons (84d58be)

v2.18.1

14 Jun 20:25
64a3862
Compare
Choose a tag to compare

2.18.1 (2024-06-14)

Bug Fixes

  • core: 🐛 incorrect side margin for ul and ol (d079cc9)
  • menu: 🐛 fix invisible user menu on desktop Safari (00dba95)

v2.18.0

14 Jun 17:14
4fb22c1
Compare
Choose a tag to compare

2.18.0 (2024-06-14)

Features

  • core: ✨ hide the text from the help indicator (5bc18b5)
  • pageHeading: ✨ add support for all Unicode opening and closing punctation marks (01d14d5), closes #879

Bug Fixes

  • menu: 🐛 fix invisible user menu (a7c74e3)
  • menu: 🐛 hide Safari details marker (c52dc49)
  • menu: 🐛 incorrect Safari details marker selector (3b3bb30)
  • overflow: 🐛 wrapper should respect float elements (9bd18ea), closes #878
  • Popups: 🐛 invert icon in dark mode (20fd064)

v2.17.2

12 Jun 17:03
8883326
Compare
Choose a tag to compare

2.17.2 (2024-06-12)

Bug Fixes

  • overflow: 🐛 allow to click through the nav element (dd89dab)
  • pagetools: 🐛 attach menu to the page actions bar instead of the button (feae1e6)
  • toc: 🐛 ToC should have a higher z-index than page actions in smaller viewport (089a329)