Filament Release Notes
111 release notes curated from 1 source by the Releasebot Team. Last updated: Sep 1, 2026
- Sep 1, 2026
- Date parsed from source:Sep 1, 2026
- First seen by Releasebot:Sep 1, 2026
v5.7.8
Filament fixes the badge delete button icon alias in a small patch release.
What's Changed
fix: restore badge delete button icon alias by @danharrin in #20427
Full Changelog: v5.7.7...v5.7.8
Original source - Sep 1, 2026
- Date parsed from source:Sep 1, 2026
- First seen by Releasebot:Sep 1, 2026
v4.12.8
Filament fixes the badge delete button icon alias in a bugfix release.
What's Changed
fix: restore badge delete button icon alias by @danharrin in #20427
Full Changelog: v4.12.7...v4.12.8
Original source All of your release notes in one feed
Join Releasebot and get updates from Filament and hundreds of other software products.
- Aug 31, 2026
- Date parsed from source:Aug 31, 2026
- First seen by Releasebot:Aug 31, 2026
v5.7.7
Filament ships v5.7.7 with a broad round of bug fixes, accessibility and validation improvements, better keyboard shortcuts, updated translations, and refinements to actions, tables, forms, uploads, and authentication flows.
What's Changed
Original source
fix: disable the clone action when max items on repeater is reached by @KianAcquoy in #20342
i18n: improve Arabic pluralization and add missing keys in actions, panels, notifications, and widgets by @hamdyelbatal122 in #20332
chore(deps): bump zizmorcore/zizmor-action from 0.6.1 to 0.6.2 by @dependabot[bot] in #20355
chore(deps): bump zizmorcore/zizmor-action from 0.6.1 to 0.6.2 by @dependabot[bot] in #20357
chore(deps): bump zizmorcore/zizmor-action from 0.6.1 to 0.6.2 by @dependabot[bot] in #20358
translation: update and complete Swahili (sw) translations by @GODFREY-EM in #20394
translation: improve Arabic translations and fix pluralization rules by @hamdyelbatal122 in #20376
Update Khmer (km) translations by @Chanthoeun in #20375
Fix CTRL/CMD+S on Filament v3 create/edit pages by @tominal in #20333
chore: Improve schema "concealing" visibility CSS and validation behaviour by @danharrin in #20369
fix: avoid null array offsets in Actions view and MorphToSelect on PHP 8.5 by @bitskina in #20381
Remove the deprecated setAccessible() call in Macroable::mixin() by @chinmaypurav in #20390
Skip leading punctuation when building default avatar initials by @futzlarson in #20385
fix: use valid Livewire upload references in restriction tests by @people-sea in #20399
[3.x] fix: use valid Livewire upload references in restriction tests by @people-sea in #20400
fix: respect table prefixes in query builder relationship aggregates by @people-sea in #20386
fix: expose table filter indicators as an accessible list by @cannycookie in #20343
chore: prepare repository for Amp orbs by @danharrin in #20413
Complete Burmese (my) translations by @chengkangzai in #20411
Add Filipino (fil) translations by @chengkangzai in #20410
fix: cast TextInput state to an integer when using integer() by @lazerg in #20365
Fix: Crash when showing all validation messages for per-element rules by @webard in #20346
chore: run composer run pint by @jackbayliss in #20414
chore: update composer cs to use the strict pint script by @jackbayliss in #20416
translation: add the missing Danish (da) boolean labels by @Yezper in #20418
fix: handle closure conditions in searchable table columns by @ropi-bc in #20402
fix: return early from the multi-factor timebox when no provider is registered by @shaheenfawzy in #20348
fix:TextInput::copyable()copies stale state instead of current … by @harshp-fabninjas in #20378
fix: register tenancy for configurable resources by @thaqebon in #20388
Fix: forget a closed action's cached schema when it is unmounted by @webard in #20361
chore: use parallel and bump pint by @jackbayliss in #20419
fix: avoid dispatching duplicate failed authentication events by @shaheenfawzy in #20347
fix: don't refetch file urls on reorder for private disks by @billmn in #20409
Fix: mounted action without modal blocks other actions by @webard in #20370
fix: Global search shortcuts after SPA navigation by @danharrin in #20420
Optimize prepare_inherited_attributes() and support helpers by @hamdyelbatal122 in #20350
Document Livewire nesting depth configuration for rich editor by @danharrin in #20421
docs: Document custom MFA providers by @danharrin in #20422
New Contributors
@KianAcquoy made their first contribution in #20342
@GODFREY-EM made their first contribution in #20394
@tominal made their first contribution in #20333
@bitskina made their first contribution in #20381
@chinmaypurav made their first contribution in #20390
@futzlarson made their first contribution in #20385
@cannycookie made their first contribution in #20343
@jackbayliss made their first contribution in #20414
@Yezper made their first contribution in #20418
@shaheenfawzy made their first contribution in #20348
@harshp-fabninjas made their first contribution in #20378
Full Changelog: v5.7.6...v5.7.7 - Aug 31, 2026
- Date parsed from source:Aug 31, 2026
- First seen by Releasebot:Aug 31, 2026
v4.12.7
Filament releases a broad maintenance update with UI, accessibility, and authentication fixes, plus translation improvements across multiple languages and better table, action, and repeater behavior. It also includes performance tweaks and safer PHP 8.5 compatibility.
What's Changed
- fix: disable the clone action when max items on repeater is reached by @KianAcquoy in #20342
- i18n: improve Arabic pluralization and add missing keys in actions, panels, notifications, and widgets by @hamdyelbatal122 in #20332
- chore(deps): bump zizmorcore/zizmor-action from 0.6.1 to 0.6.2 by @dependabot[bot] in #20355
- chore(deps): bump zizmorcore/zizmor-action from 0.6.1 to 0.6.2 by @dependabot[bot] in #20358
- translation: update and complete Swahili (sw) translations by @GODFREY-EM in #20394
- translation: improve Arabic translations and fix pluralization rules by @hamdyelbatal122 in #20376
- Update Khmer (km) translations by @Chanthoeun in #20375
- Fix CTRL/CMD+S on Filament v3 create/edit pages by @tominal in #20333
- chore: Improve schema "concealing" visibility CSS and validation behaviour by @danharrin in #20369
- fix: avoid null array offsets in Actions view and MorphToSelect on PHP 8.5 by @bitskina in #20381
- Remove the deprecated setAccessible() call in Macroable::mixin() by @chinmaypurav in #20390
- Skip leading punctuation when building default avatar initials by @futzlarson in #20385
- fix: use valid Livewire upload references in restriction tests by @people-sea in #20399
- [3.x] fix: use valid Livewire upload references in restriction tests by @people-sea in #20400
- fix: respect table prefixes in query builder relationship aggregates by @people-sea in #20386
- fix: expose table filter indicators as an accessible list by @cannycookie in #20343
- chore: prepare repository for Amp orbs by @danharrin in #20413
- Complete Burmese (my) translations by @chengkangzai in #20411
- Add Filipino (fil) translations by @chengkangzai in #20410
- fix: cast TextInput state to an integer when using integer() by @lazerg in #20365
- Fix: Crash when showing all validation messages for per-element rules by @webard in #20346
- chore: run composer run pint by @jackbayliss in #20414
- chore: update composer cs to use the strict pint script by @jackbayliss in #20416
- translation: add the missing Danish (da) boolean labels by @Yezper in #20418
- fix: handle closure conditions in searchable table columns by @ropi-bc in #20402
- fix: return early from the multi-factor timebox when no provider is registered by @shaheenfawzy in #20348
- fix:
TextInput::copyable()copies stale state instead of current … by @harshp-fabninjas in #20378 - fix: register tenancy for configurable resources by @thaqebon in #20388
- Fix: forget a closed action's cached schema when it is unmounted by @webard in #20361
- chore: use parallel and bump pint by @jackbayliss in #20419
- fix: avoid dispatching duplicate failed authentication events by @shaheenfawzy in #20347
- fix: don't refetch file urls on reorder for private disks by @billmn in #20409
- Fix: mounted action without modal blocks other actions by @webard in #20370
- fix: Global search shortcuts after SPA navigation by @danharrin in #20420
- Optimize prepare_inherited_attributes() and support helpers by @hamdyelbatal122 in #20350
- docs: Document custom MFA providers by @danharrin in #20422
New Contributors
- @KianAcquoy made their first contribution in #20342
- @GODFREY-EM made their first contribution in #20394
- @tominal made their first contribution in #20333
- @bitskina made their first contribution in #20381
- @chinmaypurav made their first contribution in #20390
- @futzlarson made their first contribution in #20385
- @cannycookie made their first contribution in #20343
- @jackbayliss made their first contribution in #20414
- @Yezper made their first contribution in #20418
- @shaheenfawzy made their first contribution in #20348
- @harshp-fabninjas made their first contribution in #20378
Full Changelog: v4.12.6...v4.12.7
Original source - Aug 24, 2026
- Date parsed from source:Aug 24, 2026
- First seen by Releasebot:Aug 24, 2026
v3.3.55
Filament fixes CTRL/CMD+S on v3 create and edit pages while also refreshing several development dependencies and GitHub Actions.
What's Changed
- chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 by @dependabot[bot] in #20044
- chore(deps): bump shivammathur/setup-php from 2.37.1 to 2.37.2 by @dependabot[bot] in #20066
- chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 by @dependabot[bot] in #20085
- chore(deps): bump zizmorcore/zizmor-action from 0.5.6 to 0.5.7 by @dependabot[bot] in #20086
- chore(deps): bump actions/cache from 5.0.5 to 6.1.0 by @dependabot[bot] in #20111
- chore(deps): bump stefanzweifel/git-auto-commit-action from 7.1.0 to 7.2.0 by @dependabot[bot] in #20115
- chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 by @dependabot[bot] in #20273
- chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 by @dependabot[bot] in #20275
- chore(deps): bump zizmorcore/zizmor-action from 0.5.7 to 0.6.0 by @dependabot[bot] in #20280
- chore(deps): bump zizmorcore/zizmor-action from 0.6.0 to 0.6.1 by @dependabot[bot] in #20324
- chore(deps): bump zizmorcore/zizmor-action from 0.6.1 to 0.6.2 by @dependabot[bot] in #20355
- Fix CTRL/CMD+S on Filament v3 create/edit pages by @tominal in #20333
New Contributors
- @tominal made their first contribution in #20333
Full Changelog: v3.3.54...v3.3.55
Original source Similar to Filament with recent updates:
- xAI release notes232 release notes · Latest Sep 3, 2026
- Teamviewer release notes221 release notes · Latest Aug 25, 2026
- Anydesk release notes89 release notes · Latest Aug 17, 2026
- Laravel release notes369 release notes · Latest Sep 1, 2026
- Alpine.js release notes25 release notes · Latest Aug 31, 2026
- Smokeball release notes144 release notes · Latest Sep 4, 2026
- Aug 5, 2026
- Date parsed from source:Aug 5, 2026
- First seen by Releasebot:Aug 6, 2026
v5.7.6
Filament ships v5.7.6 with bug fixes, translation updates, and maintenance upgrades. It improves Markdown editor refresh behavior, MFA code caching, and test array key handling, while adding Tajik and Arabic translations and refreshing several dependencies.
What's Changed
chore(deps): bump actions/cache from 5.0.5 to 6.1.0 by @dependabot[bot] in #20111
chore(deps): bump stefanzweifel/git-auto-commit-action from 7.1.0 to 7.2.0 by @dependabot[bot] in #20115
chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 by @dependabot[bot] in #20273
chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 by @dependabot[bot] in #20275
chore(deps): bump zizmorcore/zizmor-action from 0.5.7 to 0.6.0 by @dependabot[bot] in #20280
Add Tajik (tg) translation by @komyor09 in #20303
chore(deps): bump zizmorcore/zizmor-action from 0.6.0 to 0.6.1 by @dependabot[bot] in #20323
chore(deps): bump zizmorcore/zizmor-action from 0.6.0 to 0.6.1 by @dependabot[bot] in #20324
chore(deps): bump zizmorcore/zizmor-action from 0.6.0 to 0.6.1 by @dependabot[bot] in #20325
chore(deps): bump the npm_and_yarn group across 2 directories with 2 updates by @dependabot[bot] in #20316
chore(deps-dev): bump postcss from 8.5.15 to 8.5.25 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #20315
i18n: add missing Arabic translation files in notifications and support packages by @hamdyelbatal122 in #20321
fix: use raw Markdown editor instance when refreshing by @people-sea in #20320
chore(deps-dev): bump brace-expansion from 1.1.14 to 1.1.18 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #20330
chore(deps): bump ip-address from 10.2.0 to 10.4.0 in /docs-assets/screenshots in the npm_and_yarn group across 1 directory by @dependabot[bot] in #20329
fix: derive per-key state path when unsetting missing array keys in tests by @kiddtang in #20318
fix: Cache used MFA codes using hash of secret rather than secret and code by @danharrin in #20335
New Contributors
@komyor09 made their first contribution in #20303
@kiddtang made their first contribution in #20318
Full Changelog: v5.7.5...v5.7.6
Original source - Aug 5, 2026
- Date parsed from source:Aug 5, 2026
- First seen by Releasebot:Aug 6, 2026
v4.12.6
Filament ships v4.12.6 with editor and test fixes, stronger MFA code caching, and fresh translation updates including Tajik and missing Arabic files. It also includes routine dependency bumps and contributor firsts.
What's Changed
chore(deps): bump actions/cache from 5.0.5 to 6.1.0 by @dependabot[bot] in #20111
chore(deps): bump stefanzweifel/git-auto-commit-action from 7.1.0 to 7.2.0 by @dependabot[bot] in #20115
chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 by @dependabot[bot] in #20273
chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 by @dependabot[bot] in #20275
chore(deps): bump zizmorcore/zizmor-action from 0.5.7 to 0.6.0 by @dependabot[bot] in #20280
Add Tajik (tg) translation by @komyor09 in #20303
chore(deps): bump zizmorcore/zizmor-action from 0.6.0 to 0.6.1 by @dependabot[bot] in #20324
chore(deps): bump zizmorcore/zizmor-action from 0.6.0 to 0.6.1 by @dependabot[bot] in #20325
chore(deps): bump the npm_and_yarn group across 2 directories with 2 updates by @dependabot[bot] in #20316
chore(deps-dev): bump postcss from 8.5.15 to 8.5.25 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #20315
i18n: add missing Arabic translation files in notifications and support packages by @hamdyelbatal122 in #20321
fix: use raw Markdown editor instance when refreshing by @people-sea in #20320
chore(deps-dev): bump brace-expansion from 1.1.14 to 1.1.18 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #20330
chore(deps): bump ip-address from 10.2.0 to 10.4.0 in /docs-assets/screenshots in the npm_and_yarn group across 1 directory by @dependabot[bot] in #20329
fix: derive per-key state path when unsetting missing array keys in tests by @kiddtang in #20318
fix: Cache used MFA codes using hash of secret rather than secret and code by @danharrin in #20335
New Contributors
@komyor09 made their first contribution in #20303
@kiddtang made their first contribution in #20318
Full Changelog: v4.12.5...v4.12.6
Original source - Jul 31, 2026
- Date parsed from source:Jul 31, 2026
- First seen by Releasebot:Aug 1, 2026
v5.7.5
Filament fixes rich editor image sizing, panel MFA access checks, and removes an obsolete Tiptap workaround.
What's Changed
- refactor: remove obsolete Tiptap workaround by @people-sea in #20302
- fix: append px to unitless image dimensions in rich editor style by @people-sea in #20304
- fix: Check panel access before presenting MFA challenge by @danharrin in #20308
Full Changelog: v5.7.4...v5.7.5
Original source - Jul 31, 2026
- Date parsed from source:Jul 31, 2026
- First seen by Releasebot:Aug 1, 2026
v4.12.5
Filament fixes rich editor styling, panel MFA access checks, and removes an obsolete Tiptap workaround.
What's Changed
- refactor: remove obsolete Tiptap workaround by @people-sea in #20302
- fix: append px to unitless image dimensions in rich editor style by @people-sea in #20304
- fix: Check panel access before presenting MFA challenge by @danharrin in #20308
Full Changelog: v4.12.4...v4.12.5
Original source - Jul 29, 2026
- Date parsed from source:Jul 29, 2026
- First seen by Releasebot:Jul 30, 2026
v5.7.4
Filament releases v5.7.4 with fixes for select column docs, actions, repeater binding, MFA recovery code autocomplete, and SPA back button caching, plus updated translations across several languages and dependency refreshes.
What's Changed
fix: use preloadOptions() instead of preload() in select column docs by @people-sea in #20261
Update Spanish translations, Datepicker labels by @luisprmat in #20260
chore(deps): bump sharp from 0.32.6 to 0.35.0 in /docs-assets/screenshots in the npm_and_yarn group across 1 directory by @dependabot[bot] in #20269
chore(deps-dev): bump shell-quote from 1.8.4 to 1.10.0 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #20271
chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 by @dependabot[bot] in #20278
chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 by @dependabot[bot] in #20276
chore(deps): bump zizmorcore/zizmor-action from 0.5.7 to 0.6.0 by @dependabot[bot] in #20279
chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 by @dependabot[bot] in #20281
chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 by @dependabot[bot] in #20282
chore(deps): bump zizmorcore/zizmor-action from 0.5.7 to 0.6.0 by @dependabot[bot] in #20283
Update Turkish translations by @yusufgenc34 in #20288
Added SK,CZ,PL,DE missing translations by @hamrak in #20291
Complete pt_BR translations by @jeffersongoncalves in #20290
fix: Actions mounted from query parameters without modals by @danharrin in #20292
fix: Repeater container binding before items evaluated by @danharrin in #20293
fix: MFA recovery code autocomplete by @danharrin in #20294
chore: update tiptap dependencies to v3.29.1 by @danharrin in #20295
fix: SPA mode resource create page back button cache by @danharrin in #20297
New Contributors
@yusufgenc34 made their first contribution in #20288
Full Changelog: v5.7.3...v5.7.4
Original source - Jul 29, 2026
- Date parsed from source:Jul 29, 2026
- First seen by Releasebot:Jul 30, 2026
v4.12.4
Filament fixes docs and UI behavior, improves translations across several languages, and updates dependencies for a smoother release. It also addresses actions, repeater binding, MFA recovery code autocomplete, and SPA back button cache issues.
What's Changed
- fix: use preloadOptions() instead of preload() in select column docs by @people-sea in #20261
- Update Spanish translations, Datepicker labels by @luisprmat in #20260
- chore(deps): bump sharp from 0.32.6 to 0.35.0 in /docs-assets/screenshots in the npm_and_yarn group across 1 directory by @dependabot[bot] in #20269
- chore(deps-dev): bump shell-quote from 1.8.4 to 1.10.0 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #20271
- chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 by @dependabot[bot] in #20276
- chore(deps): bump zizmorcore/zizmor-action from 0.5.7 to 0.6.0 by @dependabot[bot] in #20279
- chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 by @dependabot[bot] in #20282
- Update Turkish translations by @yusufgenc34 in #20288
- Added SK,CZ,PL,DE missing translations by @hamrak in #20291
- Complete pt_BR translations by @jeffersongoncalves in #20290
- fix: Actions mounted from query parameters without modals by @danharrin in #20292
- fix: Repeater container binding before items evaluated by @danharrin in #20293
- fix: MFA recovery code autocomplete by @danharrin in #20294
- chore: update tiptap dependencies to v3.29.1 by @danharrin in #20295
- fix: SPA mode resource create page back button cache by @danharrin in #20297
New Contributors
- @yusufgenc34 made their first contribution in #20288
Full Changelog: v4.12.3...v4.12.4
Original source - Jul 22, 2026
- Date parsed from source:Jul 22, 2026
- First seen by Releasebot:Jul 23, 2026
v5.7.3
Filament fixes nested MorphTo relationship path caching in a release update.
What’s Changed
fix: Nested MorphTo relationship path caching by @danharrin in #20255
Full Changelog: v5.7.2...v5.7.3
Original source - Jul 22, 2026
- Date parsed from source:Jul 22, 2026
- First seen by Releasebot:Jul 23, 2026
v5.7.2
Filament ships v5.7.2 with accessibility, layout, and editor fixes, plus Spanish translation updates and smoother builder, table, repeater, and modal behavior across the UI.
What's Changed
- Update Spanish translations by @luisprmat in #20209
- Fix: helperText is hidden when the Toggle has inlineLabel(), is live(), and its value is false. by @webard in #20214
- Fix focused skip link visibility by @olipayne in #20211
- Fix Filament Facade doc block to match method signature by @pxlrbt in #20213
- fix: Make table action buttons same height as search bar by @pxlrbt in #20215
- Fix: min height for fi-ta-header-toolbar elements by @webard in #20217
- Allow OptionState to use a Stringable by @27pchrisl in #20220
- fix: prevent Builder block picker from using null array keys by @chaseconey in #20210
- Add accessible names to the non-native date/time picker panel by @dotanm in #20225
- fix: Builder/Repeater/RepeatableEntry item cache based on state by @danharrin in #20230
- fix: Spatie media library reordering in repeater by @danharrin in #20232
- fix: preserve configuration context when mounting navigation by @people-sea in #20250
- fix: MorphToSelect crash when adding an item to a live Repeater by @tielebodyn in #20248
- Fix modal focus restoration scrolling by @Solaris-star in #20242
- Fix non-interactive relation manager generation without an existing relationship by @olipayne in #20238
- Fix BackedEnum tab badge icons by @mortalkiller in #20235
- fix: respect Markdown editor minHeight() when maxHeight() is set by @people-sea in #20243
- fix(forms): refresh CodeMirror when MarkdownEditor becomes visible by @hamdyelbatal122 in #20239
- fix: table header height consistency and button loading height by @hamdyelbatal122 in #20249
New Contributors
- @tielebodyn made their first contribution in #20248
- @Solaris-star made their first contribution in #20242
- @mortalkiller made their first contribution in #20235
Full Changelog: v5.7.1...v5.7.2
Original source - Jul 22, 2026
- Date parsed from source:Jul 22, 2026
- First seen by Releasebot:Jul 23, 2026
v4.12.3
Filament fixes nested MorphTo relationship path caching in a maintenance release.
What's Changed
fix: Nested MorphTo relationship path caching by @danharrin in #20255
Full Changelog: v4.12.2...v4.12.3
Original source - Jul 22, 2026
- Date parsed from source:Jul 22, 2026
- First seen by Releasebot:Jul 23, 2026
v4.12.2
Filament ships accessibility fixes, form and table polish, and live component stability improvements, while also updating Spanish translations and improving editors, navigation, repeaters, and media reordering.
What's Changed
- Update Spanish translations by @luisprmat in #20209
- Fix: helperText is hidden when the Toggle has inlineLabel(), is live(), and its value is false. by @webard in #20214
- Fix focused skip link visibility by @olipayne in #20211
- Fix Filament Facade doc block to match method signature by @pxlrbt in #20213
- fix: Make table action buttons same height as search bar by @pxlrbt in #20215
- Fix: min height for fi-ta-header-toolbar elements by @webard in #20217
- Allow OptionState to use a Stringable by @27pchrisl in #20220
- fix: prevent Builder block picker from using null array keys by @chaseconey in #20210
- Add accessible names to the non-native date/time picker panel by @dotanm in #20225
- fix: Builder/Repeater/RepeatableEntry item cache based on state by @danharrin in #20230
- fix: Spatie media library reordering in repeater by @danharrin in #20232
- fix: preserve configuration context when mounting navigation by @people-sea in #20250
- fix: MorphToSelect crash when adding an item to a live Repeater by @tielebodyn in #20248
- Fix modal focus restoration scrolling by @Solaris-star in #20242
- Fix non-interactive relation manager generation without an existing relationship by @olipayne in #20238
- Fix BackedEnum tab badge icons by @mortalkiller in #20235
- fix: respect Markdown editor minHeight() when maxHeight() is set by @people-sea in #20243
- fix(forms): refresh CodeMirror when MarkdownEditor becomes visible by @hamdyelbatal122 in #20239
- fix: table header height consistency and button loading height by @hamdyelbatal122 in #20249
New Contributors
- @tielebodyn made their first contribution in #20248
- @Solaris-star made their first contribution in #20242
- @mortalkiller made their first contribution in #20235
Full Changelog: v4.12.1...v4.12.2
Original source
Curated by the Releasebot team
Releasebot is an aggregator of official release notes from hundreds of software vendors and thousands of sources.
Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.