Skip to content

Commit

Permalink
Release 0.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismccord committed Jan 5, 2023
1 parent 48b0054 commit 4929c7b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## 0.18.4
## 0.18.4 (2023-01-05)

### Enhancements
* Support string upload name to support dynamically generated `allow_upload`'s
Expand All @@ -10,6 +10,7 @@
* Fix browser history showing incorrect title when using live navigation with `@page_title`
* Fix undefined _target param when using `JS.push` for form changes
* Fix `phx-no-feedback` missing from inputs added after a form submit
* Fix `phx-disconnected` events firing when navigating away or submitting external forms

## 0.18.3 (2022-10-26)

Expand Down
4 changes: 2 additions & 2 deletions assets/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/package.json
@@ -1,6 +1,6 @@
{
"name": "phoenix_live_view",
"version": "0.18.3",
"version": "0.18.4",
"description": "The Phoenix LiveView JavaScript client.",
"license": "MIT",
"repository": {},
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
@@ -1,7 +1,7 @@
defmodule Phoenix.LiveView.MixProject do
use Mix.Project

@version "0.18.3"
@version "0.18.4"

def project do
[
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "phoenix_live_view",
"version": "0.18.3",
"version": "0.18.4",
"description": "The Phoenix LiveView JavaScript client.",
"license": "MIT",
"module": "./priv/static/phoenix_live_view.esm.js",
Expand Down

0 comments on commit 4929c7b

Please sign in to comment.