Releases: Laravel-Backpack/CRUD
Releases · Laravel-Backpack/CRUD
5.3.13 🌈
What's Changed
- Progress block fixes for multiline text by @promatik in #4656
- remove path separator from begin of string by @pxpm in #4643
- Add methods into view namespaces to avoid BC by @pxpm in #4664
- Add config for backpack_email_column by @jorgetwgroup in #4662
- Fix to allow export of input/select by @promatik in #4659
- Add method to get widget attributes by @pxpm in #4661
- add missing translation to upload_multiple by @pxpm in #4681
- Fix Reorder When Page is RTL by @EGYWEB-Mohamed in #4672
- GitHub Workflows security hardening by @sashashura in #4677
New Contributors
- @sashashura made their first contribution in #4677
Full Changelog: 5.3.12...5.3.13
5.3.12
5.3.11
What's Changed
- Fix typehint for query property in CrudPanel/Traits/Query.php by @jnoordsij in #4641
- Added
askHinthelper on PrettyCommandOutput by @promatik in #4646
Full Changelog: 5.3.10...5.3.11
5.3.10 🌈
Changes
- Added
askHinthelper on PrettyCommandOutput (#4646 - thanks to @promatik) - Fix typehint for query property in CrudPanel/Traits/Query.php (#4641 - thanks to @jnoordsij)
- remove duplicate spinner (#4637 - thanks to @pxpm)
- updated case from "Crud" to "CRUD" in CrudButton.php and CrudFilter.php (#4635 - thanks to @TbishopP)
5.3.9 🌈
5.3.8 🌈
5.3.7
What's Changed
This is a re-do of 3.5.6 (hotfix for #4629)
- Extend config to support custom Vite styles and scripts by @Kovah in #4522
- Fix select2 input focus & select2 multiple input remove by @jorgetwgroup in #4615
- Add style focus to select2 by @jorgetwgroup in #4616
- Update Backpack to work with Octane. by @pxpm in #4542
- make select2 halo similar to other fields by @pxpm in #4624
- remove extra parenthesis from checklist dependency by @pxpm in #4627
- ran npm update by @tabacitu in #4628
New Contributors
Full Changelog: 5.3.6...5.3.7
5.3.6 🌈
Changes
- ran npm update (#4628 - thanks to @tabacitu)
- remove extra parenthesis from checklist dependency (#4627 - thanks to @pxpm)
- make select2 halo similar to other fields (#4624 - thanks to @pxpm)
- Update Backpack to work with Octane. (#4542 - thanks to @pxpm)
- Add style focus to select2 (#4616 - thanks to @jorgetwgroup)
- Fix select2 input focus & select2 multiple input remove (#4615 - thanks to @jorgetwgroup)
- Extend config to support custom Vite styles and scripts (#4522 - thanks to @Kovah)
- Fix select2 first focus (#4614 - thanks to @jorgetwgroup)
- Avatar without email (#4599 - thanks to @jorgetwgroup)
5.3.5 🌈
Changes
- fix str_repeat error (#4613 - thanks to @tabacitu)
- call request parameters directly from InputBag (#4602 - thanks to @pxpm)
- Update infoPostFix in italian language (#4611 - thanks to @pxpm)
- [bug] Scoped HasMany relations - incorrect delete entries (#4554 - thanks to @pxpm)
- mention Newsletter and Premium addons in Getting Started widget (#4609 - thanks to @tabacitu)
5.3.4 🌈
Bug Fixes
- CrudFields - Subfields callbacks on the fly (#4598 - thanks to @promatik)
- Fixed a typo and added the type of $query (#4596 - thanks to @ajaxray)
- clear selections not found in filtered results (#4556 - thanks to @pxpm)
- fix datatable persistency when manually filtering (#4558 - thanks to @pxpm)
- Fix column key definition (#4548 - thanks to @pxpm)
- fix shift select bulk actions (#4557 - thanks to @pxpm)
- Fix reorder operation - after dropping the item, all items expand (#4547 - thanks to @promatik)
- Replace HTML comments with Blade comments (#4594 - thanks to @promatik)
- Improve PHPDoc of CheckIfAdmin middleware (#4592 - thanks to @phpfour)
- Update PHPDoc of addFilter and addFilterToCollection (#4574 - thanks to @Diegslapasteque)
Features
- [Feature] Repeatable field focuses on first focusable input (#4491 - thanks to @maurohmartinez)