pull filament#6
Merged
untillnesss merged 450 commits intonewcbt:3.xfrom May 10, 2025
Merged
Conversation
Wrap the exception handler around getVisibility()
This reverts commit 1aa2ba1.
ImageEntry and ImageColumn documentation states that defaultImageUrl() is for displaying a placeholder image if one doesn't exist yet. But If $stateItem is a filled string that points to a location that does not exist in storage then getImageUrl() will return null due to the file not existing and by doing so no image is loaded into the browser even though we set a default placeholder. So by using the ?? operator in the branch where string is filled we make sure the browser loads an image whether it's the placeholder or the storage one. Sources: https://filamentphp.com/docs/3.x/tables/columns/image#adding-a-default-image-url https://filamentphp.com/docs/3.x/infolists/entries/image#adding-a-default-image-url
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 41 to 46. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@v41...v46) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [esbuild](https://github.com/evanw/esbuild) to 0.25.1 and updates ancestor dependencies [esbuild](https://github.com/evanw/esbuild), [laravel-vite-plugin](https://github.com/laravel/vite-plugin) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). These dependencies need to be updated together. Updates `esbuild` from 0.18.20 to 0.25.1 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2023.md) - [Commits](evanw/esbuild@v0.18.20...v0.25.1) Updates `laravel-vite-plugin` from 0.7.8 to 1.2.0 - [Release notes](https://github.com/laravel/vite-plugin/releases) - [Changelog](https://github.com/laravel/vite-plugin/blob/1.x/CHANGELOG.md) - [Upgrade guide](https://github.com/laravel/vite-plugin/blob/1.x/UPGRADE.md) - [Commits](laravel/vite-plugin@v0.7.8...v1.2.0) Updates `vite` from 4.5.9 to 6.2.2 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.2.2/packages/vite) --- updated-dependencies: - dependency-name: esbuild dependency-type: indirect - dependency-name: laravel-vite-plugin dependency-type: direct:production - dependency-name: vite dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…cs-assets/app/multi-e2fae3c8cf Bump esbuild, laravel-vite-plugin and vite in /docs-assets/app
…dot-github/workflows/tj-actions/changed-files-46 Bump tj-actions/changed-files from 41 to 46 in /.github/workflows
…fore-deleting Fix broken XLSX exports
…com:ralphjsmit/filament into rjs/prevent-catching-db-commit-side-effects
fix: $defaultImageUrl not loading when getImageUrl() is null
…mit-side-effects Prevent catching side-effects of database transactions being committed
…when in form there is live() form
…state fix: Icon summaries cached state
…-translations Query builder german translations
…work-with-tailwind-css-alias Fix make theme command to work with Tailwind CSS alias
Revert cached state
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.2.6 to 6.3.4. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.3.4/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 6.3.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…cs-assets/app/vite-6.3.4 Bump vite from 6.2.6 to 6.3.4 in /docs-assets/app
…t-mutate-data feat: allow custom credential extraction and notification customization for password reset
…elect-callbacks Add modifyTypeSelectUsing/modifyKeySelectUsing to MorphToSelect
Backport topbar fix to 3.x
fix: prevent error when calling non-existent getTagClassName method
Bumps [trix](https://github.com/basecamp/trix) from 2.1.12 to 2.1.15. - [Release notes](https://github.com/basecamp/trix/releases) - [Commits](basecamp/trix@v2.1.12...v2.1.15) --- updated-dependencies: - dependency-name: trix dependency-version: 2.1.15 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
…ix-2.1.15 Bump trix from 2.1.12 to 2.1.15
Change "form is submitted" to "record is deleted".😊
Update 04-delete.md - Redirecting after deleting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Visual changes
Functional changes
composer cscommand.