phoenix_live_dashboard changelog


Hey there, code wizards! โœจ Get ready to sprinkle some magic onto your Phoenix LiveDashboard with our latest update. We've unlocked the power to render custom content straight into the <head> of your HTML documents! ๐Ÿง™โ€โ™‚๏ธ

New Feature

  • Render Custom Content in <head>: Now you can easily add scripts or styles needed for your custom hooks by registering components to render after the opening <head> tag and before the closing </head> tag. This makes extending your dashboard a breeze! ๐Ÿš€

We've also polished up the documentation with handy examples to guide you on implementing these snazzy new features. So go ahead, let your creativity flow and make your dashboard shine brighter than ever! ๐Ÿ’ก


Hey there, awesome developer! We've got some exciting updates for you. Check out the latest changes and fixes we've rolled out:


Changelog

New feature:

  • Release v0.8.4: ๐Ÿš€ We've officially launched version 0.8.4! This release includes updates to the CHANGELOG.md, mix.exs, and mix.lock files. Expect some bug fixes and feature enhancements that will make your experience smoother and more delightful.

Bugfixes:

  • Rename deprecated push_redirect to push_navigate (#444): ๐Ÿ› ๏ธ No more annoying compile-time deprecation warnings! We've updated the push_redirect function to push_navigate across PageLive, MetricsPage, and RequestLoggerPage modules in Phoenix LiveDashboard. Now, your code is cleaner and aligned with the latest conventions.

  • Run npm audit fix updating vulnerable deps (#445): ๐Ÿ”’ Security is our top priority! We've tackled two high severity vulnerabilities in the braces and ws modules. By running npm audit fix, we've updated these dependencies to their safer versions. Your project's security just got a major boost!

Chore:

  • Remove unused dependency: ๐Ÿงน We've cleaned up our project by removing the unused html_entities dependency from the mix.lock file. This small but mighty change helps streamline our dependencies and keeps our project lean and efficient.

Keep coding and stay awesome! ๐ŸŒŸ


Weโ€™ve been hard at work squashing bugs and making improvements. Hereโ€™s whatโ€™s new and shiny in this release:

Bugfix ๐Ÿ›

  • Release v0.8.4: We've rolled out version 0.8.4 with some essential tweaks to the CHANGELOG.md, mix.exs, and mix.lock files. These updates are all about making our project run smoother and more efficiently. Dive into the CHANGELOG.md to get the full scoop on whatโ€™s been improved. Happy coding! ๐Ÿš€
Showing 1 of 3 Entries