29933 Commits

Author SHA1 Message Date
danharrin b8d8205cdf chore: format and build 2026-08-26 21:32:33 +00:00
Dan Harrin 3582ba3136 Merge branch '4.x' of https://github.com/filamentphp/filament into 4.x 2026-08-26 22:18:54 +01:00
Dan Harrin 268caec1d6 Update select.js 2026-08-26 22:18:52 +01:00
danharrin 640c32328f chore: format and build 2026-08-26 20:40:57 +00:00
Dan Harrin dcb194dfdb Merge branch '4.x' of https://github.com/filamentphp/filament into 4.x 2026-08-26 21:39:28 +01:00
Dan Harrin 5bc94e8fe5 Update select.js 2026-08-26 21:39:26 +01:00
danharrin c807ef25e4 chore: format and build 2026-08-26 18:26:56 +00:00
Dan Harrin 382532730b Merge branch '4.x' of https://github.com/filamentphp/filament into 4.x 2026-08-26 19:15:44 +01:00
Dan Harrin 1abe36f2bf Update row.css 2026-08-26 19:15:39 +01:00
Lee 33cece19a0 fix: expose table filter indicators as an accessible list (#20343)
Co-authored-by: Lee Evans <lee@optimacloud.pro>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-08-25 11:59:59 +01:00
Dan Harrin ef6fc1802a Merge branch '3.x' into 4.x 2026-08-25 11:34:08 +01:00
RenHai Wen ec1db7c43d fix: respect table prefixes in query builder relationship aggregates (#20386)
* fix: respect table prefixes in query builder relationship aggregates

* fix: preserve one-of-many relationship semantics in query builder aggregates

* fix: respect relationship method constraints in query builder aggregates

Aggregate subqueries were built from a fresh query on the related model,
so constraints defined inside the relationship method itself were never
applied. An aggregate over a relationship such as
`hasMany(Post::class)->where('is_published', true)` silently aggregated
every related row, and `wherePivot()` on a `BelongsToMany` was ignored
in the same way.

Merge the relationship's own query into the subquery with
`mergeConstraintsFrom()`, matching how Laravel builds its own
`withAggregate()` subqueries.

---------

Co-authored-by: Dan Harrin <git@danharrin.com>
2026-08-25 11:24:44 +01:00
RenHai Wen 396fc230d6 fix: use valid Livewire references in upload restriction tests (#20400) 2026-08-25 11:24:31 +01:00
danharrin dbefee2f66 chore: format and build 2026-08-25 09:06:38 +00:00
Dan Harrin 578f90ef25 Change chart defaults to better match Filament theme 2026-08-25 10:02:57 +01:00
Dan Harrin 81cc47d507 Clean up chart customization 2026-08-25 10:01:05 +01:00
Dan Harrin 4791d796f1 Chart consistency 2026-08-25 09:20:43 +01:00
Dan Harrin b1d3093259 Build font with more features 2026-08-25 09:14:30 +01:00
danharrin ea6da3c2c4 chore: format and build 2026-08-25 07:41:44 +00:00
RenHai Wen 6f66508539 fix: use valid Livewire references in upload restriction tests (#20399) 2026-08-25 08:39:34 +01:00
Dan Harrin af1a3138fd Merge branch 'chore/theme-tweaks' into 4.x 2026-08-25 08:39:00 +01:00
Ryan DuVal 50c6ded635 Skip leading punctuation when building default avatar initials (#20385)
UiAvatarsProvider::get() takes the first character of each
space-separated word in the user's name with no filtering, so a name
starting with a bracket (a common convention for marking service or
system accounts, e.g. "[SYSTEM] Admin") leaks that bracket into the
initials: "[A" instead of "SA".

Fixes #20384
2026-08-24 17:45:09 +01:00
danharrin c632e975ec chore: format and build 2026-08-24 16:39:39 +00:00
Chinmay Purav bb0abf515c fix: remove the deprecated setAccessible() call in Macroable::mixin() (#20390)
`ReflectionMethod::setAccessible()` is deprecated as of PHP 8.5, and has had no
effect since PHP 8.1 - reflection ignores visibility on its own, so `invoke()`
still reaches the protected methods of a mixin. Calling it only raised a
deprecation notice on 8.5, so the call is removed.


Claude-Session: https://claude.ai/code/session_015vxpe34oAqmDtzZxC8HSV2

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
2026-08-24 17:37:37 +01:00
bitskina c57fe70594 fix: avoid null array offsets in Actions view and MorphToSelect on PHP 8.5 (#20381)
Co-authored-by: bitskina <davit.bitskinashvili@makingscience.com>
2026-08-24 17:35:45 +01:00
Dan Harrin d688269275 chore: Improve schema "concealing" visibility CSS and validation behaviour (#20369)
* chore: Consistent schema "concealing" visibility with `display: none` instead of `height: 0`

* simplify concealed components

* tweaks

* Update topbar.css

* Update TextColumn.php

* Update index.blade.php
2026-08-24 17:34:43 +01:00
tom f266074d90 Move aria-modal down to the cloaked div to fix mousetrap issue (#20333) v3.3.55 2026-08-24 17:31:22 +01:00
Chanthoeun Kim e3fc6cf409 Update Khmer (km) translations (#20375)
* feat: add missing Khmer translations for the view record page and chart widget.

* chore: update the missing Khmer language translations for multi-factor authentication and form components

* chore: update Khmer language translations for validation and email verification controller

* fix: fallback to default GITHUB_TOKEN if GH_ACCESS_TOKEN is not defined in workflow checkout

* feat: add and update Khmer language translations for various components and packages
2026-08-24 17:27:00 +01:00
Hamdy Elbatal e4d67d178e translation: improve Arabic translations and fix pluralization rules (#20376) 2026-08-24 17:26:33 +01:00
Godfrey E.M 4af580b0a6 translation: update and complete Swahili (sw) translations (#20394)
Completes all missing sw translations across 13 packages (694 keys in 50 files), removes stale keys, and fixes existing strings: untranslated rich editor link tool, duplicated h1/h2 headings, key_value row labels using the wrong noun, pagination overview pluralization, and terminology alignment (Hariri for edit actions).
2026-08-24 14:02:29 +01:00
Dan Harrin d930be97ce chart customizability 2026-08-24 11:54:19 +01:00
Dan Harrin f2e983097e fix 2026-08-24 11:53:22 +01:00
Dan Harrin d2f8cd130f icon aliases 2026-08-24 11:40:58 +01:00
Dan Harrin d1a275b533 Update index.blade.php 2026-08-21 14:41:02 +02:00
Dan Harrin 7f2e2a54d3 Update TextColumn.php 2026-08-21 14:05:24 +02:00
Dan Harrin 8de0d3425f Update topbar.css 2026-08-21 13:53:12 +02:00
Dan Harrin a71df502f0 tweaks 2026-08-21 13:31:02 +02:00
Dan Harrin 47779b8957 simplify concealed components 2026-08-18 10:50:52 +01:00
Dan Harrin 9ea614a037 chore: Consistent schema "concealing" visibility with display: none instead of height: 0 2026-08-17 22:26:28 +01:00
dependabot[bot] 53483fa934 chore(deps): bump zizmorcore/zizmor-action from 0.6.1 to 0.6.2 (#20358)
Bumps [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action) from 0.6.1 to 0.6.2.
- [Release notes](https://github.com/zizmorcore/zizmor-action/releases)
- [Commits](https://github.com/zizmorcore/zizmor-action/compare/6fc4b006235f201fdab3722e17240ab420d580e5...3dc1ecc9bcb9e94e9b2c709687979e1298497054)

---
updated-dependencies:
- dependency-name: zizmorcore/zizmor-action
  dependency-version: 0.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-11 10:23:30 +01:00
dependabot[bot] 5d31c46f8e chore(deps): bump zizmorcore/zizmor-action from 0.6.1 to 0.6.2 (#20355)
Bumps [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action) from 0.6.1 to 0.6.2.
- [Release notes](https://github.com/zizmorcore/zizmor-action/releases)
- [Commits](https://github.com/zizmorcore/zizmor-action/compare/6fc4b006235f201fdab3722e17240ab420d580e5...3dc1ecc9bcb9e94e9b2c709687979e1298497054)

---
updated-dependencies:
- dependency-name: zizmorcore/zizmor-action
  dependency-version: 0.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-11 10:23:21 +01:00
Hamdy Elbatal f5a17a1c22 translation(ar): improve pluralization and add missing keys in actions, panels, notifications, and widgets (#20332)
- Fix Arabic accusative pluralization rules for counts >= 11 (e.g. 'سجلاً' instead of nominative 'سجل') across delete, force-delete, and restore actions.
- Add missing accessibility and layout keys in panels layout (navigation, topbar, skip_to_content, label_with_unread_count).
- Add missing unread notification label key in database notifications.
- Add missing chart filter label key in widgets.
2026-08-07 14:15:59 +01:00
Dan Harrin 7fcca412a8 cleanup 2026-08-07 09:49:29 +01:00
Kian Acquoij 31a02e57ef fix: disable the clone action when max items on repeater is reached (#20342) 2026-08-07 08:54:44 +01:00
Dan Harrin a054de7da3 flaky screenshots 2026-08-06 22:46:04 +01:00
Dan Harrin 0fb6db09b1 flaky screenshots 2026-08-06 15:10:26 +01:00
Dan Harrin 9701cc6c66 flaky screenshots 2026-08-06 14:52:36 +01:00
Dan Harrin e6a8e249b6 flaky screenshots 2026-08-06 14:41:16 +01:00
Dan Harrin 7363ea641c recompile screenshots 2026-08-06 14:21:53 +01:00
Dan Harrin 8e08e3aa4e Remove docs-assets/app randomness 2026-08-06 10:20:08 +01:00