Skip to content

Commit 50db372

Browse files
committed
v1.6.1
1 parent f3da8af commit 50db372

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
elixir 1.14.4
2-
erlang 25.3
2+
erlang 26.1

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Changelog
2+
### 1.6.1 - 2023-10-02 19:24:14
3+
4+
- Add pagination attribute allowing always shown prev and next buttons
5+
- Pagination support encoded path
6+
- icon-support-to-breadcrumb-link
7+
28
### 1.6.0 - 2023-09-23 07:55:44
39

410
- Fix: <.button disabled> where link_type not "button" now shows proper cursor and isn't clickable

mix.exs

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

44
@source_url "https://github.com/petalframework/petal_components"
5-
@version "1.6.0"
5+
@version "1.6.1"
66

77
def project do
88
[

0 commit comments

Comments
 (0)