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. The EctoStatsPage module now welcomes the Duration module with open arms, avoiding those pesky warnings. Plus, the format function got a makeover to convert Duration 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 the main 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 down dist/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, 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 5 Entries