File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to ` filament-peek ` will be documented in this file.
4
4
5
5
6
+ ## 3.0.0 - 2025-08-29
7
+
8
+ Stable release
9
+
10
+
6
11
## 3.0.0-beta1 - 2025-08-13
7
12
8
13
* feat: Deprecate builder previews
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ A Filament plugin to add a full-screen preview modal to your Panel pages. The mo
18
18
You can install the package via composer:
19
19
20
20
``` bash
21
- composer require pboivin/filament-peek:" ^3.0.0-beta1 "
21
+ composer require pboivin/filament-peek:" ^3.0"
22
22
```
23
23
24
24
Register a ` FilamentPeekPlugin ` instance in your Panel provider:
@@ -50,8 +50,8 @@ Follow the steps in the [Upgrade Guide](https://github.com/pboivin/filament-peek
50
50
51
51
| Peek | Status | Filament | PHP |
52
52
| ------| ----------| -----| --------|
53
- | [ 3.x] ( https://github.com/pboivin/filament-peek/tree/3.x ) | Beta | ^4.0 | ^8.2 |
54
- | [ 2.x] ( https://github.com/pboivin/filament-peek/tree/2.x ) | Current version | ^3.0 | ^8.1 |
53
+ | [ 3.x] ( https://github.com/pboivin/filament-peek/tree/3.x ) | Current version | ^4.0 | ^8.2 |
54
+ | [ 2.x] ( https://github.com/pboivin/filament-peek/tree/2.x ) | Bugfixes only | ^3.0 | ^8.1 |
55
55
| [ 1.x] ( https://github.com/pboivin/filament-peek/tree/1.x ) | Bugfixes only | ^2.0 | ^8.0 |
56
56
57
57
Please feel free to report any issues you encounter with Peek in [ GitHub Issues] ( https://github.com/pboivin/filament-peek/issues ) .
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class FilamentPeekPlugin implements Plugin
16
16
17
17
const ID = 'filament-peek ' ;
18
18
19
- const VERSION = '3.0.0-beta1 ' ;
19
+ const VERSION = '3.0.0 ' ;
20
20
21
21
protected bool $ shouldLoadPluginScripts = true ;
22
22
You can’t perform that action at this time.
0 commit comments