Skip to content

Releases: drew7721/module-templatehints

Release Version v1.1.8

20 May 22:54
ea6b5ab

Choose a tag to compare

Key changes:

  1. New Feature:

    • Added a new plugin CmsBlockWrapper to wrap Magento CMS blocks with template hints.
  2. Template Update:

    • The template constant in WrapperInterface.php now includes an HTML id attribute for hints.
  3. Plugin Registration:

    • Updated etc/frontend/di.xml to register the new CmsBlockWrapper plugin for Magento\Cms\Block\Block.
    • Changed plugin names and sort orders for better clarity and execution order.
  4. Enhancements to Template Rendering:

    • AbstractWrapper.php now injects the block identifier as an HTML id.
  5. Frontend Improvements:

    • The info.phtml template 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
  6. 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.

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

06 May 20:32
f574be7

Choose a tag to compare

Minor enhancements.

New release to fix version issues.

02 May 17:27
cbf5a41

Choose a tag to compare

Fixes version issues with composer file that was not updated.

Release Version v1.1.5

02 May 17:15
0382acc

Choose a tag to compare

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.

04 Dec 14:34
2b123a3

Choose a tag to compare

Fix console command to return int value.

Fix for composer dependency.

17 Feb 22:05
cf8f7b3

Choose a tag to compare

1.1.3

Version update for quick fix release.

New frontend features.

05 Feb 00:09
fe1d818

Choose a tag to compare

1.1.2

Update README.md

Version 1.1.1

12 Oct 03:29
c754111

Choose a tag to compare

Release notes

  • Fix issue #6
  • Better wrapping
  • Only load js if the hints are enabled

Version 1.1.0

11 Oct 03:54

Choose a tag to compare

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

08 Oct 18:01

Choose a tag to compare

Updates to the admin panel.