Skip to content

Releases: wireframe-framework/site-wireframe-docs

0.19.0

04 Nov 17:42
Compare
Choose a tag to compare

Added

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

Changed

  • Updated SearchEngine and Wireframe.

0.18.2

02 Aug 14:06
Compare
Choose a tag to compare

Fixed

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

0.18.1

28 Jul 17:51
Compare
Choose a tag to compare

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

28 Jul 17:25
Compare
Choose a tag to compare

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

25 Jul 19:28
Compare
Choose a tag to compare

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

07 Jul 16:58
Compare
Choose a tag to compare

Changed

  • Updated required version of Wireframe to 0.4.0.

Removed

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

0.15.0

03 Jul 19:02
Compare
Choose a tag to compare

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

30 Jun 20:05
Compare
Choose a tag to compare

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

29 Jun 20:32
Compare
Choose a tag to compare

Fixed

  • Additional accessibility fixes and improvements.

0.13.4

29 Jun 19:32
Compare
Choose a tag to compare

Changed

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