Releases: filamentphp/filament
Releases · filamentphp/filament
v4.1.3
Immutable
release. Only release title and notes can be modified.
What's Changed
- Fix parameter type for livewireComponents method by @zepfietje in #18093
- Adding remaining pt_BR translations by @zerossB in #18094
- Added missing Dutch translations for the tenant menu search by @Saracaen in #18095
- fix: PT_BR translators entry for Saade by @saade in #18096
New Contributors
Full Changelog: v4.1.2...v4.1.3
v4.1.2
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix: Action badge background leakage by @danharrin in #18055
- fix: Nested relationship sorting by @danharrin in #18058
- fix: Double sidebar navigation highlight by @danharrin in #18059
- fix: Updating JS state live by @danharrin in #18060
- [Testing] Fix enum handling in table column state assertions by @clarkewing in #18056
- fix: Relative validation state paths by @danharrin in #18061
- fix: Prose responsive grid by @danharrin in #18062
- fix: Passing record to table column view by @danharrin in #18063
- fix: Cast state after loading from relationships by @danharrin in #18067
- Improve schema performance, especially in repeaters/builders by @danharrin in #18068
- fix: Rendering fast select state updates by @danharrin in #18069
- fix: Repeatable entry action record by @danharrin in #18070
- Fix/modal behaviour on close by @Luk4veck1 in #18022
- Allow select to be searched without opening dropdown manually by @nessimabadi in #18000
- feat: Allow the tenant menu to be searched by @jonerickson in #18029
- Add toggle all columns for testing by @howdu in #18013
- [4.x] Customizable global search, database notifications and user menu position by @saade in #18064
- [4.x] Add missing Arabic translations for form components by @A909M in #18071
- Fix/rich editor plugins merge by @bmspereira-07 in #18049
- fix: Wire navigate key bindings by @danharrin in #18072
- fix: Table row sortable animations by @danharrin in #18073
- fix: Copyable table column without content by @danharrin in #18074
- fix: Table toolbar button disabled styling flickers by @danharrin in #18075
- fix(panels/auth): guard EmailVerificationPrompt for guests (redirect or 403) by @kerimala in #17966
- Fix(TenantDropdown): Tenant dropdown now shows correctly on Safari by @Fludem in #18077
- feat: add onlyAllowGroupSelection() method for group-only bulk selection by @Baspa in #18076
- feature: Define schema actions in closure by @danharrin in #18080
- feature: Disable builder repeater item headers by @danharrin in #18081
- Better query builder UX by @danharrin in #18084
- fix: Actions inside components without inheritable keys by @danharrin in #18085
- fix: Checkbox column click by @danharrin in #18088
- fix: Rich editor causes page overflow by @danharrin in #18089
- Adjust the input CSS for responsive text sizes on mobile devices by @vinkla in #18079
New Contributors
- @clarkewing made their first contribution in #18056
- @Luk4veck1 made their first contribution in #18022
- @jonerickson made their first contribution in #18029
- @kerimala made their first contribution in #17966
- @Fludem made their first contribution in #18077
- @vinkla made their first contribution in #18079
Full Changelog: v4.1.1...v4.1.2
v3.3.43
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix: MorphToSelect preloaded options limit by @danharrin in #18102
Full Changelog: v3.3.42...v3.3.43
v4.1.1
Immutable
release. Only release title and notes can be modified.
What's Changed
- Fix broken link by removing .html from Laravel Spark installation URL by @krudi in #17990
- fix: resources overview docs typo by @balboacodes in #18003
- Add Filament animation helper classes by @GoodM4ven in #18009
- Update spanish translations for filament 4.1 by @luisprmat in #18027
- Add missing Armenian translations by @arshaviras in #18034
- Add missing Japanese translations for Profile page by @maru0914 in #18042
- fix: perform comparison before invoking
afterStateUpdatedJsby @People-Sea in #18001 - [4.x] Fix native DateTimePicker format handling for date-time without seconds by @gehrisandro in #18024
- Fix spa cmd click to open in new window by @howdu in #18011
- fix: Responsive chart height by @danharrin in #18033
- fix: [v4] allow custom relations with tenant. by @mathieutu in #18040
- fix: Model methods clashing with attribute names by @danharrin in #18052
New Contributors
- @krudi made their first contribution in #17990
- @GoodM4ven made their first contribution in #18009
- @maru0914 made their first contribution in #18042
Full Changelog: v4.1.0...v4.1.1
v4.1.0
Immutable
release. Only release title and notes can be modified.
Read the announcement blog post to learn about our favourite new features!
What's Changed
- Support HTML in table filter labels by @mpas97 in #17918
- fix: Tooltip alignment on text columns/entries by @danharrin in #17916
- fix interactive table column event bubbling and wire:navigate nested clicks by @tanthammar in #17709
- fix: Exporting with limit on query by @danharrin in #17925
- Update testing form actions docs with new form-actions key by @Mrkbingham in #17887
- Add table header cell render hook by @archilex in #17895
- Fix browser navigation throttling issues by @binaryfire in #17911
- docs: fix typo by @dissto in #17929
- fix: Do not fetch option labels for blank state by @danharrin in #17930
- feature: Resource page generics by @danharrin in #17931
- feature: Empty state by @danharrin in #17932
- Laravel Eloquent, the Builder class does not have a getLimit() method, so using getQuery()->limit by @venkat201-cpu in #17941
- fix: exception when using hasBlockPreviews in Builder component by @People-Sea in #17937
- feat: Add RepeatableEntry table layout and TableColumn component by @oddvalue in #17865
- fix: Flex JS visibility by @danharrin in #17946
- feat: add support for default collapsed grouping in table records. by @GeminiDev1 in #17920
- fix: Simple page max width configuration by @danharrin in #17948
- update lus translations by @valpuia in #17949
- Restore hint icon color functionality by @mxm1070 in #17954
- update greek (el) table translations by @Christos-Papoulas in #17957
- fix: error when only resources are configured for multi-tenancy and the authenticated user has no tenant by @People-Sea in #17956
- fix: adjust select field wrapper for proper inline label alignment by @People-Sea in #17955
- Added missing French translations by @ismailalterweb in #17959
- Fix ColorColumn namespace in documentation by @bifo90 in #17962
- Fix CSV export for Postgres when table is sorted on related column by @bstanley-pec in #17960
- feat: add Filament Forms translations for zh-CN, zh-TW, zh-HK by @People-Sea in #17963
- Format pagination numbers to match total results by @GeminiDev1 in #17961
- build(deps): bump tar-fs in /docs-assets/screenshots by @dependabot[bot] in #17965
- Update 02-listing-records.md by @A909M in #17967
- Move navigation loading inside of conditional for top navigation by @howdu in #17968
- Update request-password-reset.php by @janiseglitis in #17979
- User menu and search in sidebar when topbar is disabled by @nolannordlund in #17048
- fix: Adjust file upload editor image container styles for improved layout and spacing by @People-Sea in #17977
- History state fix by @binaryfire in #17971
New Contributors
- @mpas97 made their first contribution in #17918
- @venkat201-cpu made their first contribution in #17941
- @GeminiDev1 made their first contribution in #17920
- @Christos-Papoulas made their first contribution in #17957
- @bifo90 made their first contribution in #17962
- @bstanley-pec made their first contribution in #17960
Full Changelog: v4.0.20...v4.1.0
v3.3.42
Immutable
release. Only release title and notes can be modified.
What's Changed
- [3.x] Backport: Fix: keyboard navigation issues with markdown editors by @alex-elivate in #17934
- [3.x] Backport: Fix: ToggleButtons and Radio buttons lose keyboard focus by @alex-elivate in #17935
- [3.x] Backport: Fix: FileUpload Component Overlapping Next Element When Accepting Mul… by @alex-elivate in #17938
- Fix CSV export for Postgres when table is sorted on related column by @bstanley-pec in #17960
- Update request-password-reset.php by @janiseglitis in #17979
New Contributors
- @bstanley-pec made their first contribution in #17960
Full Changelog: v3.3.41...v3.3.42
v3.3.41
Immutable
release. Only release title and notes can be modified.
What's Changed
- Laravel Eloquent, the Builder class does not have a getLimit() method, so using getQuery()->limit by @venkat201-cpu in #17941
New Contributors
- @venkat201-cpu made their first contribution in #17941
Full Changelog: v3.3.40...v3.3.41
v3.3.40
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix: Exporting with limit on query by @danharrin in #17925
Full Changelog: v3.3.39...v3.3.40
v4.0.20
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix: Avatar data URIs by @danharrin in #17898
- [4.x] feat: ModalTableSelect badge() and badgeColor() by @ghsgabriel in #17687
- fix: Enable/disable specific toolbar buttons by @danharrin in #17900
- feat: add affix support to TextInputColumn by @Baspa in #17756
- fix: Option keys starting with 0 by @danharrin in #17902
- fix a11y radio and toggle button lose focus when live by @alex-elivate in #17906
- Update missing SK/CZ translations by @hamrak in #17913
- feat: Handle 'Enter' key event in search of select by @oddvalue in #17722
- fix: use line-clamp in columns to handle text overflow by @People-Sea in #17912
New Contributors
- @ghsgabriel made their first contribution in #17687
Full Changelog: v4.0.19...v4.0.20
v4.0.19
Immutable
release. Only release title and notes can be modified.
What's Changed
- [4.x] Fix: Live updating non native DateTimePicker Component on hasDate, hasTime, and hasSeconds by @darkclow4 in #17860
- fix: Relative user avatar URLs by @danharrin in #17861
- fix: Query builder deferred multiple select constraint by @danharrin in #17864
- fix: vertical overflow issue,remove unnecessary relative positioning from builder item content by @People-Sea in #17863
- [4.x] Update rich text editor to support merge tags with labels by @torosegon in #17457
- feat: add global registration for Chart.js plugins and update documen… by @malzariey in #17578
- Markdown editor should sanitize HTML after parsing markdown by @Plytas in #17868
- Update 03-testing-tables.md - "Testing that a column can be sorted" by @Merdin in #17871
- fix: fixed broken links on custom pages page by @CorwinDev in #17873
- Fix keyboard navigation issues with markdown editors by @alex-elivate in #17874
- [4.x] Add key to form actions content component for use with testing by @Mrkbingham in #17875
- Force render to bypass partial rendering by @howdu in #17862
- bugfix(action-sticky): fix form action sticky issue by @kishansunar00 in #17794
- [4.x] Feat: rich editor grid extension by @awcodes in #17661
- fix: typo in 02-installation.md by @nexxai in #17883
- Rich editor text color by @danharrin in #17888
- fix: Section relationship key by @danharrin in #17891
- fix: Hidden actions in schemas by @danharrin in #17892
New Contributors
- @Merdin made their first contribution in #17871
- @kishansunar00 made their first contribution in #17794
Full Changelog: v4.0.18...v4.0.19