Skip to content

Commit

Permalink
Release 1.0.0-rc.9
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismccord committed Dec 3, 2024
1 parent aae427f commit 1df7000
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@ generated user module:
if valid_password?(changeset.data, password) do
```

## 1.0.0-rc.9 (2024-12-03)

### Enhancements
* Support `phx-no-curly-interpolation` to disable HEEx curly interpolation in a specific tag body

## 1.0.0-rc.8 (2024-12-02)

### 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": "1.0.0-rc.8",
"version": "1.0.0-rc.9",
"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 "1.0.0-rc.8"
@version "1.0.0-rc.9"

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": "1.0.0-rc.8",
"version": "1.0.0-rc.9",
"description": "The Phoenix LiveView JavaScript client.",
"license": "MIT",
"module": "./priv/static/phoenix_live_view.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion priv/static/phoenix_live_view.cjs.js

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

2 changes: 1 addition & 1 deletion priv/static/phoenix_live_view.esm.js

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

2 changes: 1 addition & 1 deletion priv/static/phoenix_live_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -4760,7 +4760,7 @@ removing illegal node: "${(childNode.outerHTML || childNode.nodeValue).trim()}"
}
// public
version() {
return "1.0.0-rc.8";
return "1.0.0-rc.9";
}
isProfileEnabled() {
return this.sessionStorage.getItem(PHX_LV_PROFILE) === "true";
Expand Down
2 changes: 1 addition & 1 deletion priv/static/phoenix_live_view.min.js

Large diffs are not rendered by default.

0 comments on commit 1df7000

Please sign in to comment.