0d12e3f5ab
feat: add controls slot to callout component ( #19263 )
...
* Add support for callout control actions.
* Update documentation
* chore: fix code style
* cleanup
* screenshots
* better example
---------
Co-authored-by: gehrisandro <gehrisandro@users.noreply.github.com >
Co-authored-by: Dan Harrin <git@danharrin.com >
2026-02-28 23:13:41 +01:00
dependabot[bot]
deb90c9a2d
chore(deps): bump rollup from 4.53.3 to 4.59.0 in /docs-assets/app ( #19361 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.53.3 to 4.59.0.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v4.53.3...v4.59.0 )
---
updated-dependencies:
- dependency-name: rollup
dependency-version: 4.59.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-26 21:57:36 +00:00
dependabot[bot]
68a7ee6c79
chore(deps): bump basic-ftp in /docs-assets/screenshots ( #19352 )
...
Bumps [basic-ftp](https://github.com/patrickjuchli/basic-ftp ) from 5.0.5 to 5.2.0.
- [Release notes](https://github.com/patrickjuchli/basic-ftp/releases )
- [Changelog](https://github.com/patrickjuchli/basic-ftp/blob/master/CHANGELOG.md )
- [Commits](https://github.com/patrickjuchli/basic-ftp/compare/v5.0.5...v5.2.0 )
---
updated-dependencies:
- dependency-name: basic-ftp
dependency-version: 5.2.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-26 21:49:50 +00:00
Martijn Wagena and Dan Harrin
e0e43eb4ce
Stacked table rows on mobile ( #19113 )
...
* Adding option to stack the table cells on mobile while maintaining horizontal scroll on larger screens
* cs fix
* applied styling to columns and headers
* applied styling to work in combination with hiddenFrom and visibleFrom
* moved the tailwind classes into css files
* cleanup
* Update table.css
* Update index.blade.php
* tweaks
* styling
* edge cases
* fixes
* screenshots
* cleanup
* rebuild
* rename
* fix warning
* Update CanBeStackedOnMobile.php
---------
Co-authored-by: Dan Harrin <git@danharrin.com >
2026-02-03 21:39:46 +00:00
Dan Harrin
65f418f59f
feature: Callout component ( #19189 )
...
* feature: Callouts
* screenshots
* more ss
* Update LayoutDemo.php
2026-02-03 20:37:00 +00:00
webard
31f8438a09
chore: fix code style
2026-01-04 12:41:17 +00:00
Dan Harrin
1127c4a5fa
fix: 8.5 test deprecations ( #18845 )
...
* fix: 8.5 test deprecations
* Update database.php
* Update tests.yml
* Revert "fix: 8.5 test deprecations"
This reverts commit 6db8231346 .
2026-01-03 18:32:14 +00:00
cdafd6e52b
feat: add new horizontal tabs navigation user experience ( #18310 )
...
* feat: Add none scrollable horizontal tab user experience
Introduces `isHorizontal` and `isScrollable` properties to the Tabs component, allowing configuration of tab orientation and scrollability. Updates Blade, JS, and Alpine logic to support scrollable tabs with dropdown overflow handling and responsive behavior.
* style: run composer cs
* Refactor Tabs component and update related styles
Refactored the Tabs component across PHP, Blade, and JS implementations to improve maintainability and consistency. Updated related CSS for dropdown list items to enhance UI appearance. These changes ensure better integration and user experience for tabbed interfaces.
* Refactor tabs dropdown logic for improved visibility
Replaces the scrollable tabs logic with a more robust dropdown visibility calculation. Updates Alpine component, Blade template, and supporting JS to use new withinDropdownMounted and isDropDownButtonVisible properties, ensuring correct tab visibility and dropdown trigger behavior. Removes unused tabIndex and related code, and cleans up CSS.
* chore: fix code style
* chore: fix code style
* Add documentation for horizontal tabs usage
Added a new section explaining how to use horizontal tabs, including details about the default scrollable behavior and the `horizontal()` method with its `scrollable` parameter.
* Document horizontal tabs overflow behavior
Added explanation for how non-scrollable horizontal tabs handle overflow by grouping excess tabs into a dropdown when space is limited.
* chore: fix code style
* clean up
* Update tabs.blade.php
* more robust calculation
* chore: fix code style
* Revert "chore: fix code style"
This reverts commit 3acc6fe781 .
* refactor and support badges
* refactor php
* Update tabs.blade.php
* Update tabs.js
* Update tabs.blade.php
* screenshots
---------
Co-authored-by: Abdulmajeed-Jamaan <Abdulmajeed-Jamaan@users.noreply.github.com >
Co-authored-by: Dan Harrin <git@danharrin.com >
Co-authored-by: danharrin <danharrin@users.noreply.github.com >
2025-12-04 10:48:51 +00:00
dependabot[bot]
adbb20cdae
build(deps): bump js-yaml in /docs-assets/screenshots ( #18514 )
...
Bumps [js-yaml](https://github.com/nodeca/js-yaml ) from 4.1.0 to 4.1.1.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1 )
---
updated-dependencies:
- dependency-name: js-yaml
dependency-version: 4.1.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-17 08:47:02 +00:00
dependabot[bot]
a56938a9c4
build(deps): bump vite from 6.3.6 to 6.4.1 in /docs-assets/app ( #18290 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.3.6 to 6.4.1.
- [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/create-vite@6.4.1/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 6.4.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-21 08:25:09 +01:00
Ben and Dan Harrin
4d2d492deb
Document gap and dense layout options ( #18222 )
...
* Document gap and dense options
* Add dense gap screenshot
* chore: fix code style
* consistency
---------
Co-authored-by: Dan Harrin <git@danharrin.com >
2025-10-15 10:29:38 +01:00
dependabot[bot]
9658cd60e3
build(deps): bump tar-fs in /docs-assets/screenshots ( #17965 )
2025-09-27 07:28:38 +01:00
7c5cd978d7
feat: Add RepeatableEntry table layout and TableColumn component ( #17865 )
...
* Add RepeatableEntry table layout and TableColumn component with tests
* chore: fix code style
* consistency with repeater
* Update EntriesDemo.php
---------
Co-authored-by: oddvalue <oddvalue@users.noreply.github.com >
Co-authored-by: Dan Harrin <git@danharrin.com >
2025-09-25 10:03:43 +01:00
Dan Harrin
c2e5befb1b
feature: Empty state ( #17932 )
...
* feature: Empty state
* docs
* Update empty-state.blade.php
* add screenshot
2025-09-24 23:29:04 +01:00
oddvalue and Dan Harrin
41a4e495d5
[4.x] Feat: Add compact option to table repeater ( #17411 )
...
* Feat: Add streamlined option to table repeater
* Feat: Replace streamlined table repeater option with compact alternative
* Add padding to compact repeater infolist entries
* clean up
---------
Co-authored-by: Dan Harrin <git@danharrin.com >
2025-09-18 21:57:11 +01:00
dependabot[bot]
03ad24b509
chore(deps): bump vite from 6.3.5 to 6.3.6 in /docs-assets/app
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.3.5 to 6.3.6.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v6.3.6/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v6.3.6/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 6.3.6
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-10 02:02:27 +00:00
Ryan Chandler
891ff91b71
Upgrade to Phiki v2.0 for testing/docs
2025-09-02 19:05:54 +01:00
dependabot[bot]
1104f6c9ab
chore(deps): bump tar-fs and puppeteer in /docs-assets/screenshots
...
Bumps [tar-fs](https://github.com/mafintosh/tar-fs ) to 2.1.3 and updates ancestor dependencies [tar-fs](https://github.com/mafintosh/tar-fs ) and [puppeteer](https://github.com/puppeteer/puppeteer ). These dependencies need to be updated together.
Updates `tar-fs` from 2.1.1 to 2.1.3
- [Commits](https://github.com/mafintosh/tar-fs/compare/v2.1.1...v2.1.3 )
Updates `tar-fs` from 3.0.4 to 3.1.0
- [Commits](https://github.com/mafintosh/tar-fs/compare/v2.1.1...v2.1.3 )
Updates `puppeteer` from 22.11.2 to 22.15.0
- [Release notes](https://github.com/puppeteer/puppeteer/releases )
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v22.11.2...puppeteer-v22.15.0 )
---
updated-dependencies:
- dependency-name: tar-fs
dependency-version: 2.1.3
dependency-type: indirect
- dependency-name: tar-fs
dependency-version: 3.1.0
dependency-type: indirect
- dependency-name: puppeteer
dependency-version: 22.15.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-22 01:43:15 +00:00
steelvirus
8174a6b3d7
Fix unwrapped string
2025-08-06 14:32:08 +02:00
steelvirus
3e9442854a
Fix unwrapped string
2025-08-06 14:29:53 +02:00
steelvirus
947d683c3e
Remove FilamentManager::namespaceFor in favor of simple concatenation
2025-08-06 14:18:22 +02:00
steelvirus
c3731ec3ca
Replace hardcoded 'App\\' namespace prefixes with calls to 'Filament::namespaceFor'
2025-08-05 21:22:08 +02:00
Dan Harrin
13a139f792
[BREAKING CHANGE IN BETA]: Require Phiki to be installed manually
2025-08-01 08:20:29 -06:00
Dan Harrin
c6cf3ee11e
consistency
2025-07-22 09:54:45 +01:00
Zoltán Tamás Szabó
e3b52e517a
Refactor model casts to use method syntax for improved clarity and consistency
2025-07-21 20:08:25 +02:00
Dan Harrin
0bbb052865
rebuild screenshots
2025-06-30 12:25:39 +01:00
Dan Harrin
242e45bee5
update & recompile
2025-06-30 10:05:33 +01:00
Dan Harrin
67fb06304e
regen screenshots
2025-06-20 11:33:13 +01:00
Dan Harrin
bbaea507d9
reorderable col manager screenshots
2025-06-15 18:34:11 +01:00
Dan Harrin
2da3992ef3
update screenshots
2025-06-15 18:29:42 +01:00
Kenneth Sese
3b7594cd4e
update screenshot
2025-06-09 10:59:26 -06:00
Dan Harrin
1e222daa24
Merge branch '4.x' into Feature-Reorderable-columns
2025-06-09 11:52:57 +01:00
Dan Harrin
b01e5e068f
Delete slider.js
2025-06-09 11:50:53 +01:00
Dan Harrin
9051b9c2a5
Merge branch '4.x' into Feature-Reorderable-columns
2025-06-09 11:25:23 +01:00
Dan Harrin
d2970b51ce
docs & screenshots
2025-06-09 09:17:25 +01:00
Dan Harrin
8acd004225
update screenshots
2025-06-09 08:48:32 +01:00
Dan Harrin
fbdaaa49ea
Update language.jpg
2025-06-09 08:35:20 +01:00
Dan Harrin
41a466d771
make requested changes
2025-06-09 08:35:18 +01:00
Dan Harrin
6f67e5eff7
compile screenshots
2025-06-09 08:32:47 +01:00
Raj Siva-Rajah
b09bd7ff86
Update CodeEditor docs
2025-06-08 03:36:57 +00:00
Kenneth Sese
ce3cc268d3
Merge branch '4.x' into Feature-Reorderable-columns
2025-06-07 17:56:28 -06:00
Kenneth Sese
e344c62f0b
update naming
2025-06-07 17:55:41 -06:00
Kenneth Sese
4cc05c58de
naming update
2025-06-03 20:41:02 -06:00
Dan Harrin
6e934c5eb9
move actions() to recordActions() and update docs and tests
2025-06-03 17:18:14 +01:00
Dan Harrin
1f52adeb9b
Vertical tabs
2025-06-02 14:11:34 +01:00
Dan Harrin
9758412830
docs
2025-05-24 18:53:45 +01:00
Dan Harrin
6eff44a749
group
2025-05-23 17:35:33 +01:00
Dan Harrin
b8bd4e762c
docs
2025-05-16 13:45:03 +01:00
Dan Harrin
fa1cf691f2
Start table repeater
2025-05-15 08:20:35 +01:00
Abdulmajeed-Jamaan
715d108bda
fix(dependencies): update composer.lock minimum illuminate/contracts version
2025-05-06 21:13:03 +03:00