thoughtbot / constable

Better company announcements
https://constable.io
GNU Affero General Public License v3.0
513 stars 57 forks source link

Bump phoenix_live_view from 0.14.8 to 0.15.5 #991

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps phoenix_live_view from 0.14.8 to 0.15.5.

Changelog

Sourced from phoenix_live_view's changelog.

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

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_entires is 1 instead of accumulating multiple file selections
  • Fix static_path in open_browser failing to load stylesheets

0.15.3 (2021-01-02)

Bug fixes

  • Fix push_redirect back causing timeout on the client

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

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 LV while focused

0.15.0 (2020-11-20)

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #998.