Phoenix_live_view: Publish New Version to Hex.pm

Created on 12 Sep 2019  路  2Comments  路  Source: phoenixframework/phoenix_live_view

Yesterday this PR was merged into the git repo. It has been very useful to test isolated views but unfortunately it does not yet exist in the hex package: https://hex.pm/packages/phoenix_live_view. A bump to this would be great!

Environment

  • Elixir version (elixir -v): 1.9.1
  • Phoenix version (mix deps): 0.1.1
  • NodeJS version (node -v): 12.6.0
  • NPM version (npm -v): 6.9.0
  • Operating system: Mac

Actual behavior

live_isolated does not exist in the most recent published version of the hex package

Expected behavior

live_isolation would exist

Most helpful comment

working on it. Once we close out some other in progress work, a new version will for sure go up :)

All 2 comments

working on it. Once we close out some other in progress work, a new version will for sure go up :)

In the meantime you can point your dependency to this GitHub repo. That would be a general recommendation, to use git dependency instead of waiting for a new release, perhaps particularly relevant for a rapidly evolving project like this one!

Was this page helpful?
0 / 5 - 0 ratings