Releases: code16/sharp
Releases · code16/sharp
v7.3.0
v7.2.0
Fixes
- Force formatters of localized text fields to add missing locales to null (2166830)
- Handle global null value for localized text fields (9b3a142)
- multiple doc / migration guide fixes (thanks @smknstd)
- avoid thumbnail creation to crash with missing /corrupted data (5ce4ce4)
Features
- Allow
@props()
in File and Image blade components
v7.1.0
v7.0.2
v7.0.1
What's Changed
- Russian Translation for 7.0 by @Insolita in #373
- implement styleci by @smknstd and @GrahamCampbell
- Update translation for pt-BR by @mlajx in #378
- Update dutch translations by @Klaasie in #380
- Doc improvements
- Fix validation for localized Editor field (a7b9a1f and d262de0)
Full Changelog: v7.0.0...v7.0.1
v7.0.0
Features
- Markdown / wysiwyg
- new editor based on Tiptap, Trix and simpleMDE were dropped
- Upload / embed is allowed for both, and generally they share the same featureset
- Uploads
- filters are stored separately
- allow to store original image + generate cropped image afterward (or not, see
transformOriginal
attribute)
- New Command return type: streamDownload
- PageAlert (on EntityLists, Shows, Forms and Command Forms): a templated global message
DX enhancements
- Easier and more consistent way to configure EntityLists, Forms, Shows, Dashboards, Commands and Filters, with a common
buildConfig()
method and aconfigure
prefix for all concerned functions - EntityLists / Dashboards / EntityCommands: the
$params
attribute is now accessible on all methods (exceptbuildConfig()
) - EntityLists / Shows: easier and more consistent way to declare Commands and Filters
- New command API (instance, entity, dashboard): allow to access
$params
+ use class as key (less verbose, easier testing) - EntityLists: new dedicated function for XS cols layout
- New API for Menu builder
- New API for entities (less lines in
config/sharp.php
files!)
Launch posts with more info + screenshots on these:
- https://medium.com/code16/sharp-for-laravel-the-age-of-reason-37f1e1d8f181
- https://medium.com/code16/sharp-7-for-laravel-is-released-ba1839a00e4e