Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mwhitworth committed May 26, 2024
1 parent 82fc72d commit ad1095d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.5.0 (2024-05-26)

### New features

* optional filter slot to customize filter display (#39)
* optional sort slot to customize sort display (#40)

### Fixes

* ensure rows is a list before processing (#38)
* dependency upgrades (#31, #32)
* add FUNDING.yml (#33)

## 0.4.3 (2024-03-12)

* add styling options to table header and body (#26)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The package can be installed by adding `phoenix_better_table` to your list of de
```elixir
def deps do
[
{:phoenix_better_table, "~> 0.4.0"}
{:phoenix_better_table, "~> 0.5.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule PhoenixBetterTable.MixProject do
def project do
[
app: :phoenix_better_table,
version: "0.4.3",
version: "0.5.0",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit ad1095d

Please sign in to comment.