Difference between revisions of "Changelog"

From Tweeki
Jump to: navigation, search
Line 9: Line 9:
 
* [[Configuration_Options#Hiding Page Elements|Configuration for hiding of navigational elements]] has been rewritten to use associative arrays.
 
* [[Configuration_Options#Hiding Page Elements|Configuration for hiding of navigational elements]] has been rewritten to use associative arrays.
 
* [[Hooks#SkinTweekiCheckVisibility|Hiding via hook]] has now been properly implemented.
 
* [[Hooks#SkinTweekiCheckVisibility|Hiding via hook]] has now been properly implemented.
 +
* The username in the personal dropdown now has it's own span element and class <code>.tweeki-username</code> that can be used for styling or hiding
 +
* [https://www.mediawiki.org/wiki/Extension:MagicNumberedHeadings NUMBERED HEADINGS] Magic Word had been included to allow for fine grained control of automatic heading numbering
 +
* Use the <code><nowiki><TOC /></nowiki></code> tag to place a copy of the table of contents anywhere on your page.
  
 
'''Documentation Changes'''
 
'''Documentation Changes'''
Line 15: Line 18:
 
* [[Footer Examples]] added
 
* [[Footer Examples]] added
 
* Documentation for [[Hooks#SkinTweekiCheckVisibility|SkinTweekiCheckVisibility hook]] added
 
* Documentation for [[Hooks#SkinTweekiCheckVisibility|SkinTweekiCheckVisibility hook]] added
 +
 +
<TOC>
  
 
=== 1.0.3 (2017-01-27) ===
 
=== 1.0.3 (2017-01-27) ===

Revision as of 20:26, 12 April 2017

dev (2017-04-12)

Bug Fixes

  • Scrollspy should work now also in Safari and Chrome

New Features

  • Configuration for hiding of navigational elements has been rewritten to use associative arrays.
  • Hiding via hook has now been properly implemented.
  • The username in the personal dropdown now has it's own span element and class .tweeki-username that can be used for styling or hiding
  • NUMBERED HEADINGS Magic Word had been included to allow for fine grained control of automatic heading numbering
  • Use the <TOC /> tag to place a copy of the table of contents anywhere on your page.

Documentation Changes

<TOC>

1.0.3 (2017-01-27)

Release 1.0.3 on github

Bug fixes

  • navigational element EDIT-EXT should work now also in subnav and all other places than sidebar
  • breakpoint for sidebar was wrong
  • path for bootstrap-theme was fixed, should now work again (it's loaded by default)
  • $wgTweekiSkinCustomizedBootstrap should work again
  • $wgTweekiImagePageTOCTabs has been renamed to $wgTweekiSkinImagePageTOCTabs
  • footer reconfiguration after tab toggling

New Features

  • Offsets and widths for the main layout can now be configured.

Documentation Changes

1.0.2 (2016-10-22)

Release 1.0.2 on github

Changes

  • requires MediaWiki 1.25+ now (extension registration)
  • Bootstrap updated to v3.3.7
  • Font Awesome updated to v4.6.3