Skip to content

Releases: snapwiki/snapwikiskin

v4.0.0

30 Dec 12:25
Compare
Choose a tag to compare

This major release makes Snap! Wiki Skin compatible with MediaWiki 1.39 and does not have any user-facing changes.

Full Changelog: v2.0.0-prod...v4.0.0

v2.0.0

25 Nov 10:06
Compare
Choose a tag to compare

This major release makes Snap! Wiki Skin compatible with MediaWiki 1.37. These are the changes:

  • The search bar now uses ECMAScript 6 syntax
  • The path to the skin template directory has been updated to reflect changes to MediaWiki core
  • A hack to fix a MediaWiki 1.36 styling bug has been removed as the fix is now available inside MW itself
  • A deprecated skin feature has been replaced
  • The search bar now uses a smaller build of WVUI to make loading faster

v1.2.0

20 Sep 13:23
Compare
Choose a tag to compare

This release comes with the following changes:

  • Disabled the normalize skin feature, we already maintain an alternate version of it inside the skin
  • The logo class is no longer applied on wiki logos, you should always use the popular mw-wiki-logo class
  • Defined a rule for span.comment to address this upstream bug
  • Defined a rule for .error to appropriately style errors outputted by extensions

v1.1.0

01 Aug 17:57
204bfcd
Compare
Choose a tag to compare

There have been a number of changes since v1.0.4: a) styles for .top-bar .logo have been removed as it was unused, b) the ARIA label for link to main page has been changed from "Snap! home page" to "Wiki main page", c) categories now appear in a box-like shape, d) added help messages for CSS and JavaScript pages in the MediaWiki namespace, e) made the topbox bold (and italic), f) replaced visibility: hidden with display: none in CSS to remove unnecessary space, g) set wgSnapwikiskinUseWvuiSearch to true and hide thumbnail and description by default and h) started using these MediaWiki skin features: content-parser-output, content-links and interface-message-box.

v1.0.4

26 Jun 08:57
Compare
Choose a tag to compare

This is a patch release to make the skin name translatable or override-able. The skin name is also shown as "Snap! Wiki Skin" on Special:Preferences now.

v1.0.3

23 Jun 15:16
Compare
Choose a tag to compare

This is a patch release with two changes- i) the Vue-based search is no longer shipped to browsers that do not support ECMAScript 6 and ii) trying to load template partials no longer causes fatal errors on operating systems where case matters.

v1.0.2

19 Jun 20:03
Compare
Choose a tag to compare

We made three main changes in this patch release- a) added a URL to the MediaWiki.org documentation page of this skin, b) configured RawHtmlMessages to make sure MediaWiki:Snapwikiskin-nav-items needs the editsitecss and editsitejs rights, not just editinterface, c) fixed the code responsible for hiding the printfooter class.

v1.0.1

17 Jun 17:17
Compare
Choose a tag to compare

This is a patch release which contains three changes: i) the search button now uses the searchbutton i18n key instead of search (which is used as the title of Special:Search), ii) the .printfooter element is now hidden by default to remove distractions when reading the content of pages and iii) some CSS rules now use em instead of px following the Wikimedia Foundation's new recommendation.

v1.0.0

11 Jun 12:53
72f7774
Compare
Choose a tag to compare

This is the initial release of Snap! Wiki Skin! Please read the README for installation instructions and credits. Bug reports are welcome.