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
Welcome to the latest round of updates! We've been busy making things smoother, faster, and more reliable. π Here's a rundown of what's new:
-
Improvement: Duration.to_string
We've given the Phoenix Live Dashboard a boost by ensuring it handles duration data types with finesse. TheEctoStatsPage
module now welcomes theDuration
module with open arms, avoiding those pesky warnings. Plus, theformat
function got a makeover to convertDuration
values into strings, letting you view duration info like a pro. π -
Improvement: Release v0.8.6
Say hello to version 0.8.6! This release is all about keeping things fresh and compatible. We've updated the Erlang documentation URL, squashed some bugs related to rendering durations, and cleaned up a non-functional image nonce. Your software is now in tip-top shape, especially with the latest Elixir version. π
These updates are all about making your experience better and more seamless. Enjoy the improvements! π
Welcome to the latest update! We've been busy bees π making some awesome improvements and squashing those pesky bugs. Here's a peek at what's new:
-
Improvement: Build assets on CI and add caching π
We've supercharged our CI/CD pipeline! There's a shiny new GitHub Actions workflow that builds assets whenever you push to themain
branch or any versioned branches. Thanks to some nifty caching for Mix and npm dependencies, your builds are now faster and way more efficient. Plus, any updated assets get automatically committed and pushed back to the repo. How's that for streamlining? -
Improvement: Update assets π¨
Our CSS file just went on a massive diet! We've trimmed downdist/css/app.css
by a whopping 11,923 lines, with only 3 new additions. This overhaul means leaner, meaner styles that are easier to maintain and load faster. Your browser will thank you! -
Improvement: Fix img csp nonce π
Security and style in one go! We've revamped the footer component by swapping<img>
tags for<div>
elements to better handle CSP nonces. This not only boosts security but also gives our logos a fresh new look with updated CSS styles. It's a win-win for design and compliance. -
Bugfix: fix test that relied on push_patch to wrong live session π
We found a test that was a bit lost, relying on the wrong live session. Oops! That's all sorted now, ensuring our tests are accurate and the results are reliable. Your app's behavior should be spot-on during testing. -
Chore: don't migrate to curly braces yet π€
We've hit pause on switching to curly braces for now. After some careful consideration, we've decided it's best to hold off to keep things stable and readable. No rush, we'll get there when the time is right!
Stay tuned for more updates, and keep those feature requests and feedback coming. Happy coding! π
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! π