We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf849b3 commit 86c39b9Copy full SHA for 86c39b9
CHANGELOG.md
@@ -1,4 +1,8 @@
1
# Changelog
2
+### 2.8.4 - 2025-02-22 22:04:15
3
+
4
+- User Dropdown Menu - `avatar_src` and `current_user_name` are optional by @mitkins in https://github.com/petalframework/petal_components/pull/406
5
6
### 2.8.3 - 2025-02-21 22:12:41
7
8
- Allow for multiple instances of the `slide_over` component by @mitkins in https://github.com/petalframework/petal_components/pull/404
mix.exs
@@ -2,7 +2,7 @@ defmodule PetalComponents.MixProject do
use Mix.Project
@source_url "https://github.com/petalframework/petal_components"
- @version "2.8.3"
+ @version "2.8.4"
def project do
[
0 commit comments