Skip to content

Releases: hyperf/view-engine

Release v3.0.0-alpha.4

01 Mar 04:36
Compare
Choose a tag to compare
Use `Hyperf/Context/Context` instead of `Hyperf/Utils/Context`. (#4565)

Release v3.0.0-alpha.1

16 Feb 05:50
Compare
Choose a tag to compare
Upgrade the minimum php version to `8.0` for `view-engine`. (#4520)

Release v2.2.23

17 Jan 02:28
Compare
Choose a tag to compare
Fixed bug that view cache generated failed caused by concurrent reque…

Release v2.2.13

25 Oct 02:01
Compare
Choose a tag to compare
Renamed the namespace about macroable component. (#4166)

Release v2.2.7

06 Sep 03:30
Compare
Choose a tag to compare
Ignored the phpstan error about separator of function explode expects…

Release v2.2.0

19 Jul 05:40
Compare
Choose a tag to compare
Update `branch-alias` to `2.2-dev` in `composer.json`

Release v2.2.0-rc4

12 Jul 01:52
Compare
Choose a tag to compare
Fixed type error when using `BladeCompiler::getRawPlaceholder()`. (#3…

Release v2.2.0-beta1

07 Jun 02:42
Compare
Choose a tag to compare
Optimized all composer.json (#3569)

* Optimized all composer.json

* Update package-lock.json

Release v2.1.3

18 Jan 02:14
Compare
Choose a tag to compare
Added method `ComponentAttributeBag::has()` for `view-engine`. (#3123)

* feat: Add has() method to Hyperf\ViewEngine\Component\ComponentAttributeBag

* docs: update view-engine.md

* Update CHANGELOG-2.1.md

Co-authored-by: 李铭昕 <[email protected]>

Release v2.1.1

04 Jan 03:35
Compare
Choose a tag to compare
Format code.