File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- # v3.3.0-dev
4-
5- With the addition of the HEEx template engine to Phoenix applications,
6- some functions from the ` Phoenix.HTML.{Format, Link, Tag} ` modules lost
7- relevance. Those modules are no longer imported in new apps and they
8- will be moved to a separate project in the future. This means code using
9- those modules shall continue working in the future by adding one dependency.
3+ # v3.3.0 (2023-02-10)
104
115* Enhancements
126 * Support deeply nested class lists
Original file line number Diff line number Diff 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 "3.3.0-dev "
6+ @ version "3.3.0"
77
88 def project do
99 [
Original file line number Diff line number Diff line change 11{
22 "name" : " phoenix_html" ,
3- "version" : " 3.2 .0" ,
3+ "version" : " 3.3 .0" ,
44 "main" : " ./priv/static/phoenix_html.js" ,
55 "repository" : {
66 },
You can’t perform that action at this time.
0 commit comments