We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87d3c03 commit de56a16Copy full SHA for de56a16
CHANGELOG.md
@@ -3,6 +3,13 @@
3
All notable changes to `filament-peek` will be documented in this file.
4
5
6
+## 2.2.7 - 2024-05-03
7
+
8
+* fix: Remove filament vendor views from tailwind content config
9
+* enh: Fix preview styles on mobile screens
10
+* chore: bump dependabot/fetch-metadata from 2.0.0 to 2.1.0
11
12
13
## 2.2.6 - 2024-04-24
14
15
* enh: Support ListPreviewAction with relation managers
src/FilamentPeekPlugin.php
@@ -16,7 +16,7 @@ class FilamentPeekPlugin implements Plugin
16
17
const ID = 'filament-peek';
18
19
- const VERSION = '2.2.6';
+ const VERSION = '2.2.7';
20
21
protected bool $shouldLoadPluginScripts = true;
22
0 commit comments