Update phoenix_live_view 0.20.17 → 1.0.1 (major) #115
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ phoenix_live_view (0.20.17 → 1.0.1) · Repo · Changelog
Release Notes
1.0.1 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
✳️ floki (0.36.3 → 0.37.0) · Repo · Changelog
Release Notes
0.37.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 10 commits:
Release v0.37.0
Fix bug propagating identity encoder in `raw_html/2` (#603)
Bump ex_doc from 0.34.2 to 0.35.1 (#602)
Bump dialyxir from 1.4.4 to 1.4.5 (#600)
Bump fast_html from 2.3.0 to 2.4.0 (#599)
Bump credo from 1.7.9 to 1.7.10 (#597)
Bump credo from 1.7.8 to 1.7.9 (#596)
Add notes to changelog [ciskip]
Drop support for Elixir 1.13 (#595)
Reapply "add Floki.css_escape/1 (#594)"
✳️ phoenix (1.7.14 → 1.7.18) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 12 commits:
Release 1.7.18
update changelog
backport new interpolation syntax (#6008)
update mix.lock
Update generators with new Gettext API (#5902) (#6006)
Updates to release notes and up and running
Release 1.7.17 for LiveView 1.0.0
No need to install Hex directly
Fix required elixir version.
Release 1.7.15
Sync deps
Add --from-elixir-install
✳️ phoenix_html (4.1.1 → 4.2.0) · Repo · Changelog
Release Notes
4.2.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 16 commits:
Release v4.2.0
Fix warnings on Elixir v1.19
Document and pass through option accordingly
update changelog
Merge pull request #452 from phoenixframework/sd-css-escape
Merge pull request #451 from gilbertbw/gbw-hr
Update lib/phoenix_html/form.ex
add Phoenix.HTML.css_escape/1
Fix formatting
Add <hr/> to options_for_select
fix branch name in CI
Mention function components in CHANGELOG, closes #440
Ensure matching escapes for nil and empty strings
Update ExDoc
Remove references to form_for and update docs, closes #442
Release 4.1.1 on npm as well
Commits
See the full diff on Github. The new version differs by 2 commits:
Update certificates (#74)
Update certificates (#73)
Release Notes
2.3.0 (from changelog)
2.2.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 11 commits:
Release v2.3.0
Implement `JSON.Encoder` if available (#215)
Release v2.2.0
Update deps
Update ExDoc
Adds `compare/3` and `eq?/3` with threshold as parameter (#208)
CI housekeeping (#210)
Fix typo in readme.md (#209)
Add gte?/2 and lte?/2 (#205)
coef_length def -> defp
Align examples according to inspect protocol (#198)
Release Notes
0.5.8 (from changelog)
0.5.7 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 6 commits:
Version bump to 0.5.8
Improve crash handling during WebSock.init/1 calls (#20)
Version bump to 0.5.7
Add support for Plug test adapter (#18)
Add blog post to README
Upgrade tests to bandit 1.4.0 (nb: library still supports older Bandits)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands