Skip to content

Commit

Permalink
v1.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mplatts committed Jun 26, 2023
1 parent 34d525b commit 89c1dba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
### 1.2.12 - 2023-06-26 23:24:23

- Improvement: file input looks better in dark mode

### 1.2.11 - 2023-06-07 00:18:05

- Fix: allow checkbox/radio labels to support links. eg. `<.field type="checkbox" field={@form[:checkbox]} label={raw(~s|Please accept these <a href="#" class="text-blue-500">Terms and Conditions</a> before continuing|)} />`
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule PetalComponents.MixProject do
use Mix.Project

@source_url "https://github.com/petalframework/petal_components"
@version "1.2.11"
@version "1.2.12"

def project do
[
Expand Down

0 comments on commit 89c1dba

Please sign in to comment.