Versions and bullets are arranged chronologically from latest to oldest.
- Localisations update.
- Drop MediaWiki 1.40 support. Now require MediaWiki v1.41 or later is required.
- Use data-last-modified text for modifiedat. (#726)
- Update dependencies. (#725)
-
MediaWiki v1.40 or later is required.
-
$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 nowfalse
. -
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'; }
- AddThis is removed. Instead, Web Share API will be used on supported browsers. (#714)
- Indent lower
- s under 4 level (#677)
- Make headers distinguishable (#679)
- Minify font-size on little larger mobile devices (#681)
- Center VE preview (#685)
- Make FlaggedRevs's comment box not overflow (#687)
- Fixed Darkmode. (#653)
- Fixed broken DarkMode support. (femiwiki/femiwiki#324)
- Fixed missing OOUI theme elements.
- Editing in the mobile view is now possible. (#517)
- Some PNG icons are rewritten in SVG format.
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 nowfalse
. - 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.
- 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.
- Fixed conflict between DarkMode and GrowthExperiments. (#422)
- Fixed conflict between DarkMode and RelatedArticles. (#416)
- Fixed FemiwikiUseLargerElements option cannot be disabled after enabling. (#392)
- 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)
- Fixed button colors.
- Fixed broken StructuredDiscussions styles. (#365, #366)
- Added a module style for DismissableSiteNotice.
- Improved the support of FacetedCategory. (#346)
- Fixed
<pre>
tag overflow problem. (#350) - Bump OOUI to 0.42.0.
- Fixed invalid OOUI icon url. (#315)
fw-legacy-small-elements
class is now added to the body element when the feature is enabled.
- Added paddings to the syntaxhighlight box. (#288)
- Turned off the interface feature.
- Apply link colors to the preview of 2017 editor. (#290)
- Experimental 'Larger Elements' feature is now on testing.
- A registered end user can enable the feature in Special:Preference.
- A new configuration variable is added:
$wgFemiwikiLegacySmallElementsForAnonymousUser
. This is for enabling the larger elements for anonymous user but will soon be deprecated after finishing the test. Set this to false to enable the feature for anonymous user.
- ID for
Mediawiki:Skin-femiwiki-xeicon-map.json
of a portlet item is now always provided. The id of item could be generated in a form of<PORTLET_NAME>-item-<ITEM_KEY>
when the item does not have one. (#297)
- Installed OOUI theme repository via the package manager instead of including the source.
- Fixed a blue link on Special:Homepage. (#279)
- Removed the padding of catlinks ul. (#280)
- Fixed the blue link of the term of flow editor.
- Fixed blue links on Special:Search.
- Added styles targeting tag.
- Added icon to the ca-user navigation.
- Fixed the incorrect watch counter after visual editing.
- The watch counter shows 0 even in the first now.
- Made sure the buttons changed correctly when hovered or active.
- Overridden default style of #mw-createaccount-join.
- Removed #faa700 that is a color of wikimedia design.
- Fixed bad text wrapping in menu items.
- Deactivated the elements feature. (#20)
- Modified the style of menu items to make them look more like buttons.
- Replaced underline of links with border-bottom (#15)
- Fixed different background color of p-menu-toggle when hovered.
- Enlarged the clickable area of the help link.
- Added a custom class to scoping links and replace style rules.
- Fixed border-bottom of echo notification items.
- Added default icon to links to namespaces.
- Added icon to link to the homepage.
- Fixed the bad parameter name of view-topiclist API call.
- Changed color of unseen echo notifications.
- Fixed blue link of impact module of the homepage.
- Fixed not working alignment hack.
- Hidden empty portlet which is shown when the user is not logged-in.
- Removed underline of watch star on flow board.
- Removed the tooltip of the logo. (#267)
- Applied pygments 'autumn' style.
- Made most code blocks full width in mobile devices.
- Fixed not even margins of the footer. (#269)
- Fixed the cropped icon of the help link (#180)
- Made black icons less dark as they are not important than headings.
- Header Improvements:
- Used icons for namespaces and watch/unwatch navigation.
- Moved navigation below the first heading.
- Showed numbers follow the discussion and watch.
- Showed the watch action to anonymous users to encourage signing-ups.
- Fixed blue links in the help panel. (#257)
- Made sure the type of sidebar's $items is an array. (#263)
- Fixed blue links on history view. (#266)
- Made ext-related-articles-card 2-columns.
- Removed unwanted text-decoration of Echo notifications.
- Added more cases for resizing large images.
- Removed padding of
.mwhighlight > pre
. (#245) - Made postEdit notification centered evenly. (#45)
- Fixed blue link for ULS in Special:Preferences. (#244)
- Fixed blue link to description page in media settings. (#247)
- Improved font-family and hyphens per languages. (femiwiki/femiwiki#274)
- Used SkinMustach. (#136)
- Fixed unnecessary delimiter in the footer. (#104)
- Used AutoloadNamespace. (femiwiki/femiwiki#121)
- Replaced hard-coded hrefs in GNB. (#241)
- Made margins of ol same to margins of ul.
- Made size of notification text bigger.
- Restored disappeared styles of notification. (#237)
- Centered Visual Editor's preview of save dialog. (#238)
- Turned off logo skin feature.
Note: this version requires MediaWiki 1.36+. Earlier versions are no longer supported. If you still use those versions of MediaWiki, please use REL1_35 branch instead of this release.
ENHANCEMENTS:
- Localisation updates from. https://translatewiki.net.
- Defined font-family for
[lang=ja]
. (#228).
BUG FIXES:
- Used content-links feature instead of mediawiki.skinning.content.externallinks.
- Define font-family for
[lang=ja]
(#229)
- Fix not shortened url on sharing
-
Add a new configuration variable
$wgFemiwikiAddThisId
for pubid and tool id of AddThis. If it is set,$wgFemiwikiFacebookAppId
will be ignored.// Basic usage $wgFemiwikiAddThisId = 'xx-xxxxxxxxxxxxxxxx'; // If you have multiple tools, you must specify the tool id. $wgFemiwikiAddThisId = [ 'pub' => 'xx-xxxxxxxxxxxxxxxx', 'tool' => 'xxxx', ];
- Add missing closing label tags
- Use
$wgLogos['svg']
if$wgLogos['icon']
is not set. - Fix broken Echo icons
- Fix the not working markAllRead button
BUG FIXES:
- Replace normalize.css with the MediaWiki bundled version.
- Fix PHP Notice: Array to string conversion.