You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just came across this project on the #surface channel on Slack. Nice job!
We have just released v0.1.0-rc.0 as announced on the Elixir Forum.
There are some breaking changes in the API but aside from contexts (which I'm not sure you're using), it should be just a matter of doing a couple of find/replace to fix them.
We'll release v0.1.0 on Hex as soon as LV 0.15v is out and since there are no planned changes in the API, we can say it's "safe" to update the code to conform with the new changes.
Also, in case you want the formatter to follow Surface's conventions, you can add :surface to the list of import_deps in your .formatter.exs:
[
import_deps: [:phoenix, :surface],
...
]
Feel free to ping me in case you need any assistance while updating.
Cheers.
The text was updated successfully, but these errors were encountered:
Hi @razuf!
I just came across this project on the
#surface
channel on Slack. Nice job!We have just released
v0.1.0-rc.0
as announced on the Elixir Forum.There are some breaking changes in the API but aside from contexts (which I'm not sure you're using), it should be just a matter of doing a couple of find/replace to fix them.
We'll release
v0.1.0
onHex
as soon as LV0.15v
is out and since there are no planned changes in the API, we can say it's "safe" to update the code to conform with the new changes.Also, in case you want the formatter to follow Surface's conventions, you can add
:surface
to the list ofimport_deps
in your.formatter.exs
:Feel free to ping me in case you need any assistance while updating.
Cheers.
The text was updated successfully, but these errors were encountered: