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 60891d4 commit bef2e38Copy full SHA for bef2e38
CHANGELOG.md
@@ -1,4 +1,9 @@
1
# Changelog
2
+### 2.8.3 - 2025-02-21 22:12:41
3
+
4
+- Allow for multiple instances of the `slide_over` component by @mitkins in https://github.com/petalframework/petal_components/pull/404
5
+- Bump ex_doc from 0.37.0 to 0.37.1 by @dependabot in https://github.com/petalframework/petal_components/pull/403
6
7
### 2.8.2 - 2025-02-17 05:41:23
8
9
- Workaround for Slide Over and Modal with LiveView 1.0.4
mix.exs
@@ -2,7 +2,7 @@ defmodule PetalComponents.MixProject do
use Mix.Project
@source_url "https://github.com/petalframework/petal_components"
- @version "2.8.2"
+ @version "2.8.3"
def project do
[
0 commit comments