Closed APB9785 closed 1 year ago
I have published the docs on top of the v0.7.2 tag once again. It may be the docs themselves are out of date though, which means they will be fixed in the next version.
@josevalim Is there an estimate timeframe for next version's release? The issue I'm having is that my library uses "0.7.3" features which were included in the 0.7.2 docs.
next version will be 0.8.0-dev. it will be out sooner than later but not estimate yet.
Environment
Make sure you are using the latest LiveView and Dashboard versions before continuing.
Use case
I have created a dashboard page for users of my gamedev framework https://github.com/APB9785/ecsx_live_dashboard using the PageBuilder features as described in the 0.7.2 docs. However, these docs appear to have been updated prematurely, and are out of sync with the latest code I'm fetching from hexpm. As a workaround during development, I've been fetching the master branch of phoenix_live_dashboard from github, but this prevents me from publishing my library to hexpm.
Actual behavior
Without using
live_nav_bar
I would get another error complaining that my dashboard page usesrender
instead ofrender_page
Expected behavior
Library compiles successfully when fetching phoenix_live_dashboard from hexpm