Skip to content

Commit

Permalink
Release v0.0.8 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessedijkstra authored and fatboypunk committed Oct 18, 2017
1 parent 9a20150 commit 3c03ded
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v0.0.8
## Changed
- Use Phoenix.content_tag instead of Phoenix.tag by default and add option to remove the closing tag by adding `closing_tag: false` to the options (#27)
- The attribute name is now used to set the `data-cell` attribute and can be overridden to allow prefixing (#28)

# v0.0.7
## Changed
- Added a cell render method to ExCell.Controller to directly render cells as a view (#23)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A module for creating coupled modules of CSS, Javascript and Views in Phoenix

Add the following to the dependencies in `mix.exs`
```ex
{:ex_cell, "~> 0.0.7"}
{:ex_cell, "~> 0.0.8"}
```

In Phoenix 1.3.0+ add the following to `lib/app_web/web.ex`:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule ExCell.Mixfile do
use Mix.Project

@version "0.0.7"
@version "0.0.8"

def project do
[app: :ex_cell,
Expand Down

0 comments on commit 3c03ded

Please sign in to comment.