This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
Releases: jameslkingsley/nova-media-library
Releases · jameslkingsley/nova-media-library
1.4.1: Merge pull request #29 from rahman95/master
Update Image.php
1.4.0: Merge pull request #19 from ragingdave/patch-1
Make customProperties work as expected
1.3.0
- Added
File
field for generic types - Refactored fields (see below)
Instead of specifying the media collection via the toMediaCollection
method, instead you can just pass the collection in as the second argument to make
, such as:
File::make('Field Label', 'collection_name')
1.2.4
- Fixed client-side bugs on detail and index view
1.2.3
- Added image deletion
1.2.2
- Added preview of selected image on form view
- Fixed image size on form view
1.2.1
Resolve merge conflict, compile prod
1.2.0
- Media resource is no longer automatically registered (see readme for manual registration)
- Image field no longer throws error if no image supplied (when updating)
1.1.0
- Refactored codebase (see source for new classnames)
- Added
Images
field
1.0.2
Update readme