Releases: wireframe-framework/site-wireframe-docs
Releases · wireframe-framework/site-wireframe-docs
0.19.0
0.18.2
Fixed
- Change single instance of multiple classes being added with one classList.add() call to two calls instead (IE11).
0.18.1
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
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
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
Changed
- Updated required version of Wireframe to 0.4.0.
Removed
- Removed lib/functions.php, as it wasn't really needed.
0.15.0
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
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
Fixed
- Additional accessibility fixes and improvements.
0.13.4
Changed
- Changed highlights field heading level from h3 to h2 (a11y).
- Minor style improvements to aside section highlights field headings.