Skip to content

Releases: femiwiki/FemiwikiSkin

v3.1.1

25 Dec 00:07
8d9331b
Compare
Choose a tag to compare
v3.1.1

v3.1.0

24 Dec 17:06
835492e
Compare
Choose a tag to compare
v3.1.0

v3.0.0

09 Jul 13:14
eccb077
Compare
Choose a tag to compare

Breaking changes:

  • Femiwiki skin now requires MediaWiki 1.38 or newer.
  • $wgFemiwikiFacebookAppId and $wgFemiwikiTwitterAccount configuration variables are removed. If you still need to use this feature, please see Extension:WikiSEO.
  • The default value of $wgFemiwikiLegacySmallElementsForAnonymousUser is now false.
  • Adding icons to menu items using [[MediaWiki:skin-femiwiki-xeicon-map.json]] system message is now not supported. Instead you can add styles in [[MediaWiki:Common.css]]. Example:
    #t-cite a {
      padding-left: 0;
    }
    #t-cite a:before {
      content: '\ea6a';
    }

ENHANCEMENTS:

  • Localisations update.

v2.0.0

20 Apr 21:55
04b3d76
Compare
Choose a tag to compare
  • The styles for plain links are disabled by default now. To recover the previous behavior, add $wgFemiwikiAddLinkClass = true; to your LocalSettings.php. (#469)
  • The elements on the skin are now larger than before by default. Users can disable this on Special:Preferences.
  • Fixed the bug that the desktop change confirming dialog is not affected by the wikitext mode in VisualEditor preference on Mobile.
  • Fixed the bug of the desktop change confirming dialog on mobile.

v1.10.10

08 Jan 05:28
a4f62a4
Compare
Choose a tag to compare
- Fixed conflict between DarkMode and GrowthExperiments. (https://git…

v1.10.9

01 Jan 11:29
21a54f2
Compare
Choose a tag to compare
- Fixed conflict between DarkMode and RelatedArticles. (https://githu…

v1.10.8

18 Dec 03:42
811ebbc
Compare
Choose a tag to compare
- Fixed bugs on the DarkMode extension. (https://github.com/femiwiki/…

v1.10.7

11 Dec 22:14
4ae57c3
Compare
Choose a tag to compare
- Fixed FemiwikiUseLargerElements option cannot be disabled after ena…

v1.10.6

10 Dec 23:43
967bace
Compare
Choose a tag to compare
  • Patched not correctly clipped Echo notification popup on mobile. (#78)
  • Fixed the blue spinner on Special:RecentChanges. (#385)
  • The label for categories is now in a single line. (#387)

v1.10.5

27 Nov 08:23
3ddd231
Compare
Choose a tag to compare
- Fixed button colors.