Skip to content

Commit

Permalink
Bump v0.6.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed May 13, 2021
1 parent 5150a93 commit 0b55cf1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

Nothing Yet

## 0.6.0-rc.1

### Enhancements

- Components can now use slots.
- Markup is 100% live view compliant.

### Breaking

- `@inner_content` is removed in favor of invoking the default slot.
- 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.

## 0.6.0-rc.0

- Can pass a keyword list to be evaluated at runtime as attrs/assigns to an element.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Temple.MixProject do
app: :temple,
name: "Temple",
description: "An HTML DSL for Elixir and Phoenix",
version: "0.6.0-rc.0",
version: "0.6.0-rc.1",
package: package(),
elixirc_paths: elixirc_paths(Mix.env()),
elixir: "~> 1.9",
Expand Down

0 comments on commit 0b55cf1

Please sign in to comment.