Releases: filamentphp/filament
Releases · filamentphp/filament
v3.2.92
What's Changed
- Remove duplicate title attribute from rich editor toolbar button by @CharrafiMed in #13253
- add missing keys in rich editor toolbar button by @CharrafiMed in #13263
- fix incorrect user checking code inside of scope & observer docs by @kejedi in #13281
- Update vi translations by @datlechin in #13297
- Add docs for setting the current panel in tests by @mokhosh in #13291
New Contributors
- @CharrafiMed made their first contribution in #13253
- @kejedi made their first contribution in #13281
Full Changelog: v3.2.91...v3.2.92
v3.2.91
What's Changed
- Improve export action arabic translation by @mustafa-online in #13228
- Update date-time-picker.js to use advancedFormat plugin for more flexible date formatting by @bnzo in #13229
- Add missing AR translations by @ahmed-abobaker in #13233
- Removes the empty dropdown panel by @ronssij in #13241
- RichEditor: Fix value not clearing after Create & Create Another by @ryangjchandler in #13248
- Allow multiple lines to be added to the import example file. by @Sergey-Karapetyan in #13171
Full Changelog: v3.2.90...v3.2.91
v3.2.90
- Move icon button badges down by 1 point to prevent clipping.
Full Changelog: v3.2.89...v3.2.90
v3.2.89
What's Changed
- Bump versions for deps in docs-assets app by @AndrewCadeI in #13194
- Fix recursive validation attributes by @tanthammar in #13191
- docs: Add info on programmatically triggering actions by @mstenq in #13199
- Add tooltip option to
->since()
by @dododedodonl in #13196 - Fix: preview modals when not using block previews by @awcodes in #13221
- Force hint actions to justify end when label is hidden by @dmason30 in #13222
- Support multiple boot using callbacks by @ralphjsmit in #13220
- 3.x.component tests by @cheesegrits in #13219
- Feature/add icons to builder header by @stursby in #13218
- Fix textarea resizing preserving heights with/without autosize by @nielsvh2103 in #13211
New Contributors
- @AndrewCadeI made their first contribution in #13194
- @mstenq made their first contribution in #13199
- @stursby made their first contribution in #13218
Full Changelog: v3.2.88...v3.2.89
v3.2.88
What's Changed
- Escape
$recordGroupTitle
when passed to Alpine in table view by @rossbearman in #13178 - Fix for bug introduced in #13074: Shift+Click to select records breaks spa mode by @neverything in #13186
Full Changelog: v3.2.87...v3.2.88
v3.2.87
What's Changed
- change tabindex for login form by @pxlrbt in #13111
- Ignore textarea style height by default, not just on auto size by @nielsvh2103 in #13102
- Fix getting infolist action in test methods by @zepfietje in #13107
- Feature: Shift click to select table records (like Gmail and Linear) by @neverything in #13074
- Improve Malaysian translations by @alifdarsim in #13142
- Fix text wrapping for bulleted list by @howdu in #13041
- Prevent infolist entry grid blowout by @ralphjsmit in #13125
- Support badge size for action components by @tnylea in #12784
- Prevent hidden wizard steps to be focusable by @sebapastore in #13150
- Adding assertFormComponentExists() test method for forms by @cheesegrits in #13154
- Add missing class string type annotations by @juliangums in #13130
- Support previews in builder by @awcodes in #12629
- Fix wrong type in docs by @thiagolcks in #13165
- docs: Removed extra parenthesis in modifyQueryUsing by @victorelec14 in #13167
- Add fallback default locale for format curreny by @datlechin in #13166
- Update Dutch builder translations by @zepfietje in #13173
New Contributors
- @nielsvh2103 made their first contribution in #13102
- @neverything made their first contribution in #13074
- @alifdarsim made their first contribution in #13142
- @thiagolcks made their first contribution in #13165
- @victorelec14 made their first contribution in #13167
Full Changelog: v3.2.86...v3.2.87
v3.2.86
What's Changed
- Rename extraFieldWrapperAttributes to extraEntryWrapperAttributes by @jyrkidn in #13034
- Update Albanian pagination translation by @dajanvulaj in #13033
- Fix issue when Cluster large Submenu items makes content grid align items centered instead of start by @eelco2k in #13052
- The import or export notification header depends on getCompletedNotificationTitle function by @Sergey-Karapetyan in #13040
- Add documentation for publishing stubs by @dissto in #13043
- Minor fixes on French translations by @abournavaud in #13072
- Update CODEOWNERS by @saade in #13076
- Auth classes rate limit notification method by @olehasoft in #13056
- Fix importer column by @jlaperaltab in #13077
- Add
Support & Help
page to documenation by @dissto in #13078 - Fix custom size CSS class by @underdpt in #13038
- fix: typo 'Complile' on 03-charts.md by @victornalves in #13088
- fix: handle panel ID correctly in make:filament-resource command by @mwguerra in #13082
- feat: set locale on DateTimePicker field by @darkclow4 in #13099
New Contributors
- @dajanvulaj made their first contribution in #13033
- @eelco2k made their first contribution in #13052
- @Sergey-Karapetyan made their first contribution in #13040
- @jlaperaltab made their first contribution in #13077
- @victornalves made their first contribution in #13088
- @mwguerra made their first contribution in #13082
- @darkclow4 made their first contribution in #13099
Full Changelog: v3.2.85...v3.2.86
v3.2.85
What's Changed
- Fix: page title formatting by @KeizerDev in #13017
- Change css invisibility strategy in Wizard steps by @sebapastore in #12985
- Fixes
Method Filament\Tables\Actions\Action::isAutofocused does not exist
.
New Contributors
- @KeizerDev made their first contribution in #13017
Full Changelog: v3.2.84...v3.2.85
v3.2.84
What's Changed
- fix: add row wrong index after reorder by @wychoong in #12956
- Fix Groupable contract implementation order by @juliangums in #12958
- Fix: ToggleButtons multiple empty state by @schmeits in #12966
- feature: Custom import file validation by @bzy107 in #12980
- Update 01-getting-started.md by @IA21 in #12981
- Update 03-database-notifications.md by @nedwors in #12989
- Add a regression test for the missing form data in the before hook by @gehrisandro in #12987
- Add CSS hook classes for split by @zepfietje in #12992
- fix: Select relationship BelongsToMany single by @danharrin in #13010
- add
km
missing translations by @valpuia in #13003 - Prevent notification closing if mouse is over notification by @howdu in #13000
- Docs: Updates view page's testing description by @fsamapoor in #13011
- Add ability to disable autofocus on modals by @gehrisandro in #12991
New Contributors
Full Changelog: v3.2.83...v3.2.84
v3.2.83
What's Changed
- fix: Apply filters when the encoding is something other than UTF-8 by @bzy107 in #12921
- Allow to use html in checkboxlist labels by @bernhardh in #12923
- Allow passing boolean to rules by @wychoong in #12925
- Add rule requiredIfAccepted by @wychoong in #12926
- fixes missing default validation messages on FileUpload by @mariusticha in #12928
- Fix scroll to top in Wizard Form by @sebapastore in #12933
- Fix: import job class resolved from the container by @ceilidhboy in #12937
- UploadedFile should be converted to TemporaryUploadedFile by @recca0120 in #12940
Full Changelog: v3.2.82...v3.2.83