Skip to content

Commit 0b55cf1

Browse files
committed
Bump v0.6.0-rc.1
1 parent 5150a93 commit 0b55cf1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
Nothing Yet
66

7+
## 0.6.0-rc.1
8+
9+
### Enhancements
10+
11+
- Components can now use slots.
12+
- Markup is 100% live view compliant.
13+
14+
### Breaking
15+
16+
- `@inner_content` is removed in favor of invoking the default slot.
17+
- The `compact` reserved keyword for elements has been removed. This is not really intentional, just a side effect of getting slots to a usable place. I expect to add it back, or at least similar functionality in the future.
18+
719
## 0.6.0-rc.0
820

921
- Can pass a keyword list to be evaluated at runtime as attrs/assigns to an element.

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule Temple.MixProject do
66
app: :temple,
77
name: "Temple",
88
description: "An HTML DSL for Elixir and Phoenix",
9-
version: "0.6.0-rc.0",
9+
version: "0.6.0-rc.1",
1010
package: package(),
1111
elixirc_paths: elixirc_paths(Mix.env()),
1212
elixir: "~> 1.9",

0 commit comments

Comments
 (0)