All notable changes to this project will be documented in this file.
2.1.0 - 2024-11-06
- Add an option to disable previous URL storage for HTMX requests.
- Improve
RedirectResponse::hxLocation()to also work with full URL, which will be auto-transformed to PATH.
2.0.0 - 2024-10-17
- Make view fragments work properly with complex layouts.
- Respect fragments visibility based on sections.
- The public method
View::renderFragment()has been removed. - The protected property
View::fragmentshas been removed. - The methods have been changed:
View::fragment(),View::endFragment(),View::render(),View::include().
1.6.0 - 2024-09-09
- An error when config caching is enabled
1.5.0 - 2024-06-10
- feat: add HTML formatter
1.4.0 - 2023-11-23
- feat: add
HX-Reselectheader support
1.3.0 - 2023-11-20
- feat: configurable view decorators
1.2.2 - 2023-08-26
- Update
Toolbarclass for changes in CI 4.4.
1.2.1 - 2023-06-17
- In some cases
view_fragmentwasn't parsed properly.
1.2.0 - 2023-06-06
- Add support for displaying the Debug Toolbar after
htmxrequest.
- The added JavaScript is now placed in the
headtag.
1.1.0 - 2023-01-10
- Add support for
htmxandboostedparam to theIncomingRequest::is()method.
1.0.0 - 2022-12-09
- When an HTTP error response occurs, display it in the modal.
- Add
view_fragment()function to return only fragments of the view.
- Fixed the issue with applying an
ErrorDecoratorto the CLI requests.
1.0.0-beta.2 - 2022-11-22
- Stop including code responsible for showing Debug Toolbar for
htmxrequests.
First beta realease