Releases: filamentphp/filament
Releases · filamentphp/filament
v5.0.0-beta5
Immutable
release. Only release title and notes can be modified.
What's Changed
- Fixed documentation for Wizard skippable section. by @GeminiDev1 in #18560
- Fix: default focused date for DateTimePicker by @agencetwogether in #18557
- Prevent model resolving during boot process by @johankrijt in #18565
- [4.x] fix: radio styling in repeater compact mode by @People-Sea in #18563
- Update Tailwind CSS version in upgrade guide by @HichemTab-tech in #18572
- Support multibyte whitespaces by @ukeloop in #18574
- Trim invisible characters by @ukeloop in #18575
- Add getOptionDescriptionFromRecordUsing() to CheckboxList by @lucacastelnuovo in #18443
- The navigation group won't show in RTL mode by @hans-thomas in #18485
- [4.x] Fix table group/summary cell alignment by @andrewdwallo in #18510
- fix: Search query clearing when options load by @danharrin in #18577
- fix: check if the indicator can be removed when removing all filters by @giacomomasseron in #18576
- Skip adding raw order with direction by @howdu in #18579
- Adding details about notifications and export format by @thomasLecler in #18580
- fix:
hiddenJs()/visibleJs()frontend validation by @danharrin in #18582 - Fix: Revert icon max sizes by @awcodes in #18583
- Fix Ukrainian translation of "remember me" by @osbre in #18586
- Compact empty state by @danharrin in #18588
- Fix Htmlable action icon by @zepfietje in #18592
- Fix Safari date picker placeholder color by @nathanheffley in #18597
- chore: add PR templates and workflows for subtree repos by @jeffersongoncalves in #18598
- Update export documentation. by @GeminiDev1 in #18612
- build(deps-dev): bump node-forge from 1.3.1 to 1.3.2 by @dependabot[bot] in #18605
- Optimize
IdentifyTenantto reuse existing tenant if set by @binaryfire in #18513 - fix: select dropdown panel displays incorrectly when modals are nested by @People-Sea in #18608
- Fix Textarea autosize causing scroll anchoring issues in Firefox by @Saracaen in #18595
New Contributors
- @johankrijt made their first contribution in #18565
- @HichemTab-tech made their first contribution in #18572
- @lucacastelnuovo made their first contribution in #18443
- @hans-thomas made their first contribution in #18485
- @giacomomasseron made their first contribution in #18576
- @thomasLecler made their first contribution in #18580
- @osbre made their first contribution in #18586
- @nathanheffley made their first contribution in #18597
Full Changelog: v5.0.0-beta4...v5.0.0-beta5
v4.2.4
Immutable
release. Only release title and notes can be modified.
What's Changed
- Fixed documentation for Wizard skippable section. by @GeminiDev1 in #18560
- Fix: default focused date for DateTimePicker by @agencetwogether in #18557
- Prevent model resolving during boot process by @johankrijt in #18565
- [4.x] fix: radio styling in repeater compact mode by @People-Sea in #18563
- Update Tailwind CSS version in upgrade guide by @HichemTab-tech in #18572
- Support multibyte whitespaces by @ukeloop in #18574
- Trim invisible characters by @ukeloop in #18575
- Add getOptionDescriptionFromRecordUsing() to CheckboxList by @lucacastelnuovo in #18443
- The navigation group won't show in RTL mode by @hans-thomas in #18485
- [4.x] Fix table group/summary cell alignment by @andrewdwallo in #18510
- fix: Search query clearing when options load by @danharrin in #18577
- fix: check if the indicator can be removed when removing all filters by @giacomomasseron in #18576
- Skip adding raw order with direction by @howdu in #18579
- Adding details about notifications and export format by @thomasLecler in #18580
- fix:
hiddenJs()/visibleJs()frontend validation by @danharrin in #18582 - Fix: Revert icon max sizes by @awcodes in #18583
- Fix Ukrainian translation of "remember me" by @osbre in #18586
- Compact empty state by @danharrin in #18588
- Fix Htmlable action icon by @zepfietje in #18592
- Fix Safari date picker placeholder color by @nathanheffley in #18597
- chore: add PR templates and workflows for subtree repos by @jeffersongoncalves in #18598
- Update export documentation. by @GeminiDev1 in #18612
- build(deps-dev): bump node-forge from 1.3.1 to 1.3.2 by @dependabot[bot] in #18605
- Optimize
IdentifyTenantto reuse existing tenant if set by @binaryfire in #18513 - fix: select dropdown panel displays incorrectly when modals are nested by @People-Sea in #18608
- Fix Textarea autosize causing scroll anchoring issues in Firefox by @Saracaen in #18595
New Contributors
- @johankrijt made their first contribution in #18565
- @HichemTab-tech made their first contribution in #18572
- @lucacastelnuovo made their first contribution in #18443
- @hans-thomas made their first contribution in #18485
- @giacomomasseron made their first contribution in #18576
- @thomasLecler made their first contribution in #18580
- @osbre made their first contribution in #18586
- @nathanheffley made their first contribution in #18597
Full Changelog: v4.2.3...v4.2.4
v5.0.0-beta4
Immutable
release. Only release title and notes can be modified.
What's Changed
- chore: update env var for default disk by @chaseconey in #18474
- fix: Prevent checkbox input squeeze when label spans multiple lines by @arjendejong12 in #18477
- fix: Query builder missing from clause by @danharrin in #18497
- Fix: Moving the
builderback misplaces the middle add button. by @People-Sea in #18495 - Bring back support for Htmlable icons by @zepfietje in #18500
- fix: user menu drop down cannot be expanded with the keyboard by @jobara in #18487
- fix: Search and sort same relationship table by @danharrin in #18499
- Fix for CPU usage when disabling toolbar buttons by @Saracaen in #18504
- Fixed translations in Khmer language by @angkosal in #18507
- fix: Chart colors changing when theme changes by @danharrin in #18521
- Refactor Livewire component registration for simplicity by @jeffersongoncalves in #18525
- build(deps): bump js-yaml from 4.1.0 to 4.1.1 in /docs-assets/screenshots by @dependabot[bot] in #18514
- [4.x] Support hiddenOn and visibleOn for summarizers by @andrewdwallo in #18512
- Ensure true mime type is passed as a header by default by @joshembling in #18444
- docs: correct
$isLazyexample in widget lazy-loading section by @dxnter in #18534 - Fix Htmlable icons support by @zepfietje in #18515
- FIX: Remove toLowerCase on query in handleSearch (select.js) by @pddevins in #18532
- [v4] docs: fixed various typos in docs by @angus-mcritchie in #18548
- Added "Publishing configuration" file section to the installation docs by @angus-mcritchie in #18549
- Update
pragmarx/google2fadependency to^9.0by @mechelon in #18553 - [v4] fix export action outside of table context by @angus-mcritchie in #18547
New Contributors
- @chaseconey made their first contribution in #18474
- @jobara made their first contribution in #18487
- @angkosal made their first contribution in #18507
- @dxnter made their first contribution in #18534
- @pddevins made their first contribution in #18532
- @mechelon made their first contribution in #18553
Full Changelog: v5.0.0-beta3...v5.0.0-beta4
v4.2.3
Immutable
release. Only release title and notes can be modified.
What's Changed
- Fixed translations in Khmer language by @angkosal in #18507
- fix: Chart colors changing when theme changes by @danharrin in #18521
- build(deps): bump js-yaml from 4.1.0 to 4.1.1 in /docs-assets/screenshots by @dependabot[bot] in #18514
- [4.x] Support hiddenOn and visibleOn for summarizers by @andrewdwallo in #18512
- Ensure true mime type is passed as a header by default by @joshembling in #18444
- docs: correct
$isLazyexample in widget lazy-loading section by @dxnter in #18534 - Fix Htmlable icons support by @zepfietje in #18515
- FIX: Remove toLowerCase on query in handleSearch (select.js) by @pddevins in #18532
- [v4] docs: fixed various typos in docs by @angus-mcritchie in #18548
- Added "Publishing configuration" file section to the installation docs by @angus-mcritchie in #18549
- Update
pragmarx/google2fadependency to^9.0by @mechelon in #18553 - [v4] fix export action outside of table context by @angus-mcritchie in #18547
New Contributors
- @angkosal made their first contribution in #18507
- @dxnter made their first contribution in #18534
- @pddevins made their first contribution in #18532
- @mechelon made their first contribution in #18553
Full Changelog: v4.2.2...v4.2.3
v4.2.2
Immutable
release. Only release title and notes can be modified.
What's Changed
- chore: update env var for default disk by @chaseconey in #18474
- fix: Prevent checkbox input squeeze when label spans multiple lines by @arjendejong12 in #18477
- fix: Query builder missing from clause by @danharrin in #18497
- Fix: Moving the
builderback misplaces the middle add button. by @People-Sea in #18495 - Bring back support for Htmlable icons by @zepfietje in #18500
- fix: user menu drop down cannot be expanded with the keyboard by @jobara in #18487
- fix: Search and sort same relationship table by @danharrin in #18499
- Fix for CPU usage when disabling toolbar buttons by @Saracaen in #18504
New Contributors
- @chaseconey made their first contribution in #18474
- @jobara made their first contribution in #18487
Full Changelog: v4.2.1...v4.2.2
v5.0.0-beta3
Immutable
release. Only release title and notes can be modified.
What's Changed
- Dont show colum manager for blank columns without column groups by @archilex in #18386
- Allow pragmarx/google2fa ^9.0 by @ziming in #18389
- Fix ExportCsv deprecation by @ziming in #18391
- Add missing SK/CZ translations by @hamrak in #18392
- Add missing Japanese translations by @ukeloop in #18393
- Fix Repeater persistCollapsed by @TheSkybreaker in #18348
- Vasi rus/failsafe for getting notification on null by @vasi-rus in #18394
- feat(i18n): update serbian translations by @cobisimo in #18401
- Update Vietnamese translations in packages/forms by @hoangnamitc in #18409
- Implement scrolling to selected tag in merge tag suggestions by @nijholt in #18405
- fix: Defer select dropdown positioning until after async requests by @danharrin in #18412
- fix: Adjust chart height aspect ratio to 1.5 across all chart types by @danharrin in #18422
- Fix typo in createAnotherAction callback by @nhedger in #18413
- Fix column manager polling and reordering by @archilex in #18418
- [4.x] Improved $get utility by @johanmolen in #18228
- [4.x] Add extraRecordLinkAttributes() method to target record by @leek in #18302
- feat(export): allow including table visible columns by @billmn in #18350
- Support enums in exports by @archilex in #18427
- [4.x] Support enum cases in validation rule parameters by @andrewdwallo in #18428
- Add missed Ukrainian translation by @dmitry-udod in #18432
- [v4 Docs] Update namespace for schema Overview first Example. by @jovialcore in #18458
- Update pagination label in Japanese translation by @ukeloop in #18450
- Add early returns to methods with
ExposedLivewireMethodinBaseFileUploadby @dvarilek in #18447 - Fix stat widget height by @archilex in #18441
New Contributors
- @ukeloop made their first contribution in #18393
- @vasi-rus made their first contribution in #18394
- @hoangnamitc made their first contribution in #18409
- @nijholt made their first contribution in #18405
- @leek made their first contribution in #18302
- @jovialcore made their first contribution in #18458
Full Changelog: v5.0.0-beta2...v5.0.0-beta3
v4.2.1
Immutable
release. Only release title and notes can be modified.
What's Changed
- Dont show colum manager for blank columns without column groups by @archilex in #18386
- Allow pragmarx/google2fa ^9.0 by @ziming in #18389
- Fix ExportCsv deprecation by @ziming in #18391
- Add missing SK/CZ translations by @hamrak in #18392
- Add missing Japanese translations by @ukeloop in #18393
- Fix Repeater persistCollapsed by @TheSkybreaker in #18348
- Vasi rus/failsafe for getting notification on null by @vasi-rus in #18394
- feat(i18n): update serbian translations by @cobisimo in #18401
- Update Vietnamese translations in packages/forms by @hoangnamitc in #18409
- Implement scrolling to selected tag in merge tag suggestions by @nijholt in #18405
- fix: Adjust chart height aspect ratio to 1.5 across all chart types by @danharrin in #18422
- Fix typo in createAnotherAction callback by @nhedger in #18413
- Fix column manager polling and reordering by @archilex in #18418
- [4.x] Improved $get utility by @johanmolen in #18228
- [4.x] Add extraRecordLinkAttributes() method to target record by @leek in #18302
- feat(export): allow including table visible columns by @billmn in #18350
- Support enums in exports by @archilex in #18427
- [4.x] Support enum cases in validation rule parameters by @andrewdwallo in #18428
- Add missed Ukrainian translation by @dmitry-udod in #18432
- [v4 Docs] Update namespace for schema Overview first Example. by @jovialcore in #18458
- [4.x] Add Boost Guidelines by @pushpak1300 in #18454
- Update pagination label in Japanese translation by @ukeloop in #18450
- Add early returns to methods with
ExposedLivewireMethodinBaseFileUploadby @dvarilek in #18447 - Fix stat widget height by @archilex in #18441
New Contributors
- @ukeloop made their first contribution in #18393
- @vasi-rus made their first contribution in #18394
- @hoangnamitc made their first contribution in #18409
- @nijholt made their first contribution in #18405
- @leek made their first contribution in #18302
- @jovialcore made their first contribution in #18458
Full Changelog: v4.2.0...v4.2.1
v3.3.45
Immutable
release. Only release title and notes can be modified.
What's Changed
- [3.x] Add Boost Guidelines by @pushpak1300 in #18455
Full Changelog: v3.3.44...v3.3.45
v2.17.59
Immutable
release. Only release title and notes can be modified.
What's Changed
- [2.x] Add Boost Guidelines by @pushpak1300 in #18456
Full Changelog: v2.17.58...v2.17.59
v5.0.0-beta2
Immutable
release. Only release title and notes can be modified.
What's Changed
- Correct the link to the schemas testing page by @bumbummen99 in #18355
- Enhancement: swap tools merge order by @awcodes in #18361
- fix: Fused group inconsistent bg color and height by @danharrin in #18372
- [v4] docs: Fix links for color and icon interfaces in enums doc by @alnahian2003 in #18380
- Refactor widget schema handling in Page.php by @iAmKevinMcKee in #18373
- Async requests by @danharrin in #18353
- [4.x] Remove wire:ignore from sub-navigation sidebar by @andrewdwallo in #18374
- Add css class to read notifications by @joshembling in #18377
- Fix: active key on Heading tools in default rich editor by @awcodes in #18379
- Improve visual separation of select optgroup headers by @archilex in #18376
- fix: Inheritable keys in repeaters by @danharrin in #18383
- fix: Duplicate int values when selecting all items in checkbox list by @danharrin in #18384
- New package: filament/query-builder by @danharrin in #18128
Full Changelog: v5.0.0-beta1...v5.0.0-beta2