Skip to content

Commit

Permalink
Release 0.18.17
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismccord committed Mar 9, 2023
1 parent f7cfc4f commit ce09860
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Changelog

## 0.18.17
## 0.18.17 (2023-03-09)

### Bug Fixes
* Fix callbacks like `handle_info` failing to be invoked in development after a code change with the Phoenix code reloader

### Enhancements
* Support [`submitter`](https://developer.mozilla.org/en-US/docs/Web/API/SubmitEvent/submitter) on form submit events.
* Avoid compile-time dependency for `attr` when referencing structs

## 0.18.16 (2023-02-23)

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.18.16",
"version": "0.18.17",
"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.18.16"
@version "0.18.17"

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.18.16",
"version": "0.18.17",
"description": "The Phoenix LiveView JavaScript client.",
"license": "MIT",
"module": "./priv/static/phoenix_live_view.esm.js",
Expand Down

0 comments on commit ce09860

Please sign in to comment.