Skip to content

Commit 4f6e3bd

Browse files
committed
fix: add beta warning and remove 'new in v3' language
1 parent 9a27ee2 commit 4f6e3bd

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/content/1.getting-started/1.installation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ navigation:
55
icon: i-lucide-download
66
---
77

8+
::alert{type="warning"}
9+
**Beta Release**: Custom Fields v3 is currently in beta. While stable for production use, some APIs may change before the final release.
10+
::
11+
812
Get started with Custom Fields in just a few steps.
913

1014
## Requirements

docs/content/3.upgrading/1.upgrade-guide.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ navigation:
66
---
77

88
::alert{type="info"}
9-
Custom Fields v3 builds on the fluent builder API introduced in v2 while providing enhanced performance and new capabilities.
9+
Custom Fields v3 builds on the fluent builder API introduced in v2.
1010
::
1111

1212
## Quick Upgrade
@@ -263,9 +263,7 @@ php artisan view:clear
263263
php artisan filament:cache-components
264264
```
265265

266-
## New Features in v3
267-
268-
### Fluent Builder API
266+
## Fluent Builder API
269267

270268
The builder API provides more control and flexibility:
271269

0 commit comments

Comments
 (0)