New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

phoenix_live_view

Package Overview
Dependencies
Maintainers
1
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

phoenix_live_view - npm Package Versions

1
12

0.15.3

Diff

Changelog

Source

0.15.3 (2021-01-02)

Bug fixes

  • Fix push_redirect back causing timeout on the client
chrismccord
published 0.15.2 •

Changelog

Source

0.15.2 (2021-01-01)

Backwards incompatible changes

  • Remove beforeDestroy from phx-hook callbacks

Bug fixes

  • Fix form recovery failing to send input on first connection failure
  • Fix hooks not getting remounted after LiveView reconnect
  • Fix hooks reconnected callback being fired with no prior disconnect
chrismccord
published 0.15.1 •

Changelog

Source

0.15.1 (2020-12-20)

Enhancements

  • Ensure all click events bubble for mobile Safari
  • Run consume_uploaded_entries in LiveView caller process

Bug fixes

  • Fix hooks not getting remounted after LiveView recovery
  • Fix bug causing reload with jitter on timeout from previously closed channel
  • Fix component child nodes being lost when component patch goes from single root node to multiple child siblings
  • Fix phx-capture-click triggering on mouseup during text selection
  • Fix LiveView push_event's not clearing up in components
  • Fix <textarea> being patched by LiveView while focused
chrismccord
published 0.15.0 •

Changelog

Source

0.15.0 (2020-11-20)

Enhancements

  • Add live uploads support for file progress, interactive file selection, and direct to cloud support
  • Implement Phoenix.LiveViewTest.open_browser/2 that opens up a browser with the LiveView page

Backwards incompatible changes

  • Remove @inner_content in components and introduce render_block for rendering component @inner_block
  • Remove @live_module in socket templates in favor of @socket.view

Bug fixes

  • Make sure URLs are decoded after they are split
  • Do not recover forms without inputs
  • Fix race condition when components are removed and then immediately re-added before the client can notify their CIDs have been destroyed
  • Do not render LiveView if only events/replies have been added to the socket
  • Properly merge different components when sharing component subtrees on initial render
  • Allow variables inside do-blocks to be tainted
  • Fix push_redirect from mount hanging on the client and causing a fallback to full page reload when following a clicked live_redirect on the client
chrismccord
published 0.14.8 •

Changelog

Source

0.14.8 (2020-10-30)

Bug fixes

  • Fix compatibility with latest Plug
chrismccord
published 0.14.7 •

Changelog

Source

0.14.7 (2020-09-25)

Bug fixes

  • Fix redirect(socket, external: ...) when returned from an event
  • Properly follow location hashes on live patch/redirect
  • Fix failure in Phoenix.LiveViewTest when phx-update has non-HTML nodes as children
  • Fix phx_trigger_action submitting the form before the DOM updates are complete
chrismccord
published 0.14.6 •

Changelog

Source

0.14.6 (2020-09-21)

Bug fixes

  • Fix race condition on phx-trigger-action causing reconnects before server form submit
chrismccord
published 0.14.5 •

Changelog

Source

0.14.5 (2020-09-20)

Enhancements

  • Optimize DOM prepend and append operations
  • Add Phoenix.LiveView.send_update_after/3

Bug fixes

  • Fix scroll position when using back/forward with live_redirect's
  • Handle recursive components when generating diffs
  • Support hard redirects on mount
  • Properly track nested components on deletion on Phoenix.LiveViewTest
chrismccord
published 0.14.4 •

Changelog

Source

0.14.4 (2020-07-30)

Bug fixes

  • Fix hidden inputs throwing selection range error
chrismccord
published 0.14.3 •

Changelog

Source

0.14.3 (2020-07-24)

Enhancements

  • Support render_layout with LiveEEx

Bug fixes

  • Fix focused inputs being overwritten by latent patch
  • Fix LiveView error when "_target" input name contains array
  • Fix change tracking when passing a do-block to components
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc