Skip to content

Commit 7a8305a

Browse files
committed
Merge branch '6.x' into fix/modal-scrollbar-overflow
2 parents 4c61e1c + b5bddd0 commit 7a8305a

216 files changed

Lines changed: 1988 additions & 3924 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/DISCUSSION_TEMPLATE/help.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ body:
2020
id: package-version
2121
attributes:
2222
label: Package Version
23-
description: Provide the full version number of the package you have installed (e.g., v3.0.0).
24-
placeholder: v3.0.0
23+
description: Provide the full version number of the package you have installed (e.g., v5.0.0).
24+
placeholder: v5.0.0
2525
validations:
2626
required: true
2727
- type: textarea

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ body:
4141
attributes:
4242
label: Package Version
4343
description: Please provide the full version of the package you have installed.
44-
placeholder: v3.0.0
44+
placeholder: v5.0.0
4545
validations:
4646
required: true
4747
- type: input
@@ -57,7 +57,7 @@ body:
5757
attributes:
5858
label: Livewire Version
5959
description: Please provide the full Livewire version of your project, if applicable.
60-
placeholder: v3.0.0
60+
placeholder: v4.0.0
6161
- type: input
6262
id: php-version
6363
attributes:

.github/ISSUE_TEMPLATE/unexpected_major_version_breaking_change.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Missing v4 upgrade guide step
1+
name: Missing v5 upgrade guide step
22
description: If a breaking change is not documented in the upgrade guide and not automatically upgraded by the script, report it here
33
labels: unexpected major version breaking change,unconfirmed,high priority
44
projects: ['filamentphp/2']
@@ -42,7 +42,7 @@ body:
4242
attributes:
4343
label: Package Version
4444
description: Please provide the full version of the package you have installed.
45-
placeholder: v3.0.0
45+
placeholder: v5.0.0
4646
validations:
4747
required: true
4848
- type: input
@@ -58,7 +58,7 @@ body:
5858
attributes:
5959
label: Livewire Version
6060
description: Please provide the full Livewire version of your project, if applicable.
61-
placeholder: v3.0.0
61+
placeholder: v4.0.0
6262
- type: input
6363
id: php-version
6464
attributes:

.github/workflows/format-and-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: format-and-build
33
on:
44
push:
55
branches:
6-
- 4.x
6+
- 5.x
77

88
permissions:
99
contents: read

.github/workflows/monorepo-split.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
package_directory: 'packages/${{ matrix.package }}'
4545
repository_organization: 'filamentphp'
4646
repository_name: '${{ matrix.package }}'
47-
branch: 4.x
47+
branch: 5.x
4848
tag: ${{ steps.previous-tag.outputs.tag }}
4949
user_name: 'Dan Harrin'
5050
user_email: 'git@danharrin.com'

.github/workflows/translation-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: translation-update
33
on:
44
pull_request:
55
branches:
6-
- 4.x
6+
- 5.x
77
types:
88
- closed
99

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,6 @@ Screenshots are in `docs-assets/screenshots/`. To add new screenshots:
266266

267267
**Important:** The script expects `http://127.0.0.1:8000`. Don't use a custom port.
268268

269-
5. **Use in docs** with `<AutoScreenshot name="schemas/layout/my-component/simple" alt="Description" version="4.x" />`
269+
5. **Use in docs** with `<AutoScreenshot name="schemas/layout/my-component/simple" alt="Description" version="5.x" />`
270270

271271
Screenshots are generated in `images/light/` and `images/dark/`. Use natural, realistic content - not test-like examples.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<p align="center">
2-
<img src="https://github.com/filamentphp/filament/blob/4.x/art/banner.webp?raw=true" alt="Banner" style="width: 100%; max-width: 800px;" />
2+
<img src="https://github.com/filamentphp/filament/blob/5.x/art/banner.webp?raw=true" alt="Banner" style="width: 100%; max-width: 800px;" />
33
</p>
44

55
<p align="center">
66
<a href="https://github.com/filamentphp/filament/actions"><img alt="Tests passing" src="https://img.shields.io/badge/Tests-passing-green?style=for-the-badge&logo=github"></a>
77
<a href="https://laravel.com"><img alt="Laravel v11+" src="https://img.shields.io/badge/Laravel-v11+-FF2D20?style=for-the-badge&logo=laravel"></a>
8-
<a href="https://livewire.laravel.com"><img alt="Livewire v3" src="https://img.shields.io/badge/Livewire-v3-FB70A9?style=for-the-badge"></a>
8+
<a href="https://livewire.laravel.com"><img alt="Livewire v4" src="https://img.shields.io/badge/Livewire-v4-FB70A9?style=for-the-badge"></a>
99
<a href="https://php.net"><img alt="PHP 8.2+" src="https://img.shields.io/badge/PHP-8.2+-777BB4?style=for-the-badge&logo=php"></a>
1010
</p>
1111

@@ -38,4 +38,4 @@ Please see our [contributing guide](https://filamentphp.com/docs/5.x/introductio
3838

3939
🤔 If you have a question or feature request, please [start a new discussion](https://github.com/filamentphp/filament/discussions/new/choose). We also have a [Discord community](https://filamentphp.com/discord). For quick help, ask questions in the appropriate channel.
4040

41-
🔐 If you discover a vulnerability, please review our [security policy](https://github.com/filamentphp/filament/blob/4.x/SECURITY.md).
41+
🔐 If you discover a vulnerability, please review our [security policy](https://github.com/filamentphp/filament/blob/5.x/SECURITY.md).

composer.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs-assets/app/composer.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)