We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3da8af commit 50db372Copy full SHA for 50db372
.tool-versions
@@ -1,2 +1,2 @@
1
elixir 1.14.4
2
-erlang 25.3
+erlang 26.1
CHANGELOG.md
@@ -1,4 +1,10 @@
# Changelog
+### 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
8
### 1.6.0 - 2023-09-23 07:55:44
9
10
- Fix: <.button disabled> where link_type not "button" now shows proper cursor and isn't clickable
mix.exs
@@ -2,7 +2,7 @@ defmodule PetalComponents.MixProject do
use Mix.Project
@source_url "https://github.com/petalframework/petal_components"
- @version "1.6.0"
+ @version "1.6.1"
def project do
[
0 commit comments