github-actions[bot]
eb2e56451c
Update dependency vite to v6.4.2 [SECURITY] ( #19987 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-05-28 10:29:29 +01:00
github-actions[bot]
2dbbe3a7c5
Update dependency postcss to v8.5.10 [SECURITY] ( #19986 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-05-28 10:29:06 +01:00
Dan Harrin
001c8af2fa
Delete dependabot.yml
2026-05-28 10:06:34 +01:00
dependabot[bot]
68dce9d1d7
chore(deps): bump zizmorcore/zizmor-action from 0.5.3 to 0.5.6 ( #19921 )
...
Bumps [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action ) from 0.5.3 to 0.5.6.
- [Release notes](https://github.com/zizmorcore/zizmor-action/releases )
- [Commits](https://github.com/zizmorcore/zizmor-action/compare/b1d7e1fb5de872772f31590499237e7cce841e8e...5f14fd08f7cf1cb1609c1e344975f152c7ee938d )
---
updated-dependencies:
- dependency-name: zizmorcore/zizmor-action
dependency-version: 0.5.6
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-05-27 17:53:01 +01:00
dependabot[bot]
c0a2e278b5
chore(deps): bump danharrin/monorepo-split-github-action ( #19920 )
...
Bumps [danharrin/monorepo-split-github-action](https://github.com/danharrin/monorepo-split-github-action ) from 2.4.4 to 2.4.5.
- [Release notes](https://github.com/danharrin/monorepo-split-github-action/releases )
- [Commits](https://github.com/danharrin/monorepo-split-github-action/compare/f10477258c88013cc5902388ec47fe9457837041...14e42e2437f674b8987c1f50ca3689116aea1893 )
---
updated-dependencies:
- dependency-name: danharrin/monorepo-split-github-action
dependency-version: 2.4.5
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-05-27 17:52:50 +01:00
Dan Harrin
613951cd9a
Update composer.json
2026-05-27 16:38:20 +01:00
Dan Harrin
fef7b5294a
Update format-and-build.yml
2026-05-27 15:57:55 +01:00
Dan Harrin
5d2d1f96f1
Update format-and-build.yml
2026-05-26 15:29:02 +01:00
Dan Harrin
794b8e43ed
Cache Pint results between runs
2026-05-22 18:45:35 +01:00
Dan Harrin
3c58712534
Add build caches to format-and-build workflow
2026-05-22 17:32:47 +01:00
Dan Harrin
0f6fd91ffb
Fix YAML parsing of if condition in format-and-build workflow
2026-05-22 17:09:27 +01:00
Dan Harrin
42d1c99eec
Consolidate format and build into one workflow
...
Replaces fix-code-style.yml + npm-build.yml with a single workflow that
runs `composer cs` + `npm run build` and commits the result back. Triggers
only on push to 3.x, cancels superseded runs via concurrency group, and
skips its own auto-commits via head-commit-message check.
Also removes docs-screenshots.yml.
2026-05-22 17:04:22 +01:00
Dan Harrin
f94c0e2da7
Bump GH actions versions
2026-05-22 08:53:06 +01:00
Dan Harrin
a96c2ee181
Update deps
v3.3.52
2026-05-21 12:54:15 +01:00
Dan Harrin
c02157e415
3.x: security: Temporary file uploads available on auth pages
2026-05-21 12:52:42 +01:00
Dan Harrin
7bc4d7d1af
3.x: security: Inconsistent scope enforcement for attach and associate action select fields ( #19881 )
v3.3.51
2026-05-20 16:20:36 +01:00
Dan Harrin
e9f20ab0ef
Update GH actions security
2026-05-14 09:12:50 +01:00
RenHai Wen
b259efb9d0
fix: preserve sidebar scroll position across navigation ( #19632 )
v3.3.50
2026-04-04 08:45:05 +01:00
Alan
aa50829496
fix: fillForm() merges list state into existing repeater record keys ( #19339 )
...
When `fillForm()` is called with list-style arrays (numeric keys) on a
repeater that has loaded existing relationship records (`record-{id}`
keys), `unsetMissingNumericArrayKeys()` only removes orphaned numeric
keys but leaves the old `record-{id}` keys intact. This causes both
key sets to coexist, leading to data duplication on save.
Adding `array_is_list($state)` to the condition ensures that when the
new state is a sequential list, all non-matching keys are removed —
including `record-{id}` keys — giving `fillForm()` proper replacement
semantics for list arrays.
2026-02-27 12:47:35 +00:00
Dan Harrin
a741183221
Delete release.yml
2026-02-25 12:36:54 +00:00
Dan Harrin
a1f75a4e7e
Update TestCase.php
v3.3.49
2026-02-19 23:04:44 +00:00
Dan Harrin
9f8e439fae
Update TestCase.php
2026-02-19 22:45:09 +00:00
Dan Harrin
71d4caf813
Update TestCase.php
2026-02-19 22:41:56 +00:00
Alan
564858efe8
[3.x] fix: add missing autofocus attribute to Radio and ToggleButtons ( #19302 )
...
* fix: add missing autofocus attribute to Radio and ToggleButtons
* Apply suggestions from code review
Signed-off-by: Dan Harrin <git@danharrin.com >
---------
Signed-off-by: Dan Harrin <git@danharrin.com >
Co-authored-by: Dan Harrin <git@danharrin.com >
2026-02-19 21:25:13 +00:00
Dan Harrin
41fd90ab4c
Revert attempts to fix tests
v3.3.48
2026-02-07 21:50:32 +00:00
Dan Harrin
b9fe1fb730
Revert "Update TestCase.php"
...
This reverts commit 925f7fc28d .
2026-02-07 21:50:08 +00:00
Dan Harrin
479a1ee2e9
Revert "Update TestCase.php"
...
This reverts commit 72bf72ee11 .
2026-02-07 21:50:06 +00:00
Dan Harrin
72bf72ee11
Update TestCase.php
2026-02-07 21:48:44 +00:00
Dan Harrin
925f7fc28d
Update TestCase.php
2026-02-07 21:39:33 +00:00
Dan Harrin
31c3bafe3c
Update TestCase.php
2026-02-07 21:37:51 +00:00
Dan Harrin
f0add8dd98
Drop 8.1 checks
2026-02-07 21:31:11 +00:00
Dan Harrin
66b22c34d4
Fix PHPStan
2026-02-07 21:26:26 +00:00
WEN RENHAI
ccdd5a431a
fix: check for modalContainer connection before dispatching modal-closed event ( #19220 )
2026-02-07 21:23:33 +00:00
Dan Harrin
5c0c851708
Remove old docs
2026-02-03 14:47:17 +00:00
Dan Harrin
f447a00f62
Update FUNDING.yml
2026-01-27 09:19:17 +00:00
Hugh Messenger
b96f4420ac
Add Htmlable to getDescription method return type in HasDescription contract ( #18912 )
v3.3.47
2026-01-09 08:40:47 +00:00
Maytham Mahdi
aab069c24b
Add handling for array item data in RepeatableEntry and update state … ( #18809 )
...
* Add handling for array item data in RepeatableEntry and update state retrieval in HasState
* Update HasState.php
---------
Co-authored-by: Maytham Mahdi <mmahdi@elitesoft.iq >
Co-authored-by: Dan Harrin <git@danharrin.com >
v3.3.46
2026-01-01 16:24:16 +00:00
Dan Harrin
e0ae4c9b93
Fix broken links
2025-11-28 10:47:41 +00:00
Dan Harrin
f24021019b
Update .prettierignore
v3.3.45
2025-11-11 10:07:13 +00:00
Dan Harrin
512a714527
Update request-password-reset.php
2025-11-11 10:04:40 +00:00
Pushpak Chhajed
71ccb8938f
[3.x] Add Boost Guidelines ( #18455 )
...
* Add Boost guidelines
* Move guidelines into correct path
2025-11-11 08:51:19 +00:00
vasi-rus
b0f568e3db
Vasi rus/failsafe for getting notification on null ( #18394 )
...
* Avoids “Call to a member function notifications() on null” by guarding null users
* add phpstan ignore lines
* remove comment
* Update packages/notifications/src/Livewire/DatabaseNotifications.php
Signed-off-by: Dan Harrin <git@danharrin.com >
---------
Signed-off-by: Dan Harrin <git@danharrin.com >
Co-authored-by: Vasile Rus <v.rus@linksderisar.com >
Co-authored-by: Dan Harrin <git@danharrin.com >
2025-11-03 09:49:53 +00:00
Ali Salehi
7e99f1c8ec
Update fa/infolist.php with corrected translations ( #18259 )
...
* Update infolist fa lang
Signed-off-by: Ali Salehi <111766206+alisalehi1380@users.noreply.github.com >
* fix
---------
Signed-off-by: Ali Salehi <111766206+alisalehi1380@users.noreply.github.com >
v3.3.44
2025-10-18 12:43:56 +01:00
Dan Harrin
62fd3ecc9e
fix: MorphToSelect preloaded options limit ( #18102 )
v3.3.43
2025-10-06 22:39:31 +01:00
Janis Eglitis
50c4cdb0ff
Update request-password-reset.php ( #17979 )
...
Signed-off-by: Janis Eglitis <janiseglitis@users.noreply.github.com >
v3.3.42
2025-09-28 20:34:17 +01:00
Brian Stanley
9877057d97
Fix CSV export for Postgres when table is sorted on related column ( #17960 )
...
* Fix CSV export for Postgres where table is sorted on related column
* Update packages/actions/src/Exports/Jobs/PrepareCsvExport.php
Signed-off-by: Dan Harrin <git@danharrin.com >
---------
Signed-off-by: Dan Harrin <git@danharrin.com >
Co-authored-by: Dan Harrin <git@danharrin.com >
2025-09-26 17:29:14 +01:00
Dan Harrin
041211a460
Update monorepo-split.yml
2025-09-26 10:08:25 +01:00
Dan Harrin
188cff4609
Update EasyMDE.js
2025-09-26 09:06:19 +01:00
Alex T.
0425eac183
fix: FileUpload Component Overlapping Next Element When Accepting Multiple Files ( #17938 )
...
Fixes #13689
2025-09-25 08:27:23 +01:00
Alex T.
9683de323c
Fix: ToggleButtons and Radio buttons lose keyboard focus ( #17935 )
...
Fixes #16946
2025-09-25 08:26:15 +01:00