yiisoft / yii-dataview

Data widgets
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
39 stars 21 forks source link

Fix #213: use ListItemContext for `ListView::renderItem` related operations. #214

Closed glpzzz closed 2 months ago

glpzzz commented 2 months ago
Q A
Is bugfix?
New feature? ✔️
Breaks BC?

Refs #213

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 68.21%. Comparing base (1fb609b) to head (656b4e9). Report is 24 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #214 +/- ## ============================================ + Coverage 64.66% 68.21% +3.54% - Complexity 558 573 +15 ============================================ Files 46 46 Lines 1862 1856 -6 ============================================ + Hits 1204 1266 +62 + Misses 658 590 -68 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

vjik commented 2 months ago

@glpzzz Thank you 👍