Releases: Laravel-Backpack/CRUD
Releases · Laravel-Backpack/CRUD
5.5.2 🌈
Changes
- Correctly use values of backed enums for options (#4929) (#4932 - thanks to @Kovah)
- add missing translations for DE (#4938 - thanks to @Alexander-Hagemeier)
- [DX] add return types to facade (#4949 - thanks to @pxpm)
⚙️ Changes
- Bump ckeditor4 from 4.20.1 to 4.20.2 (#4958 - thanks to @dependabot)
- Bump sass from 1.58.0 to 1.58.3 (#4954 - thanks to @dependabot)
5.5.1 🌈
5.5.0 🌈
Changes
- Add Laravel 10 support (#4914 - thanks to @pxpm)
- Follow Laravel release schedule (#4926 - thanks to @pxpm)
- Fix
php artisan backpack:versioncommand for composer2 installations (#4924 - thanks to @pxpm)
⚙️ Changes
- Bump datatables.net-fixedheader-bs4 from 3.2.4 to 3.3.1 (#4866 - thanks to @dependabot)
- Bump cropperjs from 1.5.12 to 1.5.13 (#4864 - thanks to @dependabot)
- Bump datatables.net-responsive from 2.3.0 to 2.4.0 (#4863 - thanks to @dependabot)
- Bump datatables.net-fixedheader from 3.2.4 to 3.3.1 (#4868 - thanks to @dependabot)
- Bump json5 from 1.0.1 to 1.0.2 (#4886 - thanks to @dependabot)
5.4.16
What's Changed
- Add input field prefix & suffix where possible by @lennertdaniels in #4408
- fix newQueryWithoutScopes() error by @prodixx in #4911
New Contributors
- @lennertdaniels made their first contribution in #4408
Full Changelog: 5.4.15...5.4.16
5.4.15 🌈
Changes
- Deprecation notice on passing null to str_replace (#4846 - thanks to @StefanPrintezis)
- Display PRO version when available in
backpack:versioncommand (#4888 - thanks to @pxpm)
5.4.14 🌈
5.4.13 🌈
5.4.12 🌈
Changes
- fix error display when using prefix in fields (#4836 - thanks to @pxpm)
- Revert "Add password field support for default value" (#4857 - thanks to @tabacitu)
- use temporary disk in column too (#4852 - thanks to @pxpm)
- [Bug] Can't change column key fluently (#4820 - thanks to @pxpm)
- Fix CrudFilter initialization from static class method. (#4822 - thanks to @pxpm)
- remove anonymous function (#4529 - thanks to @pxpm)
- AuthenticatesSessions contract doesn't exist in L8 (#4849 - thanks to @pxpm)
- use field validation directly in getting started tutorial (#4845 - thanks to @tabacitu)
- wrap the delete button script in a @loadOnce directive (#4834 - thanks to @pxpm)
- more tests (#4824 - thanks to @pxpm)
- use request set in crud instead of global request instance (#4823 - thanks to @pxpm)
- add configuration option to token expiration time (#4825 - thanks to @pxpm)
- Add more tests, attempt to fix coverage color (#4821 - thanks to @pxpm)
⚙️ Changes
- Bump tinymce from 5.10.5 to 5.10.7 (#4829 - thanks to @dependabot)
- Bump datatables.net-bs4 from 1.12.1 to 1.13.1 (#4800 - thanks to @dependabot)
- Bump loader-utils from 1.4.1 to 1.4.2 (#4776 - thanks to @dependabot)
- Bump datatables.net from 1.12.1 to 1.13.1 (#4801 - thanks to @dependabot)
- Bump vue-template-compiler from 2.7.10 to 2.7.14 (#4804 - thanks to @dependabot)
- Bump sass from 1.55.0 to 1.56.1 (#4806 - thanks to @dependabot)
- Bump ckeditor4 from 4.20.0 to 4.20.1 (#4807 - thanks to @dependabot)
5.4.11 🌈
Changes
- Fixed shifted column headers and vertical middle alignment (#4780 - thanks to @promatik)
- Code coverage reporter (#4797 - thanks to @pxpm)
- Add tests (#4778 - thanks to @pxpm)
- account for the possibility that save actions are not defined (#4810 - thanks to @pxpm)
- [Bug] Missing query bindings lead to error when using
withCountin the query. (#4796 - thanks to @pxpm) - fix how to contribute tutorial link (#4811 - thanks to @pxpm)