Fixes
- use Storage Disk to write thumbnail (#357) — thanks to @ramon-piripono
Assets
2
Bug fixes
- Fix the redirect after a deletion which was strange when coming from a Show Page, and buggy when coming from a SingleShow.
Assets
2
Version 5.3.2 was a fraud.
This is the good one (
Assets
2
Bugs fixes
- Refactor each Filters interface to its own file, wince Composer 2.0 autoloader seems to hate multiple class definition in one file
Assets
2
Bug fixes
- Fix SharpContext set in case of download
Assets
2
aguingand
released this
Features
- Loose equal match for select field (21f8b02)
- Add select checkboxes
allowSelectAll()option (#269) - Add pt-BR lang support (#272)
- Small UI fixes (dropdown hover color, show page entity list border)
Bug fixes
- Refresh Show page entity list on command clicked (036fbf2)
Assets
2
New features
- Added
EntityListQueryParams::getPage()to retrieve current page. - Added the ability to use a Closure instead of a string in
SharpFormUploadField::setStorageBasePath()(documentation). - Added a new configuration for autocompletes:
SharpFormAutocompleteField::setDataWrapper(), to define a wrapper node in a remote endpoint (documentation).
Assets
2
Fix
- Apply transformers with list data (
[]) to array models
Assets
2
(Small) fixes
- The
MarkdownAttributeTransformernow handles GFM line break by default - Show page: restore title styling of EntityLists
- Generalize link styling in EntityLists and Show pages
Assets
2
New features
- Support for Laravel 8
Dev tools
- Sharp will display a message if front assets are not up to date