Skip to content

Commit

Permalink
Release version 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Oct 29, 2024
1 parent d073b0e commit e550e78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Yii HTML Change Log

## 3.7.1 under development
## 3.8.0 October 29, 2024

- Enh #220: Add `non-empty-string` psalm type of `Html::generateId()` method result (@vjik)
- Enh #220: Add `non-empty-string|null` psalm type of `Tag::id()` method parameter (@vjik)
- Enh #222: Bump minimal PHP version to 8.1 and refactor (@vjik)
- New #224: Add optional `wrap` parameter to `BooleanInputTag::label()` method that controls whether to wrap input tag
with label tag or place them aside (@vjik)
- New #225: Add `CheckboxList::checkboxLabelWrap()` and `RadioList::radioLabelWrap()` methods (@vjik)
- New #227, #228: Add ability to wrap items in checkbox and radio lists by using methods
`CheckboxList::checkboxWrapTag()`, `CheckboxList::checkboxWrapAttributes()`, `CheckboxList::checkboxWrapClass()`,
`CheckboxList::addCheckboxWrapClass()`, `RadioList::radioWrapTag()`, `RadioList::radioWrapAttributes()`,
`RadioList::radioWrapClass()` and `RadioList::addRadioWrapClass()` (@vjik)
- Enh #220: Add `non-empty-string` psalm type of `Html::generateId()` method result (@vjik)
- Enh #220: Add `non-empty-string|null` psalm type of `Tag::id()` method parameter (@vjik)
- Enh #222: Bump minimal PHP version to 8.1 and refactor (@vjik)

## 3.7.0 September 18, 2024

Expand Down

0 comments on commit e550e78

Please sign in to comment.