Skip to content

Latest commit

 

History

History
67 lines (37 loc) · 3.75 KB

CHANGELOG.md

File metadata and controls

67 lines (37 loc) · 3.75 KB

5.1.0 (2025-03-01)

Features

  • add new toolbar (f275716)
  • add overlay toggle tool (3fbad0e)
  • add persist feature for toolbar (7be6cb4)
  • add styles() and scripts() with note about migration guide (cc96871)
  • add support for different icons based on toggle state (bd96e83)
  • add tailwind width info to toolbar (e413625)
  • load tools from /site/templates (b8efd7b)
  • sort toolbar items by name (a46761c)

Bug Fixes

  • improve rockdevtools check (dc3308a)
  • toolbar throwing error for guest users (e0c3c2d)
  • use filemtime for scriptTag and styleTag by default (45df91e)

5.0.0 (2025-02-02)

⚠ BREAKING CHANGES

  • remove styles() and scripts() features in favor of RockDevTools

Features

  • add assets() method to include assets in frontend (4efee08)
  • add scriptTag() and styleTag() (b4ed1e4)
  • load alfred overrides from AdminStyleRock (8c14d7e)
  • remove styles() and scripts() features in favor of RockDevTools (6c7ae81)

Bug Fixes

  • reading tracy editor from env leads to problems (34c8a79)
  • remove default defer attribute (505b462)
  • remove minify() for RockFrontend.js (6a1a21b)

4.1.0 (2025-01-19)

Features

  • update latte library to latest version (d3ac96e)

4.0.0 (2024-11-30)

⚠ BREAKING CHANGES

  • make autoPrepend optional by default and only load it if $config->rockfrontendAutoPrepend is set

Miscellaneous Chores

  • make autoPrepend optional by default and only load it if $config->rockfrontendAutoPrepend is set (fa199cb)

3.24.0 (2024-11-30)

Features