Skip to content

Releases: wireframe-framework/site-wireframe-boilerplate

0.11.3

02 Aug 14:09
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.11.2

28 Jul 17:50
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.11.1

28 Jul 17:24
Compare
Choose a tag to compare

Fixed

  • Updated required version of the SearchEngine module in composer.json.

0.11.0

28 Jul 17:03
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 the "menu-toggle" feature to a more generic "toggle" implementation.

0.10.0

25 Jul 19:54
Compare
Choose a tag to compare

Added

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

Fixed

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

0.9.1

08 Jul 05:10
Compare
Choose a tag to compare

Fixed

  • Fixed a reference to renamed method View::setScript() (now View::setView()).

0.9.0

07 Jul 17:03
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.8.0

03 Jul 18:54
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.7.0

30 Jun 20:04
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.6.5

29 Jun 20:32
Compare
Choose a tag to compare

Fixed

  • Additional accessibility fixes and improvements.