Skip to content

Releases: wireframe-framework/site-wireframe-docs

0.19.0

Choose a tag to compare

@teppokoivula teppokoivula released this 04 Nov 17:42

Added

  • AdminBar module.
  • JSON view for AJAX search feature.

Changed

  • Updated SearchEngine and Wireframe.

0.18.2

Choose a tag to compare

@teppokoivula teppokoivula released this 02 Aug 14:06

Fixed

  • Change single instance of multiple classes being added with one classList.add() call to two calls instead (IE11).

0.18.1

Choose a tag to compare

@teppokoivula teppokoivula released this 28 Jul 17:51

Fixed

  • Restored .js-hide JS behaviour, which was unintentionally commented out.
  • As an accessibility improvement focus masthead search input after it has been toggled open.

0.18.0

Choose a tag to compare

@teppokoivula teppokoivula released this 28 Jul 17:25

Added

  • Search form to the site masthead.
  • Additional utility CSS classes (.js-show, .js-hide).
  • JS toggle feature.

Changed

  • Moved SearchEngine styles to the <head> area.
  • Updated required version of the SearchEngine module in composer.json.
  • Updated the "menu-toggle" feature to a more generic "toggle" implementation.

0.17.0

Choose a tag to compare

@teppokoivula teppokoivula released this 25 Jul 19:28

Added

  • SearchEngine module, Search template, and controller and view for the Search template.
  • Blockquote CSS styles.

Changed

  • Install TextformatterCodeBlocks with Composer instead of bundling files in the site profile.

Fixed

  • Fixed minor layout issue resulting from main content area being less than 100% wide.

0.16.0

Choose a tag to compare

@teppokoivula teppokoivula released this 07 Jul 16:58

Changed

  • Updated required version of Wireframe to 0.4.0.

Removed

  • Removed lib/functions.php, as it wasn't really needed.

0.15.0

Choose a tag to compare

@teppokoivula teppokoivula released this 03 Jul 19:02

Added

  • CSS styles for content images, content tables, and the hr element.

Changed

  • Updated required version of Wireframe to 0.3.0.

0.14.0

Choose a tag to compare

@teppokoivula teppokoivula released this 30 Jun 20:05

Added

  • Custom configuration file added to the lib directory.

Changed

  • Moved MarkupMenu configuration settings to custom config file and made "Current page" label translatable.
  • Bumped required versions of wireframe-framework/processwire-composer-installer, teppokoivula/markup-menu, and wireframe-framework/wireframe.

0.13.5

Choose a tag to compare

@teppokoivula teppokoivula released this 29 Jun 20:32

Fixed

  • Additional accessibility fixes and improvements.

0.13.4

Choose a tag to compare

@teppokoivula teppokoivula released this 29 Jun 19:32

Changed

  • Changed highlights field heading level from h3 to h2 (a11y).
  • Minor style improvements to aside section highlights field headings.