Skip to content

Releases: baumrock/RockFrontend

v5.6.0

16 Jan 15:49

Choose a tag to compare

Features

  • allow attrString on styletag (edf6e87)

Bug Fixes

  • missing forcepath param (a0b3f36)

v5.5.0

01 Sep 12:23

Choose a tag to compare

Features

  • allow custom editpage for toolbar (b511da2)

v5.4.0

02 Aug 10:40

Choose a tag to compare

Features

  • add AJAX http status codes helper class (13c0d23)
  • add support for alfred() offset (6f193a2)
  • add window.noJQuery flag to suppress loading jquery from ALFRED (9a3ef6f)
  • allow ajax endpoints outside of pw root (9df6cc5)
  • allow AJAX return codes in ajax _init.php file (caa4e9e)
  • automatically set http response code based on ajax statuscode (a426ede)
  • expose PW API variables to all latte template files (3c758df)

Bug Fixes

  • add is_string check (69b8759)
  • add missing default value (bac9499)
  • error if definedVars is null (9cf9c8b)
  • getFile not checking all allowed folders (2248591)
  • make sure intCode returns int (6775757)
  • toolbar alfred issue (7a4a234)

v5.3.0

02 Jul 12:33

Choose a tag to compare

Features

  • add new grow() concept (3d304b6)
  • add show/hide toggle for toolbar (bd4d9df)

v5.2.0

01 Jun 15:06

Choose a tag to compare

Features

  • add _init.php file for global ajax access control (6bff1a0)
  • expose variables from _init.php to all ajax files (b3e85af)

Bug Fixes

  • add missing livereloadScriptTag method (efe557e)
  • livereload not working in ajax endpoints (25fa46d)
  • throw a 404 instead of 403 if no access to ajax endpoint (38f19a5)

v5.1.1

14 Mar 10:38

Choose a tag to compare

Bug Fixes

  • issue when using range() on single day event (7b7a7e3)

v5.1.0

01 Mar 10:43

Choose a tag to compare

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)

v5.0.0

02 Feb 14:10

Choose a tag to compare

⚠ 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)

v4.1.0

19 Jan 09:15

Choose a tag to compare

Features

  • update latte library to latest version (d3ac96e)

v4.0.0

30 Nov 14:40

Choose a tag to compare

⚠ 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)