Skip to content

Commit

Permalink
Release v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Dec 28, 2024
1 parent 687cca8 commit b7fd6b7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Changelog

## 4.2.0
## 4.2.0 (2024-12-28)

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

* Bug fixes
* Pass form action through in FormData implementation

## v4.1.1 (2024-03-01)
* Fix dependency resolution error

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule PhoenixHTML.Mixfile do

# Also change package.json version
@source_url "https://github.com/phoenixframework/phoenix_html"
@version "4.1.1"
@version "4.2.0"

def project do
[
Expand Down
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"name": "phoenix_html",
"version": "4.1.1",
"version": "4.2.0",
"main": "./priv/static/phoenix_html.js",
"repository": {},
"files": ["README.md", "CHANGELOG.md", "LICENSE", "package.json", "priv/static/phoenix_html.js"]
"files": [
"README.md",
"CHANGELOG.md",
"LICENSE",
"package.json",
"priv/static/phoenix_html.js"
]
}

0 comments on commit b7fd6b7

Please sign in to comment.