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
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Changelog
2
2
3
-
# v3.3.0 (2023-02-10)
3
+
##v3.3.0 (2023-02-10)
4
4
5
5
* Enhancements
6
6
* Support deeply nested class lists
@@ -15,42 +15,42 @@
15
15
* Deprecations
16
16
*`Phoenix.HTML.Tag.attributes_escape/1` is deprecated in favor of `Phoenix.HTML.attributes_escape/1`
17
17
18
-
# v3.2.0 (2021-12-18)
18
+
##v3.2.0 (2021-12-18)
19
19
20
20
* Enhancements
21
21
* Raise if the `id` attribute is set to a number. This is actually an invalid value according to the HTML spec and it can lead to problematic client behaviour, especially in LiveView and other client frameworks.
22
22
* Allow `phx` attributes to be nested, similar to `aria` and `data` attributes
23
23
* Allow hidden fields in forms to be a list of values
24
24
25
-
# v3.1.0 (2021-10-23)
25
+
##v3.1.0 (2021-10-23)
26
26
27
27
* Bug fix
28
28
* Do not submit data-method links if default has been prevented
29
29
* Deprecations
30
30
* Deprecate `~E` and `Phoenix.HTML.Tag.attributes_escape/1`
31
31
* Remove deprecated `Phoenix.HTML.Link.link/1`
32
32
33
-
# v3.0.4 (2021-09-23)
33
+
##v3.0.4 (2021-09-23)
34
34
35
35
* Bug fix
36
36
* Ensure `class={@class}` in HEEx templates and `:class` attribute in `content_tag` are properly escaped against XSS
37
37
38
-
# v3.0.3 (2021-09-04)
38
+
##v3.0.3 (2021-09-04)
39
39
40
40
* Bug fix
41
41
* Fix sorting of attributes in `tag`/`content_tag`
42
42
43
-
# v3.0.2 (2021-08-19)
43
+
##v3.0.2 (2021-08-19)
44
44
45
45
* Enhancements
46
46
* Support maps on `Phoenix.HTML.Tag.attributes_escape/1`
47
47
48
-
# v3.0.1 (2021-08-14)
48
+
##v3.0.1 (2021-08-14)
49
49
50
50
* Enhancements
51
51
* Add `Phoenix.HTML.Tag.csrf_input_tag/2`
52
52
53
-
# v3.0.0 (2021-08-06)
53
+
##v3.0.0 (2021-08-06)
54
54
55
55
* Enhancements
56
56
* Allow extra html attributes on the `:prompt` option in `select`
0 commit comments