Skip to content

Commit

Permalink
Release 0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismccord committed Jun 6, 2023
1 parent ad1a9c4 commit 0058afe
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.19.1 (2023-06-06)

### Enhancements
* Allow `accept` attribute on `<.live_file_input>` to override default values

### Bug fixes
* Fix issue causing anchor clicks to disconnect LV when they were already handled via `preventDefault()` by other scripts

## 0.19.0 (2023-05-29)

### Backwards incompatible changes
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phoenix_live_view",
"version": "0.19.0",
"version": "0.19.1",
"description": "The Phoenix LiveView JavaScript client.",
"license": "MIT",
"repository": {},
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Phoenix.LiveView.MixProject do
use Mix.Project

@version "0.19.0"
@version "0.19.1"

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

0 comments on commit 0058afe

Please sign in to comment.