Venkatesh
9261470c75
Laravel Eloquent, the Builder class does not have a getLimit() method, so using getQuery()->limit ( #17941 )
...
Fixes #17940
$query->getQuery() gives the underlying Illuminate\Database\Query\Builder object.
That object does have a limit property that stores the LIMIT value of the query.
v3.3.41
2025-09-25 08:18:49 +01:00
Dan Harrin
78591c9d16
fix: Exporting with limit on query ( #17925 )
v3.3.40
2025-09-24 16:52:18 +01:00
Dan Harrin
11b5ba56ca
Merge pull request #17835 from filamentphp/Allow-html-in-table-grouping-label-and-title
...
Allow html in table grouping label and title
v3.3.39
2025-09-16 20:05:47 +01:00
Kenneth Sese
8f429138eb
Allow html in table grouping label and title
2025-09-16 11:33:35 -06:00
Dan Harrin
0d0c3a42c9
Merge pull request #17729 from filamentphp/feat/repeater-item-numbers
...
[3.x] Add repeater item numbers
v3.3.38
2025-09-16 10:01:58 +01:00
Dan Harrin
24eeaafc0a
Update 12-repeater.md
2025-09-16 10:01:17 +01:00
Dan Harrin
584a550709
Merge pull request #17516 from ahsanmahmood09/fix/is-collapsed-navigation-group
...
fix: remove sidebar collapse button rotation logic
2025-09-14 12:28:36 +01:00
Dan Harrin
1901c057d5
Update index.blade.php
2025-09-14 12:27:59 +01:00
Guilherme Saade
700c5d286c
fix: move bool outside loop
2025-09-10 14:15:46 -03:00
Guilherme Saade
bf2d63d32e
feat: add repeater item numbers
2025-09-10 13:49:52 -03:00
ahsanmahmood09
89f5259b56
fix: remove sidebar collapse button rotation logic
2025-08-26 14:44:41 +05:00
Dan Harrin
32a57a1986
Merge pull request #17418 from alexhawke/fix/escape-placeholder-3x
...
[3.x] fix(forms): escape placeholder attributes so quotes render correctly
2025-08-20 21:05:40 +01:00
Alex Hawke
6c17e0df18
refactor(forms 3.x): cache placeholder once and use filled([1mplaceholder[22m) ? e([1mplaceholder[22m) : null in views
2025-08-20 16:07:57 +01:00
Alex Hawke
8034e2fc66
[3.x] fix(forms): escape placeholder attributes so quotes render correctly
...
Escape placeholder values when rendering placeholder attributes so double quotes do not break the attribute or render as backslashes. Apply HTML escaping at output time while preserving nulls. Components: text-input, textarea, color-picker, date-time-picker (native).
Refs #17170 .
2025-08-19 18:53:23 +01:00
Dan Harrin
b7fe8c012c
Merge pull request #17142 from TheSkybreaker/3.x
...
Dynamically disable JS inputs for v.3
v3.3.37
2025-08-18 11:49:23 +01:00
Vittorio Simoni
db1c6e10bf
$isDisabled as variable
2025-08-18 10:05:02 +02:00
Vittorio Simoni
551cb0ce52
Merge branch 'filamentphp:3.x' into 3.x
2025-08-18 10:01:41 +02:00
Dan Harrin
1169857351
Merge pull request #17258 from elmergustavo/3.x
v3.3.36
2025-08-11 09:21:00 +01:00
Gustavo (tavcode)
dcb260816a
Merge branch 'filamentphp:3.x' into 3.x
2025-08-10 21:43:17 -06:00
Dan Harrin
1e65d92f10
Merge pull request #17238 from maytham553/fix/postgresql-json-search-syntax-error
...
Fix PostgreSQL JSON field search syntax error (fixes #17237 )
2025-08-10 20:27:42 +01:00
Dan Harrin
1f80864d12
Update packages/support/src/helpers.php
2025-08-10 20:26:20 +01:00
Maytham Mahdi
282d9a2349
Refactor PostgreSQL JSON search column expression handling
...
- Simplified logic for processing columns with existing ->> operator.
- Updated tests to reflect changes in column expression generation, ensuring proper handling of explicit ->> operator and nested JSON paths.
- Improved clarity in test descriptions for better understanding of functionality.
2025-08-10 15:03:57 +03:00
Dan Harrin
bddf9ad14f
Merge pull request #17243 from pjotrvdh/bugfix/a11y-hint-label-dark-mode
...
fix hint label color in dark mode
2025-08-10 09:36:59 +01:00
Dan Harrin
62b97f1f0e
Merge pull request #17242 from pjotrvdh/fix/a11y-helper-tekst-dark-mode
...
fix helper text color in dark mode
2025-08-10 09:36:09 +01:00
elmergustavo
ab315c7e4b
chore: fix code style
2025-08-08 21:50:56 +00:00
Gustavo (tavcode)
932a834a71
Merge branch 'filamentphp:3.x' into 3.x
2025-08-08 15:43:27 -06:00
Dan Harrin
f70bf767c4
Merge pull request #17244 from KevinWinardi/patch-4
...
chore(i18n): add missing translation
2025-08-08 13:10:21 +01:00
Kevin Winardi
6472800247
chore(i18n): add missing translation
2025-08-08 18:37:24 +07:00
Pjotr van der Horst
cb3aa5d020
fix hint label color in dark mode
2025-08-08 12:48:15 +02:00
Pjotr van der Horst
43e3f7f995
fix helper text color in dark mode
2025-08-08 12:11:21 +02:00
Dan Harrin
537a183c64
Update helpers.php
2025-08-08 09:33:53 +01:00
Dan Harrin
7a0411a1a5
Update README.md
2025-08-08 08:27:40 +01:00
Maytham Mahdi
6ed167d69d
Add test cases for PostgreSQL columns with existing ->> operator
...
- Test basic columns with ->> operator (e.g., name->>'ar')
- Test table-prefixed columns with ->> operator (e.g., products.name->>'en')
- Test relationship columns with ->> operator (e.g., categories.name->>'ar')
- Test nested relationship columns with ->> operator (e.g., categories.parent.name->>'en')
These tests ensure our fix properly handles cases where the ->> operator
is already present in the column expression, preventing double-processing
and malformed SQL generation.
2025-08-08 08:58:41 +03:00
Maytham Mahdi
f11c00a282
Apply code style fixes to PostgreSQL JSON search fix
2025-08-08 08:13:51 +03:00
Maytham Mahdi
c08a749e22
Fix PostgreSQL JSON field search syntax error
...
- Add check for existing ->> operator before processing JSON paths
- Prevents malformed SQL generation that caused syntax errors
- Fixes regression introduced in v3.3.31
- Resolves issue #17237
The fix ensures that PostgreSQL JSON field searches generate valid SQL
by properly handling cases where the ->> operator is already present
in the column expression.
2025-08-08 08:12:36 +03:00
Gustavo (tavcode)
fcbcbc71d0
Merge branch 'filamentphp:3.x' into 3.x
2025-08-06 15:35:13 -06:00
Dan Harrin
738573da1a
Merge pull request #17215 from AurelDemiri/patch-1
...
add missing Dutch translation: request-password-reset.notifications.sent.body
2025-08-06 18:19:33 +01:00
Aurel Demiri
73d5341e99
add missing Dutch translation: request-password-reset.notifications.sent.body
2025-08-06 16:24:10 +02:00
elmergustavo
9542e4fc0b
chore: fix code style
2025-08-05 21:57:27 +00:00
Dan Harrin
4cc743e879
Merge pull request #17196 from KevinWinardi/patch-3
...
fix: EditAction gray color in ActionGroup
2025-08-05 09:33:33 +01:00
Dan Harrin
48cfa5b14e
Update EditAction.php
2025-08-05 09:32:50 +01:00
Kevin Winardi
14b3a46c16
fix: EditAction gray color in ActionGroup
...
If use an EditAction inside an ActionGroup, its color will be gray, the same as the ViewAction default color. Apparently, there's a line of code missing in the EditAction.php file for $this->defaultColor('warning').
2025-08-05 13:32:58 +07:00
Dan Harrin
fbc79366b5
Merge pull request #17179 from alisalehi1380/patch-2
...
add return type in wrapInDatabaseTransaction to Register page
v3.3.35
2025-08-04 08:58:45 +01:00
Dan Harrin
ac0a8c5881
Update Register.php
2025-08-04 08:54:28 +01:00
Dan Harrin
907a3db703
Merge pull request #17178 from alisalehi1380/patch-1
...
Improve: fa translation in register.php
2025-08-04 08:45:57 +01:00
Ali Salehi
8d62f95b66
add return type in wrapInDatabaseTransaction to Register page
2025-08-03 17:16:47 +03:30
Ali Salehi
c1f122b80e
Update register.php
2025-08-03 16:30:31 +03:30
Ali Salehi
f3b2599693
Update register.php
2025-08-03 16:14:26 +03:30
Dan Harrin
b6228290d8
Merge pull request #17132 from OccTherapist/patch-1
...
Add missing DE translation to request-password-reset.php
2025-08-01 08:42:57 -06:00
TheSkybreaker
6da69f7cff
Dynamically disable JS inputs
...
for v.3
2025-07-31 15:00:40 +02:00