Releases: drew7721/module-templatehints
Releases · drew7721/module-templatehints
Release Version v1.1.8
Key changes:
-
New Feature:
- Added a new plugin
CmsBlockWrapperto wrap Magento CMS blocks with template hints.
- Added a new plugin
-
Template Update:
- The template constant in
WrapperInterface.phpnow includes an HTMLidattribute for hints.
- The template constant in
-
Plugin Registration:
- Updated
etc/frontend/di.xmlto register the newCmsBlockWrapperplugin forMagento\Cms\Block\Block. - Changed plugin names and sort orders for better clarity and execution order.
- Updated
-
Enhancements to Template Rendering:
AbstractWrapper.phpnow injects the block identifier as an HTML id.
-
Frontend Improvements:
- The
info.phtmltemplate displays more detailed layout information, including:- Layout cache ID
- Lists of handles, containers, blocks, and design abstractions
- Navigation link to page info
- Enhanced display and organization of block/class data
- The
-
Styling Updates:
- The LESS styles (
_module.less) have been significantly expanded:- New color definitions for CMS blocks and pages.
- Improved styling for block hints, containers, and navigation elements.
- More user-friendly and visually distinct hint boxes and block info popups.
- The LESS styles (
Summary:
- The master branch introduces CMS block hinting, richer template and layout information for developers, and improved UI/UX for hints and layout info overlays.
Full Changelog: 1.1.7...master
Release Version v1.1.7
Minor enhancements.
New release to fix version issues.
Fixes version issues with composer file that was not updated.
Release Version v1.1.5
Changes
- fix for console ON/OFF
- Now shows data about widgets that are used on the page
Make compatible with Magento v2.4.6 and above.
Fix console command to return int value.
Fix for composer dependency.
1.1.3 Version update for quick fix release.
New frontend features.
1.1.2 Update README.md
Version 1.1.1
Release notes
- Fix issue #6
- Better wrapping
- Only load js if the hints are enabled
Version 1.1.0
Improvements:
- Front-end hide/show tips
- Less intrusive hints
- Wrap in a single plugin for all elements
- Remove duplication of the blocks wrapping
- Additional information about the layout at the bottom of the page
- Style enhancements
- Show hints in developer mode only
Version 1.0.1
Updates to the admin panel.