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
116
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.16.4

Diff

Changelog

Source

0.16.4 (2021-09-22)

Enhancements

  • Improve HEEx error messages
  • Relax HTML tag validation to support mixed case tags
  • Support self closing HTML tags
  • Remove requirement for handle_params to be defined for lifecycle hooks

Bug fixes

  • Fix pushes failing to include channel join_ref on messages
chrismccord
published 0.16.3 •

Changelog

Source

0.16.3 (2021-09-03)

Bug fixes

  • Fix on_mount hooks calling view mount before redirecting when the hook issues a halt redirect.
chrismccord
published 0.16.2 •

Changelog

Source

0.16.2 (2021-09-03)

Enhancements

  • Improve error messages on tokenization
  • Improve error message if @inner_block is missing

Bug fixes

  • Fix phx-change form recovery event being sent to wrong component on reconnect when component order changes
chrismccord
published 0.16.1 •

Changelog

Source

0.16.1 (2021-08-26)

Enhancements

  • Relax phoenix_html dependency requirement
  • Allow testing functional components by passing a function reference to Phoenix.LiveViewTest.render_component/3

Bug fixes

  • Do not generate CSRF tokens for non-POST forms
  • Do not add compile-time dependencies on on_mount declarations
chrismccord
published 0.16.0 •

Changelog

Source

0.16.0 (2021-08-10)

chrismccord
published 0.15.7 •

Changelog

Source

0.15.7 (2021-05-24)

Bug fixes

  • Fix broken webpack build throwing missing morphdom dependency
chrismccord
published 0.15.6 •

Changelog

Source

0.15.6 (2021-05-24)

Bug fixes

  • Fix live patch failing to update URL when live patch link is patched again from handle_params
  • Fix regression in LiveViewTest.render_upload/3 when using channel uploads and progress callback
  • Fix component uploads not being cleaned up on remove
  • Fix KeyError on LiveView reconnect when an active upload was previously in progress

Enhancements

  • Support function components via component/3
  • Optimize progress events to send less messages for larger file sizes
  • Allow session and local storage client overrides

Deprecations

  • Deprecate @socket/socket argument on live_component/3 call
chrismccord
published 0.15.5 •

Changelog

Source

0.15.5 (2021-04-20)

Enhancements

  • Add upload_errors/1 for returning top-level upload errors

Bug fixes

  • Fix consume_uploaded_entry/3 with external uploads causing inconsistent entries state
  • Fix push_event losing events when a single diff produces multiple events from different components
  • Fix deep merging of component tree sharing
chrismccord
published 0.15.4 •

Changelog

Source

0.15.4 (2021-01-26)

Bug fixes

  • Fix nested live_render's causing remound of child LiveView even when ID does not change
  • Do not attempt push hook events unless connected
  • Fix preflighted refs causing auto_upload: true to fail to submit form
  • Replace single upload entry when max_entries is 1 instead of accumulating multiple file selections
  • Fix static_path in open_browser failing to load stylesheets
chrismccord
published 0.15.3 •

Changelog

Source

0.15.3 (2021-01-02)

Bug fixes

  • Fix push_redirect back causing timeout on the client
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