phoenix_live_view changelog


Here's the latest scoop on our updates, packed with improvements to make your coding journey smoother and more delightful! 🎉

  • Improvement: Fixed Link to Bindings Guide Fragment
    We've polished up the Phoenix LiveView module documentation by correcting a link reference. Now, when you're diving into scroll events and infinite pagination, you'll land exactly where you need to be! 🧭

  • Bugfix: Typo in live-layouts.md
    Typo alert! We've fixed a sneaky little typo in the LiveView applications documentation. "LvieView" is now properly spelled as "LiveView." Because spelling counts, even in code! 📝✨

Enjoy the smoother sailing with these updates! 🚀

Included Commits

2025-04-22T12:57:14 See commit

The commit addresses a minor issue in the documentation of the Phoenix LiveView module by updating a link to the Bindings Guide fragment. Specifically, the link's reference was corrected from "scroll-events-and-infinite-stream-pagination" to "scroll-events-and-infinite-pagination." This change ensures that users are directed to the appropriate section of the guide for information on scroll events and infinite pagination.

The modification involved altering one line in the lib/phoenix_live_view.ex file, resulting in a net change of two lines—one addition and one deletion. This adjustment enhances the clarity and accuracy of the documentation, ultimately improving the user experience for developers utilizing the Phoenix LiveView framework.

Files changed

  • lib/phoenix_live_view.ex
2025-04-22T12:57:35 See commit

The commit titled "Update live-layouts.md (#3770)" addresses a minor typo in the documentation for LiveView applications. Specifically, the term "LvieView" was corrected to "LiveView," ensuring clarity and accuracy in the text.

In addition to the typo fix, the commit modifies the documentation file guides/server/live-layouts.md by making two changes: one addition and one deletion. These adjustments help maintain the quality of the documentation and provide a better understanding of the layout structure used in LiveView applications.

Files changed

  • guides/server/live-layouts.md