Skip to content

Commit b495acc

Browse files
authored
fix markdown titles in changelog so they appear in the TOC of docs (#407)
1 parent 12d1cc0 commit b495acc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
# v3.3.0 (2023-02-10)
3+
## v3.3.0 (2023-02-10)
44

55
* Enhancements
66
* Support deeply nested class lists
@@ -15,42 +15,42 @@
1515
* Deprecations
1616
* `Phoenix.HTML.Tag.attributes_escape/1` is deprecated in favor of `Phoenix.HTML.attributes_escape/1`
1717

18-
# v3.2.0 (2021-12-18)
18+
## v3.2.0 (2021-12-18)
1919

2020
* Enhancements
2121
* 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.
2222
* Allow `phx` attributes to be nested, similar to `aria` and `data` attributes
2323
* Allow hidden fields in forms to be a list of values
2424

25-
# v3.1.0 (2021-10-23)
25+
## v3.1.0 (2021-10-23)
2626

2727
* Bug fix
2828
* Do not submit data-method links if default has been prevented
2929
* Deprecations
3030
* Deprecate `~E` and `Phoenix.HTML.Tag.attributes_escape/1`
3131
* Remove deprecated `Phoenix.HTML.Link.link/1`
3232

33-
# v3.0.4 (2021-09-23)
33+
## v3.0.4 (2021-09-23)
3434

3535
* Bug fix
3636
* Ensure `class={@class}` in HEEx templates and `:class` attribute in `content_tag` are properly escaped against XSS
3737

38-
# v3.0.3 (2021-09-04)
38+
## v3.0.3 (2021-09-04)
3939

4040
* Bug fix
4141
* Fix sorting of attributes in `tag`/`content_tag`
4242

43-
# v3.0.2 (2021-08-19)
43+
## v3.0.2 (2021-08-19)
4444

4545
* Enhancements
4646
* Support maps on `Phoenix.HTML.Tag.attributes_escape/1`
4747

48-
# v3.0.1 (2021-08-14)
48+
## v3.0.1 (2021-08-14)
4949

5050
* Enhancements
5151
* Add `Phoenix.HTML.Tag.csrf_input_tag/2`
5252

53-
# v3.0.0 (2021-08-06)
53+
## v3.0.0 (2021-08-06)
5454

5555
* Enhancements
5656
* Allow extra html attributes on the `:prompt` option in `select`

0 commit comments

Comments
 (0)