File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ ### 2.9.0 - 2025-03-11 03:36:55
3
+
4
+ * Prepare Petal Components for Tailwind 4 by @mitkins in https://github.com/petalframework/petal_components/pull/415
5
+ * Bump phoenix from 1.7.19 to 1.7.20 by @dependabot in https://github.com/petalframework/petal_components/pull/407
6
+ * Bump phoenix_live_view from 1.0.4 to 1.0.5 by @dependabot in https://github.com/petalframework/petal_components/pull/413
7
+ * Bump a11y_audit from 0.2.2 to 0.2.3 by @dependabot in https://github.com/petalframework/petal_components/pull/412
8
+ * Bump ex_doc from 0.37.1 to 0.37.3 by @dependabot in https://github.com/petalframework/petal_components/pull/414
9
+ * Hide the calendar icon in inputs in Firefox. by @r38y in https://github.com/petalframework/petal_components/pull/394
10
+ * Fix hidden ` checkbox-group ` input name by @IdoLeshkowitz in https://github.com/petalframework/petal_components/pull/405
11
+
2
12
### 2.8.4 - 2025-02-22 22:04:15
3
13
4
14
- User Dropdown Menu - ` avatar_src ` and ` current_user_name ` are optional by @mitkins in https://github.com/petalframework/petal_components/pull/406
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule PetalComponents.MixProject do
2
2
use Mix.Project
3
3
4
4
@ source_url "https://github.com/petalframework/petal_components"
5
- @ version "2.8.4 "
5
+ @ version "2.9.0 "
6
6
7
7
def project do
8
8
[
You can’t perform that action at this time.
0 commit comments