We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
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
, andmix.lock
files. Expect some bug fixes and feature enhancements that will make your experience smoother and more delightful.
Bugfixes:
-
Rename deprecated
push_redirect
topush_navigate
(#444): ๐ ๏ธ No more annoying compile-time deprecation warnings! We've updated thepush_redirect
function topush_navigate
acrossPageLive
,MetricsPage
, andRequestLoggerPage
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 thebraces
andws
modules. By runningnpm 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 themix.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
, andmix.lock
files. These updates are all about making our project run smoother and more efficiently. Dive into theCHANGELOG.md
to get the full scoop on whatโs been improved. Happy coding! ๐