Skip to content

Releases: StarCitizenTools/mediawiki-skins-Citizen

v2.10.0

26 Feb 23:54
4aabfda
Compare
Choose a tag to compare

Notes

  • Borders are added to wikitables. If you have any templates or styles rely on .wikitable, please note the changes.
  • --font-size-hN variables are renamed:
Old CSS variable New CSS variable
--font-size-h1 --font-size-xxx-large
--font-size-h2 --font-size-xx-large
--font-size-h3 --font-size-x-large
--font-size-h4 --font-size-large
--font-size-h5 --font-size-medium
--font-size-h6 --font-size-medium

⚠ BREAKING CHANGES

  • core: 💥 ✨ rework font-size CSS variables

Features

  • core: ✨ override font-size-related skin variables (3f44789)
  • core: ✨ use CSS variables for small font sizes (c9f665e)
  • core: ✨ use CSS variables for x-small font sizes (3162e19)
  • core: 💥 ✨ rework font-size CSS variables (a9acc08)
  • gallery: ✨ increase margin for gallery (bba8398)
  • gallery: ✨ use flexbox for packed gallery (2972726)
  • Scribunto: ✨ tweak debug console styles (6947105)
  • wikitable: ✨ add border to wikitables (9bd23fd)
  • wikitable: ✨ simplify wikitable border styles (b6872f9)
  • wikitable: ✨ use the same font size for th and td (c13fd3e)

Bug Fixes

  • CodeMirror: 🐛 rename VisualEditor RL module (ea5c10a), closes #781
  • gallery: 🐛 misalign gallery caption (c9f6ec6)
  • Scribunto: 🐛 incorrect font family (fc0f469)
  • VisualEditor: 🐛 add find and replace dialog background color (3396cfd), closes [#794]

Full Changelog: v2.9.1...v2.10.0

2.9.1

04 Feb 20:20
95f41df
Compare
Choose a tag to compare

Features

Bug Fixes

  • core: 🐛 deprecate more old ResourceLoader classes (3a73bdc)
  • core: 🐛 hide pseudo elements instead of deleting them (pt2) (bdd986d)
  • core: 🐛 typo in skin module classes (43348d2)
  • core: deprecate old ResourceLoader class (#784) (9dc952b), closes #783 by @jdlrobson

New Contributors

Full Changelog: v2.9.0...v2.9.1

2.9.0

14 Dec 00:20
b1556ef
Compare
Choose a tag to compare

Note

Citizen now uses the same breakpoints as Codex. If you have templates that utilized those breakpoints, you might want to update them.

Type Old New
Mobile 320px 320px
Tablet 720px 640px
Desktop 1000px 1120px
Desktop wide 1300px 1680px

Features

  • core: ✨ clean up skin variables load order (f1ddf32)
  • core: ✨ make changelist item more readable (e0f9ac1)
  • core: ✨ prefer Roboto over language fonts (b134fbf)
  • core: ✨ replace breakpoint LESS variables with Codex tokens (60999eb), closes #735
  • core: ✨ use CSS variable for language-specific fonts (eee044d)

Bug Fixes

  • core: 🐛 check for read access before attaching manifest (0da7d8f), closes #747
  • mediawiki: 🐛 add missing preferences styles from 1.41 (40fffd6)
  • toc: 🐛 incorrect breakpoints for ToC (21f7cc4)
  • VE: 🐛 do not invert image in link preview (109779c)

Full Changelog: v2.8.5...v2.9.0

2.8.5

16 Nov 21:39
03a23f6
Compare
Choose a tag to compare

Features

  • core: ✨ remove top margin from siteSub (47d06bc)
  • core: ✨ remove unnessecary style from siteSub (92f0692)
  • search: ✨ turn search actions into chips (b0f89ba)

Bug Fixes

New Contributors

Full Changelog: v2.8.4...v2.8.5

2.8.4

03 Nov 09:18
Compare
Choose a tag to compare

Bug Fixes

  • core: 🐛 check for mw-heading wrapper first before mw-parser-output (672740a)
  • core: 🐛 hide loading indicator when user clicks back button on browser (201a38f), closes #718
  • core: RTL flipping of the progressbar animation keyframe by @0x416c69 (#723) (456b75c)
  • toc: 🐛 incorrect layout when ToC title has multiple elements (2c10335)

New Contributors

Full Changelog: v2.8.3...v2.8.4

2.8.3

11 Sep 18:01
57e3240
Compare
Choose a tag to compare

Features

  • core: ✨ prefix citizen section classes (2f40541)
  • PortableInfobox: ✨ reduce paragraph margin to be similar to Vector (7b63d86)
  • PortableInfobox: ✨ sync border color (2d99879)

Bug Fixes

  • core: 🐛 do not wrap diff table (f38e6bb)
  • core: 🐛 stricter selector for collapsible header (a6a9fe2)
  • core: 🐛 stricter selector for collasible headers in formatter (45a726d)
  • search: 🐛 search icon clipping (68dc715)
  • search: 🐛 show presult during init (2a2d6e3)

Full Changelog: v2.8.2...v2.8.3

2.8.2

06 Sep 21:39
e973f5f
Compare
Choose a tag to compare

Features

  • search: ✨ add missing border between placeholder and group (2d54cbd)
  • search: ✨ add suggestion to edit page (3d31d08)
  • search: ✨ only add divider between groups (9280e7c)
  • search: ✨ only add divider between suggestions and footer (96cf5be)
  • search: ✨ only change search input font size for mobile Safari (cb02307)
  • search: ✨ only show edit page action if user has rights (6f3d82d)
  • search: ✨ reorganize DOM structure of the typeahead (1f0a2e5)
  • search: ✨ strip wikitext link syntax in search (0c0f4f4)
  • search: ✨ various tweaks to typeahead styles (969f4f0)

Bug Fixes

  • core: 🐛 fire input event when search query is cleared (325f22f)
  • search: 🐛 incorrect thumbnail icon width (3104280)
  • search: 🐛 make search input selectable (e8f33bd)

Full Changelog: v2.8.1...v2.8.2

v2.8.1

26 Aug 00:38
Compare
Choose a tag to compare

Features

  • core: ✨ use quiet hover color for menu items (96f6361)
  • search: ✨ increase description extract character limit to 100 (853e9a9)
  • search: ✨ search template namespace when template syntax {{}} is used (2f2dc33)
  • search: ✨ use square aspect ratio for suggestion thumbnail (042f2bf)

Bug Fixes

  • core: 🐛 catch IntlException for NumberFormatter (1cfe3cd), closes #474
  • search: 🐛 search history URL should not force fulltext (2c1940c)
  • StructuredDiscussion: 🐛 merge skinStyles into the same RL module (cb5f4a0), closes #711

Full Changelog: v2.8.0...v2.8.1

2.8.0

24 Aug 00:46
Compare
Choose a tag to compare

Features

  • core: ✨ reduce space between section indicator and title (c8ba546)
  • core: ✨ tweak more menu spacing (dc9f6f0)
  • search: ✨ add search history to initial state (f6d3fc9)

Bug Fixes

  • core: 🐛 bump search input font size (122819b), closes #513
  • core: 🐛 increase search input font size to 1rem (07aa883), closes #513
  • core: 🐛 only increase search input font size for mobile (87886b3)
  • search: 🐛 do not add empty term to search history (bd41516)

Full Changelog: v2.7.11...v2.8.0

2.7.11

07 Aug 21:04
d091f7e
Compare
Choose a tag to compare

Bug Fixes

  • core: 🐛 incorrect value for aria-controls (29d0f4b)
  • core: 🐛 remove duplicated id for toc label (81288a7)
  • search: 🐛 avoid double escape for equal sign (b015647)
  • search: 🐛 ensure that onFocus event are properly fired (9921a00)
  • search: 🐛 incorrect SMW search result mapping (0281037)

Full Changelog: v2.7.10...v2.7.11