Skip to content

pull filament#6

Merged
untillnesss merged 450 commits intonewcbt:3.xfrom
filamentphp:3.x
May 10, 2025
Merged

pull filament#6
untillnesss merged 450 commits intonewcbt:3.xfrom
filamentphp:3.x

Conversation

@untillnesss
Copy link
Copy Markdown
Member

Description

Visual changes

Functional changes

  • Code style has been fixed by running the composer cs command.
  • Changes have been tested to not break existing functionality.
  • Documentation is up-to-date.

binaryfire and others added 30 commits March 14, 2025 18:54
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
…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
danharrin and others added 29 commits April 29, 2025 12:52
…-translations

Query builder german translations
…work-with-tailwind-css-alias

Fix make theme command to work with Tailwind CSS alias
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
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
@untillnesss untillnesss merged commit 5c88288 into newcbt:3.x May 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.