Releases: filamentphp/filament
Releases · filamentphp/filament
v5.3.5
Immutable
release. Only release title and notes can be modified.
What's Changed
- Fix PHP 8.5 deprecation: null as array offset in HasRenderHooks by @heikokrebs in #19491
- Add missing German translations for tenant menu search field by @heikokrebs in #19492
- fix: pass item argument when calling query builder actions by @People-Sea in #19493
- Fix: Prevent dark-to-light flash when forcing light mode via darkMode(false, true) by @jsheffers in #19496
- fix: pass
badgeTooltipthrough sub-navigation tabs template by @wescopeland in #19495 - fix: Escaping range and values summarizer state by @danharrin in #19502
- fix: assertNotified() and assertNotNotified() without args now assert by @Phaen in #19500
New Contributors
- @jsheffers made their first contribution in #19496
- @wescopeland made their first contribution in #19495
- @Phaen made their first contribution in #19500
Full Changelog: v5.3.4...v5.3.5
v4.8.5
Immutable
release. Only release title and notes can be modified.
What's Changed
- Fix PHP 8.5 deprecation: null as array offset in HasRenderHooks by @heikokrebs in #19491
- Add missing German translations for tenant menu search field by @heikokrebs in #19492
- fix: pass item argument when calling query builder actions by @People-Sea in #19493
- Fix: Prevent dark-to-light flash when forcing light mode via darkMode(false, true) by @jsheffers in #19496
- fix: pass
badgeTooltipthrough sub-navigation tabs template by @wescopeland in #19495 - fix: Escaping range and values summarizer state by @danharrin in #19502
- fix: assertNotified() and assertNotNotified() without args now assert by @Phaen in #19500
New Contributors
- @jsheffers made their first contribution in #19496
- @wescopeland made their first contribution in #19495
- @Phaen made their first contribution in #19500
Full Changelog: v4.8.4...v4.8.5
v5.3.4
Immutable
release. Only release title and notes can be modified.
v5.3.3
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix: fall back to getRandomValues() when randomUUID() is unavailable by @fvfvfvfv in #19450
- Update Catalan translations & fix minor typos on Spanish ones by @ericmp33 in #19452
- fix: Cached configurable resources/pages by @danharrin in #19449
- add missing generics to CreateRecord by @wietsewarendorff in #19453
- fix: Strip characters for numeric input by @danharrin in #19454
- i18n: update Chinese Simplified (zh_CN) translations by @People-Sea in #19451
- fix: handle action groups in notifications properly by @ahmed-rashad-alnaggar in #19444
- fix: preserve sidebar scroll position across navigation by @People-Sea in #19465
- fix: close color picker panel on focus out when open by @People-Sea in #19466
- fix: cast Select initialState to string to match $wire.$entangle type by @takashato in #19468
- Fix is_app_url() returning true for non-HTTP URLs (data:, mailto:, tel:) by @heikokrebs in #19455
- fix: grouped buttons divider for RTL by @thaqebon in #19467
- fix: Remove redundant window resize listener from chart widget by @People-Sea in #19475
- Swedish translations v4 by @tanthammar in #19480
- fix: SPA progress bar uses panel primary color by @People-Sea in #19482
New Contributors
- @fvfvfvfv made their first contribution in #19450
- @ahmed-rashad-alnaggar made their first contribution in #19444
- @heikokrebs made their first contribution in #19455
Full Changelog: v5.3.2...v5.3.3
v4.8.4
Immutable
release. Only release title and notes can be modified.
v4.8.3
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix: fall back to getRandomValues() when randomUUID() is unavailable by @fvfvfvfv in #19450
- Update Catalan translations & fix minor typos on Spanish ones by @ericmp33 in #19452
- fix: Cached configurable resources/pages by @danharrin in #19449
- add missing generics to CreateRecord by @wietsewarendorff in #19453
- fix: Strip characters for numeric input by @danharrin in #19454
- i18n: update Chinese Simplified (zh_CN) translations by @People-Sea in #19451
- fix: handle action groups in notifications properly by @ahmed-rashad-alnaggar in #19444
- fix: preserve sidebar scroll position across navigation by @People-Sea in #19465
- fix: close color picker panel on focus out when open by @People-Sea in #19466
- fix: cast Select initialState to string to match $wire.$entangle type by @takashato in #19468
- Fix is_app_url() returning true for non-HTTP URLs (data:, mailto:, tel:) by @heikokrebs in #19455
- fix: grouped buttons divider for RTL by @thaqebon in #19467
- fix: Remove redundant window resize listener from chart widget by @People-Sea in #19475
- Swedish translations v4 by @tanthammar in #19480
- fix: SPA progress bar uses panel primary color by @People-Sea in #19482
New Contributors
- @fvfvfvfv made their first contribution in #19450
- @ahmed-rashad-alnaggar made their first contribution in #19444
- @heikokrebs made their first contribution in #19455
Full Changelog: v4.8.2...v4.8.3
v5.3.2
Immutable
release. Only release title and notes can be modified.
What's Changed
- feat: update lithuanian transtions keys by @donatiss in #19394
- fix: preserve Model instances in action definition arguments by @People-Sea in #19395
- fix: update top rounded corners in repeater table for rtl by @thaqebon in #19408
- fix: Select
optionsLimit(-1)returning no results by @People-Sea in #19418 - fix: Select
reorderable()closure not re-evaluating on live update by @People-Sea in #19412 - Update spanish missings translations (rate limiter) by @luisprmat in #19413
- fix(forms): update missing Turkish (tr) translations in components.php by @iamcanturk in #19420
- chore(deps-dev): bump svgo from 2.8.0 to 2.8.2 by @dependabot[bot] in #19422
- Improve: Escape URL in
generate_href_html()output by @People-Sea in #19428 - fix: gracefully handle unresolvable actions when record state changes by @andrewdwallo in #19401
New Contributors
- @iamcanturk made their first contribution in #19420
Full Changelog: v5.3.1...v5.3.2
v4.8.2
Immutable
release. Only release title and notes can be modified.
What's Changed
- feat: update lithuanian transtions keys by @donatiss in #19394
- fix: preserve Model instances in action definition arguments by @People-Sea in #19395
- fix: update top rounded corners in repeater table for rtl by @thaqebon in #19408
- fix: Select
optionsLimit(-1)returning no results by @People-Sea in #19418 - fix: Select
reorderable()closure not re-evaluating on live update by @People-Sea in #19412 - Update spanish missings translations (rate limiter) by @luisprmat in #19413
- fix(forms): update missing Turkish (tr) translations in components.php by @iamcanturk in #19420
- chore(deps-dev): bump svgo from 2.8.0 to 2.8.2 by @dependabot[bot] in #19422
- Improve: Escape URL in
generate_href_html()output by @People-Sea in #19428 - fix: gracefully handle unresolvable actions when record state changes by @andrewdwallo in #19401
New Contributors
- @iamcanturk made their first contribution in #19420
Full Changelog: v4.8.1...v4.8.2
v5.3.1
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix: Login with username (instead of email) by @danharrin in #19387
Full Changelog: v5.3.0...v5.3.1
v4.8.1
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix: Login with username (instead of email) by @danharrin in #19387
Full Changelog: v4.8.0...v4.8.1