Skip to content

Commit 12d1cc0

Browse files
committed
Update CHANGELOG, closes #405
1 parent 6c3a8ee commit 12d1cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Bug fix
1111
* Generate unique IDs for checkboxes based on the value
1212
* Use artificial button click instead of `form.submit` in JavaScript to trigger all relevant events
13-
* Fix a bug where false/true attributes in `aria`/`data`/`phx` would emit literal `"true"` and `"false"` values
13+
* Fix a bug where nil/false/true attributes in `aria`/`data`/`phx` would emit empty or literal values, such as `"true"` and `"false"`. This release aligns them with all other attributes so both `nil` and `false` emit nothing. `true` emits the attribute with no value.
1414

1515
* Deprecations
1616
* `Phoenix.HTML.Tag.attributes_escape/1` is deprecated in favor of `Phoenix.HTML.attributes_escape/1`

0 commit comments

Comments
 (0)