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 4b156b5 commit 59d2b67Copy full SHA for 59d2b67
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.1.7 (2024-09-24)
4
+
5
+ * Delegate LiveView `handle_async/3`.
6
7
## v0.1.6 (2024-09-03)
8
9
* Always use PhoenixPlayground.CodeReloader
mix.exs
@@ -2,7 +2,7 @@ defmodule PhoenixPlayground.MixProject do
use Mix.Project
@source_url "https://github.com/phoenix-playground/phoenix_playground"
- @version "0.1.6"
+ @version "0.1.7"
def project do
[
0 commit comments