You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
* Bug fix
11
11
* Generate unique IDs for checkboxes based on the value
12
12
* 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.
14
14
15
15
* Deprecations
16
16
*`Phoenix.HTML.Tag.attributes_escape/1` is deprecated in favor of `Phoenix.HTML.attributes_escape/1`
0 commit comments