Skip to content

Commit 563de5a

Browse files
committed
update changelog
1 parent 2a8fb60 commit 563de5a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
55

6+
## [2.0.0](https://github.com/michalsn/codeigniter-htmx/compare/v1.6.0...v2.0.0) - 2024-10-17
7+
8+
### Fixes
9+
- Make view fragments work properly with complex layouts.
10+
- Respect fragments visibility based on sections.
11+
12+
### Braking changes
13+
- The public method `View::renderFragment()` has been removed.
14+
- The protected property `View::fragments` has been removed.
15+
- The methods have been changed: `View::fragment()`, `View::endFragment()`, `View::render()`, `View::include()`.
16+
17+
## [1.6.0](https://github.com/michalsn/codeigniter-htmx/compare/v1.5.0...v1.6.0) - 2024-09-09
18+
19+
### Fixes
20+
- An error when config caching is enabled
21+
622
## [1.5.0](https://github.com/michalsn/codeigniter-htmx/compare/v1.4.0...v1.5.0) - 2024-06-10
723

824
### Enhancements

0 commit comments

Comments
 (0)