We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1869d6 commit fe99d51Copy full SHA for fe99d51
CHANGELOG.md
@@ -3,6 +3,7 @@
3
## 3.0.x
4
5
* Default value for polymorphic list of embeds is `[]` instead of `nil` (following `embeds_many/3`)
6
+ * Support Phoenix HTML 4.0
7
8
### Migration from 2.x to 3.x
9
README.md
@@ -264,7 +264,7 @@ Add `polymorphic_embed` for Elixir as a dependency in your `mix.exs` file:
264
```elixir
265
def deps do
266
[
267
- {:polymorphic_embed, "~> 3.0.5"}
+ {:polymorphic_embed, "~> 3.0.6"}
268
]
269
end
270
```
mix.exs
@@ -1,7 +1,7 @@
1
defmodule PolymorphicEmbed.MixProject do
2
use Mix.Project
- @version "3.0.5"
+ @version "3.0.6"
def project do
0 commit comments