[PR #2114] [MERGED] Update to filament v5, Livewire v4 #1769

Closed
opened 2026-02-05 18:24:14 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/2114
Author: @notAreYouScared
Created: 1/16/2026
Status: Merged
Merged: 1/19/2026
Merged by: @notAreYouScared

Base: mainHead: charles/filament-v5


📝 Commits (10+)

📊 Changes

14 files changed (+76 additions, -143 deletions)

View changed files

📝 app/Filament/Admin/Pages/ListLogs.php (+1 -1)
📝 composer.json (+1 -2)
📝 composer.lock (+58 -124)
📝 public/js/filament/forms/components/checkbox-list.js (+1 -1)
📝 public/js/filament/forms/components/rich-editor.js (+1 -1)
📝 public/js/filament/forms/components/select.js (+1 -1)
📝 public/js/filament/notifications/notifications.js (+1 -1)
📝 public/js/filament/schemas/components/tabs.js (+1 -1)
📝 public/js/filament/schemas/schemas.js (+1 -1)
📝 public/js/filament/support/support.js (+6 -6)
📝 public/js/filament/tables/components/columns/checkbox.js (+1 -1)
📝 public/js/filament/tables/components/columns/select.js (+1 -1)
📝 public/js/filament/tables/components/columns/text-input.js (+1 -1)
📝 public/js/filament/tables/components/columns/toggle.js (+1 -1)

📄 Description

This needs to be tested, some livewire stuff might be broken.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/2114 **Author:** [@notAreYouScared](https://github.com/notAreYouScared) **Created:** 1/16/2026 **Status:** ✅ Merged **Merged:** 1/19/2026 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `charles/filament-v5` --- ### 📝 Commits (10+) - [`18b638c`](https://github.com/pelican-dev/panel/commit/18b638c67c49ce05ad7d6c5ed68231452168c9f7) beta5 - [`eec3068`](https://github.com/pelican-dev/panel/commit/eec306821bda4cfd9d5cca65d33bf273acc7beef) beta9 - [`d995d75`](https://github.com/pelican-dev/panel/commit/d995d751d6f26468362c2151aeaaa06aa4dcdc0f) fixes - [`fe9704c`](https://github.com/pelican-dev/panel/commit/fe9704c5e85815504be2202157211091404e851c) Merge branch 'main' into charles/filament-v5 - [`fdc5e4f`](https://github.com/pelican-dev/panel/commit/fdc5e4f04c2eee111afcbed1ca6bfdaa04f123c0) composer update - [`c516ccf`](https://github.com/pelican-dev/panel/commit/c516ccf67469b06c9e4ac866b3c09be417f7136e) v5 stable - [`fef4cf5`](https://github.com/pelican-dev/panel/commit/fef4cf55282b0b83981e8b463f52fc569ea3504d) match dedoc/scramble - [`9c1247d`](https://github.com/pelican-dev/panel/commit/9c1247dee3350180c648c9b9ba9d46fbeb2c0f27) prefer stable - [`6f63a79`](https://github.com/pelican-dev/panel/commit/6f63a79a7ee22281e3068f55cbe3234164cac898) prefer stable v2 - [`06c041d`](https://github.com/pelican-dev/panel/commit/06c041d276d837e77de7e48c142ba413c6f9c752) Merge branch 'main' into charles/filament-v5 ### 📊 Changes **14 files changed** (+76 additions, -143 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Pages/ListLogs.php` (+1 -1) 📝 `composer.json` (+1 -2) 📝 `composer.lock` (+58 -124) 📝 `public/js/filament/forms/components/checkbox-list.js` (+1 -1) 📝 `public/js/filament/forms/components/rich-editor.js` (+1 -1) 📝 `public/js/filament/forms/components/select.js` (+1 -1) 📝 `public/js/filament/notifications/notifications.js` (+1 -1) 📝 `public/js/filament/schemas/components/tabs.js` (+1 -1) 📝 `public/js/filament/schemas/schemas.js` (+1 -1) 📝 `public/js/filament/support/support.js` (+6 -6) 📝 `public/js/filament/tables/components/columns/checkbox.js` (+1 -1) 📝 `public/js/filament/tables/components/columns/select.js` (+1 -1) 📝 `public/js/filament/tables/components/columns/text-input.js` (+1 -1) 📝 `public/js/filament/tables/components/columns/toggle.js` (+1 -1) </details> ### 📄 Description This needs to be tested, some livewire stuff _might_ be broken. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 18:24:14 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#1769