Skip to content

Commit 5c9c18e

Browse files
authored
v0.0.11 (#41)
1 parent 9e4ae78 commit 5c9c18e

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v0.0.11
2+
3+
* Added fallback when `data: nil` to prevent errors (#39) (#40).
4+
15
# v0.0.10
26

37
* 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).

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33

44
# ex_cell
55

6-
A module for creating coupled modules of CSS, Javascript and Views in Phoenix
6+
A module for creating coupled modules of CSS, Javascript and Views in Phoenix.
77

88
## Installation
99

10-
Add the following to the dependencies in `mix.exs`
10+
Add the following to the dependencies in `mix.exs`:
1111

1212
```ex
13-
{:ex_cell, "~> 0.0.10"}
13+
{:ex_cell, "~> 0.0.11"}
1414
```
1515

1616
In Phoenix 1.3.0+ add the following to `lib/app_web/web.ex`:

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule ExCell.Mixfile do
22
use Mix.Project
33

4-
@version "0.0.10"
4+
@version "0.0.11"
55

66
def project do
77
[app: :ex_cell,

0 commit comments

Comments
 (0)