Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Releases: jameslkingsley/nova-media-library

1.4.1: Merge pull request #29 from rahman95/master

25 Jan 09:51
a8ab3d4
Compare
Choose a tag to compare

1.4.0: Merge pull request #19 from ragingdave/patch-1

27 Nov 08:58
f34dba5
Compare
Choose a tag to compare
Make customProperties work as expected

1.3.0

18 Sep 12:10
Compare
Choose a tag to compare
  • 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

14 Sep 15:11
Compare
Choose a tag to compare
  • Fixed client-side bugs on detail and index view

1.2.3

14 Sep 15:06
Compare
Choose a tag to compare
  • Added image deletion

1.2.2

14 Sep 14:12
Compare
Choose a tag to compare
  • Added preview of selected image on form view
  • Fixed image size on form view

1.2.1

12 Sep 13:25
Compare
Choose a tag to compare
Resolve merge conflict, compile prod

1.2.0

10 Sep 08:02
Compare
Choose a tag to compare
  • 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

05 Sep 11:45
Compare
Choose a tag to compare
  • Refactored codebase (see source for new classnames)
  • Added Images field

1.0.2

30 Aug 13:00
Compare
Choose a tag to compare
Update readme