Releases: Laravel-Backpack/CRUD
Releases · Laravel-Backpack/CRUD
4.1.30 🌈
4.1.29 🌈
Changes
- Refactor delete (#3379 - thanks to @martijnb92)
- Update italian translations (#3389 - thanks to @masetto)
- make inactive tabs hover more obvious (#3386 - thanks to @tabacitu)
- allow translating custom range in datepicker (#3385 - thanks to @pxpm)
- [Security] Bump ini from 1.3.5 to 1.3.7 (#3392 - thanks to @dependabot-preview)
4.1.28 🌈
Changes
- Fix for when checklist value is empty (#3377 - thanks to @tabacitu)
- Fix for elements on long dropdowns being cut off (#3357 - thanks to @promatik)
- Adopt The Whole Fruit Manifesto (#3340 - thanks to @tabacitu)
- Fix for translatable icon inside a multi input fields (#3327 - thanks to @promatik)
- [bug fix] allow models with arrayed names to be translated. (#3276 - thanks to @pxpm)
- [4.1] Fix order by applied when in mongo db (#3259 - thanks to @pxpm)
- Remove some old CSS and fix selector (#3352 - thanks to @martijnb92)
- Migrated deprecated PHP Unit schema (#3356 - thanks to @promatik)
- Removed duplicate semicolon and added required space (#3355 - thanks to @senthur1994)
- Make compatible with UUIDs (#3351 - thanks to @Thiritin)
- Fixed typos in license file (#3349 - thanks to @thomaswardiii)
- get un-casted value for casted attributes in radio (#3317 - thanks to @pxpm)
- Resize DataTable on sidebar toggle (#3343 - thanks to @martijnb92)
- Removed useless @else and code isn't aligned properly in show.blade.php file (#3335 - thanks to @senthur1994)
- Use Composer Suggestions - add main addons and tools as suggestions in composer.json (#3307 - thanks to @tabacitu)
- [MINOR] Add cachebusting to all backpack's assets (#3197 - thanks to @mahasadhu)
- Bump laravel-mix from 5.0.7 to 5.0.9 (#3360 - thanks to @dependabot-preview)
- Bump easymde from 2.12.1 to 2.13.0 (#3361 - thanks to @dependabot-preview)
- Bump sass from 1.28.0 to 1.29.0 (#3363 - thanks to @dependabot-preview)
- Bump tinymce from 5.5.1 to 5.6.1 (#3364 - thanks to @dependabot-preview)
4.1.27 🌈
Changes
- Do not reinitialize the instance again (#3273 - thanks to @pxpm)
- Fixed crud\inc\form_save_buttons.blade.php file code alignment issue (#3305 - thanks to @senthur1994)
- date field initializations should not rely on wrapper class (#3309 - thanks to @DoDSoftware)
- [4.1.x][Bug fix] Update date range filter (#2253 - thanks to @pxpm)
- clear ajax select options when clearing the value (#3301 - thanks to @pxpm)
- Added missing translatable icon to repeatable field (#3277 - thanks to @promatik)
- tinymce stores full image path instead of server relative path (#3281 - thanks to @pxpm)
- ran npm audit fix to bump resolve-url-loader version (#3285 - thanks to @tabacitu)
⚙️ Changes
- Bump datatables.net-responsive from 2.2.5 to 2.2.6 (#3298 - thanks to @dependabot-preview)
- Bump easymde from 2.12.0 to 2.12.1 (#3297 - thanks to @dependabot-preview)
- Bump sass from 1.26.11 to 1.28.0 (#3296 - thanks to @dependabot-preview)
- Bump bootstrap from 4.5.2 to 4.5.3 (#3295 - thanks to @dependabot-preview)
- Bump laravel-mix from 5.0.5 to 5.0.7 (#3294 - thanks to @dependabot-preview)
- Bump datatables.net-responsive-bs4 from 2.2.5 to 2.2.6 (#3299 - thanks to @dependabot-preview)
- Bump moment from 2.29.0 to 2.29.1 (#3300 - thanks to @dependabot-preview)
4.1.26 🌈
Changes
- support new version of ocramius/package-versions (#3282 - thanks to @tabacitu)
- fix typo change to Laravel 7+ (#3280 - thanks to @mahasadhu)
- Do not register reset password routes if users do not have email (#3257 - thanks to @danilopolani)
- Default user model is now the one in auth (fixes Class 'App\User' not found error when installing on Laravel 8) (#3269 - thanks to @tabacitu)
- Fix 2677 - to support CloudFlare FlexibleSSL (#3270 - thanks to @tabacitu)
- Update Access.php (#3240 - thanks to @tristanr-cogapp)
- fix chart widget not working when debugbar enabled (#3266 - thanks to @tabacitu)
- bugfix options setting in tinymce field declaration (#3258 - thanks to @mahasadhu)
- Added checks for data-can-be-visible-in-table (#3253 - thanks to @dnwjn)
- Remove init buttons (#3246 - thanks to @pxpm)
- Add a hint for laravel 8 user model class in config (#3241 - thanks to @mahasadhu)
- Update form_content.blade.php (#3221 - thanks to @vonsogt)
- Fixed typos in Hungarian translation. (#3213 - thanks to @pappfer)
- Added Hungarian translation. (#3212 - thanks to @pappfer)
⚙️ Changes
- Bump datatables.net from 1.10.21 to 1.10.22 (#3229 - thanks to @dependabot-preview)
- Bump cropperjs from 1.5.7 to 1.5.9 (#3236 - thanks to @dependabot-preview)
- Bump datatables.net-bs4 from 1.10.21 to 1.10.22 (#3232 - thanks to @dependabot-preview)
- Bump tinymce from 5.4.2 to 5.5.1 (#3231 - thanks to @dependabot-preview)
- Bump easymde from 2.11.0 to 2.12.0 (#3235 - thanks to @dependabot-preview)
- Bump sass from 1.26.10 to 1.26.11 (#3230 - thanks to @dependabot-preview)
- Bump moment from 2.27.0 to 2.29.0 (#3234 - thanks to @dependabot-preview)
4.1.25 🌈
4.1.24 🌈
Changes
- Updated unit tests for columns priority
4.1.23 🌈
Changes
- fix upload multiple column (#3202 - thanks to @pxpm)
- fixed href issue for upload_multiple column (#3053 - thanks to @frankkuipers)
- fix list operation bulk buttons on XS and SM (#3203 - thanks to @tabacitu)
- fix values function (#3192 - thanks to @mahasadhu)
- add prefix and suffix for text column which is written in documentation (#3204 - thanks to @kiddtang)
4.1.22 🌈
Added
Fixed
- Fix filter fallback doesn't work issue (#3182 - thanks to @hirakujira)
- [Bug fix] Filters not clearing properly when a select2_ajax filter is used (#3177 - thanks to @tabacitu)
- [4.x] Fix google field initialization (#3180 - thanks to @pxpm)
Changed
- Bump laravel-mix from 5.0.4 to 5.0.5 (#3167 - thanks to @dependabot-preview)
- Bump vue-template-compiler from 2.6.11 to 2.6.12 (#3169 - thanks to @dependabot-preview)
4.1.21
Changes
- Updated Serbian translation (#3165 - thanks to @azaricstefan)
- [Bug fix] allow the check column type to use the wrapper functionality (#3158 - thanks to @tabacitu)
- Bugfix "select2 grouped" not working (#3159 - thanks to @simplyray)
- [4.1] Fix crud table css selector (#3157 - thanks to @martijnb92)