Skip to content

Commit b7fd6b7

Browse files
committed
Release v4.2.0
1 parent 687cca8 commit b7fd6b7

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# Changelog
22

3-
## 4.2.0
3+
## 4.2.0 (2024-12-28)
44

55
* Enhancements
66
* Add `Phoenix.HTML.css_escape/1` to escape strings for use inside CSS selectors
77
* Add the ability to pass `:hr` to `options_for_select/2` to render a horizontal rule
88

9+
* Bug fixes
10+
* Pass form action through in FormData implementation
11+
912
## v4.1.1 (2024-03-01)
1013
* Fix dependency resolution error
1114

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule PhoenixHTML.Mixfile do
33

44
# Also change package.json version
55
@source_url "https://github.com/phoenixframework/phoenix_html"
6-
@version "4.1.1"
6+
@version "4.2.0"
77

88
def project do
99
[

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"name": "phoenix_html",
3-
"version": "4.1.1",
3+
"version": "4.2.0",
44
"main": "./priv/static/phoenix_html.js",
55
"repository": {},
6-
"files": ["README.md", "CHANGELOG.md", "LICENSE", "package.json", "priv/static/phoenix_html.js"]
6+
"files": [
7+
"README.md",
8+
"CHANGELOG.md",
9+
"LICENSE",
10+
"package.json",
11+
"priv/static/phoenix_html.js"
12+
]
713
}

0 commit comments

Comments
 (0)