Releases: StarCitizenTools/mediawiki-skins-Citizen
1.14.1
1.14.0
Features
- add skinStyles for collapsible toggles in MobileFrontend (f0b9879)
- allow scripts to run when MobileFrontend is active (37efe85)
- do not format body content if MobileFrontend is active (#409) (8eaaecf)
- show namespace (e.g. Discussion) on page tools (37beda8)
- tweak collapsible toggle size (9eeac80)
- tweak edit button styles when both visual and source edit are present (a61635e)
- use wikiText icon for source edit when VE is present (0177a06)
Bug Fixes
- uncaught value when no theme value is saved (d22f562)
1.13.0
Features
- add a max height to more action menu (c51c731), closes #365
- add fading to mw-data-after-content (9134834)
- add skinstyles for Cargo main (0c493f3)
- add styles for PortableInfobox (#441) (5202ddb)
- add styles for SimpleTooltip (#426) (c0003c2)
- add WSSearchFront skinStyles (#411) (b35e9c6)
- deprecate --background-color-dp-XX in favor of --color-surface-X (96013bb)
- depreciate theme preferences in MW user preferences (7ecf3a8)
- hide toc number by default (7b7641b)
- implement a more adaptive smooth shadow (47e1259)
- implement RTL icons (6217bad)
- improve contrast of SyntaxHighlight (17c37f5)
- make the Echo badge text smaller (6667c06)
- move discussion to the top of the more menu (f052951)
- pass styles as style element instead of inline (2c79c06)
- remove letter spacing from wordmark (a2dffec)
- revamp drawer header (6efff7f)
- show footer desc and tagline in the content language (#444) (cebc35f)
- sitestats should show exact number when it is <10000 (3c72992)
- tweak category styles (9041cc6)
- tweak SyntaxHighlight color (3dddd14)
- update OAuth skinStyles to grade B (d8cf5e1)
- update Popups skinStyles to grade B (5cc56ac)
- update RelatedArticle skinstyle to grade A (d5ac0ce)
- update TabberNeue styles to latest version (02d9f88)
- upgrade Popups skinStyles to grade A (c58e917)
- use neutral background for search suggestion thumbnails (59ca621)
- use template data for page tools if available (#440) (449278f)
Bug Fixes
-
add null check for checkboxObj.target (fed5369), closes #432
-
add null check for user tagline (7dbbc6b)
-
background clipping between data-after-content and footer (f24ab7d)
-
fix eslint no-shadow error (f5c5c99)
-
fix inverted Echo badge indicator (e6c15cb)
-
FOUC of light theme when user is using auto theme and prefer dark (047f830)
-
incorrect color for SyntaxHighlight (26cfa2d)
-
inverted image in VE edit link widget (0e4c8a8)
-
re-add pointers and border styles to Popups (7a8d6cb)
-
remove indentations (f5d280e)
-
remove unused debug code (a8485ac)
-
drop security header support (42df59f)
1.10.0
Changes
- Increase contrast of transparent buttons and icons
- Minor tweaks on header background
- Minor tweaks on ToC typography
- Unhide ToC numbering
- Add gradient fading to footer to avoid ToC overflow
- Add wikilink to default footer message
SkinStyles
- SyntaxHighlight is added as grade A
- MsUpload is added as grade A - thanks @caburum for helping out
- CodeMirror is updated to grade A - thanks @caburum for helping out
- Echo is updated to grade A
- AdvancedSearch is updated to grade B
- Capiunto is updated to grade B
- WikiEditor is updated to grade B
For other changes, please see the commit history.
1.9.5
Note: Security headers will be depreciated in an upcoming release.
- Overlay menu is changed to a modal
- Article stats is viewable on mobile viewport in menu
.mw-body-content
is removed and replaced by.citizen-body
, as the first class is applied by MW core in 1.37- Special:ListFiles dark mode styles is added for 1.36+
- SkinStyles are now classified into different grades, check the readme for more details.
- Plus other fixes
For other changes, please see the commit history.
1.9.4
Note: --background-color-dp-XX
is depreciated; use --color-surface-X
instead.
The current background color CSS variables are too complex so I reduce the variables to 4 surface colors instead. It also lays the foundation of a more versatile theming system and hierarchy that will be introduced in the later version. The current --background-color-dp-XX
will be kept for a few versions until all skinStyles have been reworked to use the new variables.
For other changes, please see the commit history. I am working on getting automatic changelog working but all these stuff are new to me so it might take a while 😟 I will also be tagging releases from now on as requested (#389). 🎉