Skip to content

Latest commit

 

History

History
103 lines (59 loc) · 3.45 KB

CHANGELOG.md

File metadata and controls

103 lines (59 loc) · 3.45 KB

Changelog

Fixed

  • Fix wrong prop type (#5)
  • Authorieze to any action if gates are not defined (fe74200)

Fixed

  • Global Search : Class name must be a valid object or a string (#7)

Fixed

  • Fixed problem with file storing when Medialibrary is in Panel or Panels are before the field (#8)

Added

  • Pass an uploaded file to callbacks (df988bc)

Fixed

  • Undefined registerMediaCollections method is called on related resources (#10)

Fixed

  • Replace Panel with MergeValue (b6002ba)

Added

  • Possibility to customize the thumbnail title and show a short thumbnail description text
  • Possibility to customize the thumbnail size

Added

  • Possibility to display labels

Fixed

Added

  • Possibility to crop images

Added

  • Possibility to customize URL of the download button

Added

  • Add Nova 2.4 support

Upgrade guide

Remove \DmitryBubyakin\NovaMedialibraryField\Resources\Media::class from your NovaServiceProvider. Media is used by default.

TODO

Added

  • support create/edit views
  • use existing media
  • GeneratedConversions field (can be used only with media)

TODO

Changed

  • thumbnailTitle -> title
  • storeUsing, replaceUsing -> attachUsing
  • rules is now applied to a media collection, attachRules is applied to media

TODO

Removed

  • labels are not supported, let me know if they are needed
  • imageMimes
  • thumbnailSize
  • bigThumbnails
  • thumbnailDescription (try new tooltip method)