Skip to content

Bump phoenix_live_view from 1.1.31 to 1.2.0#1124

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/phoenix_live_view-1.2.0
Closed

Bump phoenix_live_view from 1.1.31 to 1.2.0#1124
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/phoenix_live_view-1.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 11, 2026

Copy link
Copy Markdown
Contributor

Bumps phoenix_live_view from 1.1.31 to 1.2.0.

Release notes

Sourced from phoenix_live_view's releases.

v1.2.0

Enhancements

  • Support events pushed when connected mount redirects (#4269)

Bug fixes

  • Ensure for comprehensions in HEEx use deterministic variables
  • Ensure connect_params are kept when following redirects in LiveViewTest (#4005)
  • Ensure exceptions during LiveComponent renders are emitted as :telemetry event (#4258)
  • Fix whitespace handling of EEx nodes in HEEx compiler (#4277)

v1.2.0-rc.3

Enhancements

Bug fixes

  • Fix nested assign change tracking (#4225)
  • Ensure Phoenix.LiveViewTest.live_redirect/2 properly passes the URI as a string in handle_params (#4247)

v1.2.0-rc.2

Bug fixes

  • Ensure internal phx-viewport hook does not crash on update if no scroll container is used (#4214)

v1.2.0-rc.1

Enhancements

  • Align Phoenix.Component global attributes list with reference list from MDN (#4207). If you relied on one of the removed attributes, use the include option instead. For example:
    attr :rest, :global, include: ~w(width height)
  • Allow setting id attributes clientside for accessibility with this.js().setAttribute() (#4146)
  • Export getFileURLForUpload helper (#4206)
  • Use moveBefore if available when reordering stream items (#4212)

Bug fixes

  • Handle locks on skipped nodes (#4209)

v1.2.0-rc.0

Enhancements

... (truncated)

Changelog

Sourced from phoenix_live_view's changelog.

v1.2.0 (2026-06-10) 🚀

Enhancements

  • Support events pushed when connected mount redirects (#4269)

Bug fixes

  • Ensure for comprehensions in HEEx use deterministic variables
  • Ensure connect_params are kept when following redirects in LiveViewTest (#4005)
  • Ensure exceptions during LiveComponent renders are emitted as :telemetry event (#4258)
  • Fix whitespace handling of EEx nodes in HEEx compiler (#4277)

v1.2.0-rc.3 (2026-05-29)

Enhancements

Bug fixes

  • Fix nested assign change tracking (#4225)
  • Ensure Phoenix.LiveViewTest.live_redirect/2 properly passes the URI as a string in handle_params (#4247)

v1.2.0-rc.2 (2026-05-05)

Bug fixes

  • Ensure internal phx-viewport hook does not crash on update if no scroll container is used (#4214)

v1.2.0-rc.1 (2026-05-04)

Enhancements

  • Align Phoenix.Component global attributes list with reference list from MDN (#4207). If you relied on one of the removed attributes, use the include option instead. For example:
    attr :rest, :global, include: ~w(width height)
  • Allow setting id attributes clientside for accessibility with this.js().setAttribute() (#4146)
  • Export getFileURLForUpload helper (#4206)
  • Use moveBefore if available when reordering stream items (#4212)

Bug fixes

  • Handle locks on skipped nodes (#4209)

v1.2.0-rc.0 (2026-04-23)

Enhancements

... (truncated)

Commits
  • 923e859 Release v1.2.0
  • 0f57334 ensure connect_params are kept when following redirects (#4249)
  • 1c6723f Run CI on Elixir 1.20 + OTP 29
  • 2d0d81a Update assets
  • d2981e5 Support events pushed when connected mount redirects (#4279)
  • 3c0d113 Wrap renders caused by component updates in a telemetry span (#4278)
  • 75dd8d1 Fix whitespace handling in HEEx compiler EEx nodes (#4277)
  • e514f02 fix tag compiler regressions
  • 97e4d5e fix comma in README
  • f17f149 Document handle_event takes payload, not unsigned_params (#4268)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Jun 11, 2026
@github-actions github-actions Bot enabled auto-merge June 11, 2026 04:44
Bumps [phoenix_live_view](https://github.com/phoenixframework/phoenix_live_view) from 1.1.31 to 1.2.0.
- [Release notes](https://github.com/phoenixframework/phoenix_live_view/releases)
- [Changelog](https://github.com/phoenixframework/phoenix_live_view/blob/main/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_live_view@v1.1.31...v1.2.0)

---
updated-dependencies:
- dependency-name: phoenix_live_view
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/hex/phoenix_live_view-1.2.0 branch from 17852d7 to 43ede46 Compare June 11, 2026 04:48
@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #1129.

@dependabot dependabot Bot closed this Jun 15, 2026
auto-merge was automatically disabled June 15, 2026 04:43

Pull request was closed

@dependabot dependabot Bot deleted the dependabot/hex/phoenix_live_view-1.2.0 branch June 15, 2026 04:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants