Skip to content

Commit

Permalink
Merge pull request #105 from bluzky/v0.14.4
Browse files Browse the repository at this point in the history
Release 0.14.0
  • Loading branch information
bluzky authored Dec 7, 2024
2 parents 1835874 + 385da1d commit f72ec0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions lib/salad_ui/dialog.ex
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,8 @@ defmodule SaladUI.Dialog do
<div
id={@id}
phx-mounted={@show && JS.exec("phx-show-modal", to: "##{@id}")}
phx-remove={JS.exec("phx-hide-modal", to: "##{@id}")}
phx-show-modal={show_modal(@id)}
phx-hide-modal={hide_modal(@id)}
data-cancel={JS.exec(@on_cancel, "phx-remove")}
phx-hide-modal={@on_cancel |> hide_modal(@id)}
class="relative z-50 hidden group/dialog"
>
<div
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule SaladUI.MixProject do
def project do
[
app: :salad_ui,
version: "0.14.3",
version: "0.14.4",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit f72ec0a

Please sign in to comment.