Releases: wireframe-framework/site-wireframe-boilerplate
Releases · wireframe-framework/site-wireframe-boilerplate
0.11.3
0.11.2
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
Fixed
- Updated required version of the SearchEngine module in composer.json.
0.11.0
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
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
Fixed
- Fixed a reference to renamed method View::setScript() (now View::setView()).
0.9.0
Changed
- Updated required version of Wireframe to 0.4.0.
Removed
- Removed lib/functions.php, as it wasn't really needed.
0.8.0
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
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
Fixed
- Additional accessibility fixes and improvements.