Skip to content

Releases: wireframe-framework/Wireframe

0.29.2

30 May 18:24
Compare
Choose a tag to compare

Fixed

  • PHP 8.2 deprecation errors resulting from dynamic ViewData properties.

0.29.1

05 Mar 18:35
Compare
Choose a tag to compare

Fixed

  • PHP deprecation warning from passing null to basename().

0.29.0

10 Jan 19:25
Compare
Choose a tag to compare

Added

  • New PartialView class that extends TemplateFile core class.

Fixed

  • Fixed an issue where rendering page within page did not properly restore the $view API variable to the state it was in before rendering said page.

0.28.0

10 Jan 13:22
Compare
Choose a tag to compare

Added

  • Page::renderView() now accepts an array of options as second argument, behaving same as Page::render() when passed an array of options.

0.27.1

12 Oct 15:40
Compare
Choose a tag to compare

Changed

  • Improve compatibility with RepeaterMatrix module by disabling unsupported render hook(s).
  • Improve performance of some file operations by applying GLOB_NOSORT.

0.27.0

27 Sep 05:41
20a960d
Compare
Choose a tag to compare

Changed

  • Stash (and later restore) Wireframe class data array when a page is rendered within another page.
  • Include Page object data array in cache key generated by Wireframe::render().

0.26.2

31 Aug 07:13
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where Wireframe::page() wasn't handling "non-wired" Page objects properly, resulting in a notice.

0.26.1

08 Aug 19:26
Compare
Choose a tag to compare

Changed

  • Use TracyDebugger::COLOR_NORMAL for Wireframe Tracy Debugger panel icon and help icon fill color.

0.26.0

11 Jul 09:34
Compare
Choose a tag to compare

Added

  • New method ComponentView::getComponent() for accessing the Component instance from within comnponent view.

Fixed

  • Fixed an issue where calling on() for component did not trigger emitted/queued events as intended.

0.25.0

30 Jun 07:19
c72fea8
Compare
Choose a tag to compare

Added

  • New method View::renderView() for rendering View with specific view file, without layout.
  • New method Page::renderView() for rendering Page with specific view file, without layout.

Fixed

  • Malformed sprintf statement for exceptions thrown by View::setViewsPath().