Skip to content

Commit

Permalink
v0.0.11 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
sn3p authored Jan 22, 2018
1 parent 9e4ae78 commit 5c9c18e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.0.11

* Added fallback when `data: nil` to prevent errors (#39) (#40).

# v0.0.10

* Introduced an extra argument to the containers that creates a unique ID. The unique ID is used to create specific cell elements. The cell elements function can be used by passing a function instead of content that contains a map with a `element` function (#35) (#36).
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

# ex_cell

A module for creating coupled modules of CSS, Javascript and Views in Phoenix
A module for creating coupled modules of CSS, Javascript and Views in Phoenix.

## Installation

Add the following to the dependencies in `mix.exs`
Add the following to the dependencies in `mix.exs`:

```ex
{:ex_cell, "~> 0.0.10"}
{:ex_cell, "~> 0.0.11"}
```

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.10"
@version "0.0.11"

def project do
[app: :ex_cell,
Expand Down

0 comments on commit 5c9c18e

Please sign in to comment.