Skip to content

Commit 3c3dc23

Browse files
committed
Release v1.2.0-rc.2
1 parent 5851713 commit 3c3dc23

8 files changed

Lines changed: 14 additions & 8 deletions

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,12 @@ by setting `phx-ignore-missing-id` or disable it globally with the `:missing_for
114114

115115
See the module documentation or `Phoenix.LiveViewTest` for more information.
116116

117+
## v1.2.0-rc.2 (2026-05-05)
118+
119+
### Bug fixes
120+
121+
* Ensure internal phx-viewport hook does not crash on update if no scroll container is used ([#4214](https://github.com/phoenixframework/phoenix_live_view/issues/4214))
122+
117123
## v1.2.0-rc.1 (2026-05-04)
118124

119125
### Enhancements

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Phoenix.LiveView.MixProject do
22
use Mix.Project
33

4-
@version "1.2.0-rc.1"
4+
@version "1.2.0-rc.2"
55

66
def project do
77
[

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "phoenix_live_view",
3-
"version": "1.2.0-rc.1",
3+
"version": "1.2.0-rc.2",
44
"description": "The Phoenix LiveView JavaScript client.",
55
"license": "MIT",
66
"type": "module",

priv/static/phoenix_live_view.cjs.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

priv/static/phoenix_live_view.esm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

priv/static/phoenix_live_view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6003,7 +6003,7 @@ removing illegal node: "${(childNode.outerHTML || childNode.nodeValue).trim()}"
60036003
}
60046004
// public
60056005
version() {
6006-
return "1.2.0-rc.1";
6006+
return "1.2.0-rc.2";
60076007
}
60086008
isProfileEnabled() {
60096009
return this.sessionStorage.getItem(PHX_LV_PROFILE) === "true";

priv/static/phoenix_live_view.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)