Releases: wireframe-framework/Wireframe
Releases · wireframe-framework/Wireframe
0.30.0
0.29.2
Fixed
- PHP 8.2 deprecation errors resulting from dynamic ViewData properties.
0.29.1
Fixed
- PHP deprecation warning from passing null to basename().
0.29.0
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
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
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
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
Fixed
- Fixed an issue where Wireframe::page() wasn't handling "non-wired" Page objects properly, resulting in a notice.
0.26.1
Changed
- Use TracyDebugger::COLOR_NORMAL for Wireframe Tracy Debugger panel icon and help icon fill color.
0.26.0
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.