Releases: StarCitizenTools/mediawiki-skins-Citizen
Releases · StarCitizenTools/mediawiki-skins-Citizen
v2.11.1
v2.11.0
v2.10.1
Features
- core: ✨ increase top margin of content footer (75548a9)
- core: ✨ reduce menu header font size (1106825)
- mediawiki: ✨ tweak styles on Special:Version (3a62b5f)
- toc: ✨ tweak toc header font size (cb1f9e6)
- VisualEditor: ✨ improve visibility of text highlight colors (8de5b3d)
Bug Fixes
- core: 🐛 file page sticky header overlapping TOC (9cf358f), closes #797
- Echo: 🐛 missing styles for new talk page alert (b90dd3d)
Full Changelog: v2.10.0...v2.10.1
v2.10.0
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
Features
- ar: add support for Arabic fonts through Noto Arabic (#755) (e985f86) by @eahmed234
- core: ✨ revert new RC styles (2a41a0b), closes #764
- core: ✨ use CSS variable to define default Citizen font (5e575f4)
- DarkMode: disable dark mode extension (#777) (cabd2b9) by @jdlrobson
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
- @eahmed234 made their first contribution in #755
Full Changelog: v2.9.0...v2.9.1
2.9.0
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
Features
- core: ✨ remove top margin from siteSub (47d06bc)
- core: ✨ remove unnessecary style from siteSub (92f0692)
- search: ✨ turn search actions into chips (b0f89ba)
Bug Fixes
- core: let makeSections xpath query cope with multiple classes (#733) (6f5b761) by @kemayo
- ooui: rounded button corners in save changes modal (#736) (906c1fd) by @SpaceEnergy
- search: 🐛 chip text should not wrap (071a58a)
New Contributors
- @SpaceEnergy made their first contribution in #736
- @kemayo made their first contribution in #733
Full Changelog: v2.8.4...v2.8.5
2.8.4
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
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
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