Releases: michalsn/codeigniter-htmx
Releases · michalsn/codeigniter-htmx
v2.1.0
What's Changed
Enhancements
- Add an option to disable previous URL storage for HTMX requests by @neznaika0 in #80
- Improve
RedirectResponse::hxLocation()
to also work with full URL (auto-transformed to PATH) by @neznaika0 in #82
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
Fixes
Refactor
- refactor: manage config cache just like in the original codeigniter source code by @michalsn in #74
- refactor: move tests cache to ./build by @neznaika0 in #76
Breaking changes
- The public method
View::renderFragment()
has been removed. - The protected property
View::fragments
has been removed. - The methods have been changed:
View::fragment()
,View::endFragment()
,View::render()
,View::include()
.
Note
The breaking changes are irrelevant from the perspective of a developer who used only the available methods described in the documentation. You need to consider them only if you extend the View
class.
Full Changelog: v1.6.0...v2.0.0
v1.6.0
What's Changed
Fixes
- Error when config caching is enabled by @neznaika0 in #73
Other
- Added missing comma by @Kimotu in #70
- Delete unnecessary doc blocks by @neznaika0 in #72
New Contributors
- @Kimotu made their first contribution in #70
- @neznaika0 made their first contribution in #72
Full Changelog: v1.5.0...v1.6.0
v1.5.0
v1.4.0
v1.3.0
v1.2.2
What's Changed
CodeIgniter 4.4 compatibility release.
Fixes
- fix: Update Toolbar for changes in CI 4.4 by @lonnieezell in #51
- fix: cs fix by @michalsn in #52
New Contributors
- @lonnieezell made their first contribution in #51
Full Changelog: v1.2.1...v1.2.2
v1.2.1
v1.2.0
What's Changed
- The Debug Toolbar now works out of the box for
htmx
requests (but only if you don't use head-support extension). - All JavaScript added by this library is now added to the
head
tag.
Enhancements
- Add
ToolbarDecorator
class by @michalsn in #35 - Refactor
ErrorModalDecorator
class by @michalsn in #34
New Contributors
- @jozefrebjak made their first contribution in #18
Full Changelog: v1.1.0...v1.2.0