Skip to content

Update Surface to v0.1.0-rc.0 #1

@msaraiva

Description

@msaraiva

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 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions