Skip to content

Latest commit

 

History

History
585 lines (310 loc) · 20.1 KB

CHANGELOG.md

File metadata and controls

585 lines (310 loc) · 20.1 KB

Changelog

All notable changes to curator will be documented in this file.

v2.8.9 - 2023-08-07

What's Changed

  • Fix: handling of urlencoded mime types. by @danielbehrendt in awcodes#263

New Contributors

  • @danielbehrendt made their first contribution in awcodes#263

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.8.8...v2.8.9

v2.8.8 - 2023-08-07

What's Changed

  • Fix: signed url returning null by @awcodes in awcodes#262

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.8.7...v2.8.8

v2.8.7 - 2023-08-06

What's Changed

  • Fix: allow static asset glider fallbacks by @awcodes in awcodes#258

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.8.6...v2.8.7

v2.8.6 - 2023-08-05

What's Changed

  • Fix: signed url returning null if file not exists by @awcodes in awcodes#254

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.8.5...v2.8.6

v2.8.5 - 2023-08-02

What's Changed

  • fixes visiblity issue on s3 storage by @phpsa in awcodes#247
  • Feat: Better Media factory by @awcodes in awcodes#248

New Contributors

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.8.4...v2.8.5

v2.8.4 - 2023-07-29

What's Changed

  • Fix: relationship saving in picker by @awcodes in awcodes#244

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.8.3...v2.8.4

v2.8.3 - 2023-07-06

What's Changed

  • Fix: curation data and saving by @awcodes in awcodes#238

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.8.2...v2.8.3

v2.8.2 - 2023-07-05

What's Changed

  • Fix: check if path exist before get visibility by @lotarbo in awcodes#235

New Contributors

  • @lotarbo made their first contribution in awcodes#235

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.8.1...v2.8.2

v2.8.1 - 2023-07-04

What's Changed

  • Fix: Tiptap action with latest attributes by @awcodes in awcodes#234

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.8.0...v2.8.1

v2.8.0 - 2023-07-03

What's Changed

  • Chore: reorganize properties and methods to be alphabetical by @awcodes in awcodes#227
  • Feat: add imageResizeMode for fileUpload by @awcodes in awcodes#228
  • Feat: max items on picker field by @awcodes in awcodes#229
  • Feat: allow wildcard mimetypes by @awcodes in awcodes#232
  • Fix: use glide for image src on picker by @awcodes in awcodes#230

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.7.7...v2.8.0

v2.7.7 - 2023-06-30

What's Changed

  • Fix: keep state as array if multiple and only has one item by @awcodes in awcodes#221
  • Fix: allow default disk from forms config by @awcodes in awcodes#222
  • Chore: Allow signed URLs for cloud disks by @martin-ro in awcodes#218

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.7.6...v2.7.7

v2.7.6 - 2023-06-24

What's Changed

  • Fix: ordering of multiple images with relationship by @awcodes in awcodes#213

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.7.5...v2.7.6

v2.7.5 - 2023-06-24

What's Changed

  • Fix: toString error in MediaObserver by @awcodes in awcodes#212

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.7.4...v2.7.5

v2.7.4 - 2023-06-23

What's Changed

  • Fix CuratorColumn image size with px by @howdu in awcodes#211

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.7.3...v2.7.4

v2.7.3 - 2023-06-20

What's Changed

  • Fix: missing vars on Tiptap Media action by @awcodes in awcodes#209

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.7.2...v2.7.3

v2.7.2 - 2023-06-12

What's Changed

  • Fix: images not showing if on cloud in list view by @awcodes in awcodes#205

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.7.1...v2.7.2

v2.7.1 - 2023-06-09

What's Changed

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.7.0...v2.7.1

v2.7.0 - 2023-06-09

What's Changed

  • Chore: enforce multiple method to allow only single item selection by @awcodes in awcodes#202
  • Feat: add option to limit picker to field's directory by @awcodes in awcodes#203

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.6.5...v2.7.0

v2.6.5 - 2023-06-09

What's Changed

  • Fix: null state check on picker component by @awcodes in awcodes#201

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.6.4...v2.6.5

v2.6.4 - 2023-06-05

What's Changed

  • Chore: Add missing properties to CuratorPicker by @howdu in awcodes#198
  • Fix: empty array offset by @howdu in awcodes#199

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.6.3...v2.6.4

v2.6.3 - 2023-06-04

What's Changed

  • Fix: undefined keys on insert to picker by @awcodes in awcodes#196
  • Fix: path generator errors on picker and panel by @awcodes in awcodes#197
  • Feature: Add auto height for srcset resized images by @howdu in awcodes#194

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.6.2...v2.6.3

v2.6.2 - 2023-05-31

What's Changed

  • Fix: updating and deleting records in Picker panel by @awcodes in awcodes#192

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.6.1...v2.6.2

v2.6.1 - 2023-05-29

What's Changed

  • Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in awcodes#188
  • Bump aglipanci/laravel-pint-action from 2.2.0 to 2.3.0 by @dependabot in awcodes#189
  • Fix: resolve media resource for edit url by @awcodes in awcodes#190

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.6.0...v2.6.1

v2.6.0 - 2023-05-27

What's Changed

  • Feat: Add support for multiple images by @awcodes in awcodes#185

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.5.11...v2.6.0

v2.5.11 - 2023-05-23

What's Changed

  • Fix: glider fallback urls and null curation error by @awcodes in awcodes#184

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.5.10...v2.5.11

v2.5.10 - 2023-05-19

What's Changed

  • Feat: add support to disable resource registration by @awcodes in awcodes#183

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.5.9...v2.5.10

v2.5.9 - 2023-05-19

What's Changed

  • Fix: signed urls for non-resizeable formats like svg by @awcodes in awcodes#182

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.5.8...v2.5.9

v2.5.8 - 2023-05-15

What's Changed

  • Fix: add setTimeout to help with cropper initialization by @awcodes in awcodes#175
  • Chore: refactor fall backs for Picker component by @awcodes in awcodes#176
  • Fix: add array check to exif utf-8 encoding in Media Observer by @awcodes in awcodes#179

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.5.7...v2.5.8

v2.5.7 - 2023-05-08

What's Changed

  • Chore: add static return types to facade for intelephense by @awcodes in awcodes#170
  • Feat: add czech translations by @JarkaP in awcodes#173

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.5.6...v2.5.7

v2.5.6 - 2023-04-24

What's Changed

  • Fix: exif malformed utf-8 characters by @howdu in awcodes#168

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.5.5...v2.5.6

v2.5.5 - 2023-04-21

What's Changed

  • Fix translation for button by @martinmildner in awcodes#162
  • Feature: Glider use passed width/height for image size by @howdu in awcodes#161
  • Fix: curation component url generation by @awcodes in awcodes#163

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.5.4...v2.5.5

v2.5.4 - 2023-04-13

What's Changed

  • Check for empty state before querying database by @howdu in awcodes#160

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.5.3...v2.5.4

v2.5.3 - 2023-04-05

What's Changed

  • Feature: honor file types in picker by @awcodes in awcodes#158
  • Fix: cropper initialize in curation panel @awcodes in awcodes#158

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.5.2...v2.5.3

v2.5.2 - 2023-04-03

What's Changed

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.5.1...v2.5.2

v2.5.1 - 2023-04-02

What's Changed

  • Chore: Use contain instead of fit by @martin-ro in awcodes#153
  • Fix: Can't make an image with S3 drive by @hientt53 in awcodes#154

New Contributors

  • @hientt53 made their first contribution in awcodes#154

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.5.0...v2.5.1

v2.5.0 - 2023-03-31

What's Changed

  • Feat: Support fallback images for glider blade component by @awcodes in awcodes#151

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.4.3...v2.5.0

v2.4.3 - 2023-03-31

What's Changed

New Contributors

  • @lakuapik made their first contribution in awcodes#148

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.4.2...v2.4.3

v2.4.2 - 2023-03-24

What's Changed

  • Fix: Upload required on create by @howdu in awcodes#145
  • Fix: Column thumbnail with custom width/height by @howdu in awcodes#146

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.4.1...v2.4.2

v2.4.1 - 2023-03-22

What's Changed

  • Bump aglipanci/laravel-pint-action from 2.1.0 to 2.2.0 by @dependabot in awcodes#141
  • Various updates and add helpers by @awcodes in awcodes#143

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.4.0...v2.4.1

v2.4.0 - 2023-03-17

What's Changed

  • Feature: set pre-selected media from tiptap-editor action by @awcodes in awcodes#140

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.3.1...v2.4.0

v2.3.1 - 2023-03-17

What's Changed

  • Remove dd() and ray() by @martinmildner in awcodes#137
  • Fixed some more German translations and added disableItemMovement to repeater by @martinmildner in awcodes#138

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.3.0...v2.3.1

v2.3.0 - 2023-03-14

What's Changed

  • Added German Translation by @martinmildner in awcodes#135
  • Feature: Customize media table by @danharrin in awcodes#136

New Contributors

  • @martinmildner made their first contribution in awcodes#135
  • @danharrin made their first contribution in awcodes#136

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.2.9...v2.3.0

v2.2.9 - 2023-03-13

What's Changed

  • Chore: add types and drop to db migration stubs by @awcodes in awcodes#134
  • Fix: image preview not working by @aymanalareqi in awcodes#132

New Contributors

  • @aymanalareqi made their first contribution in awcodes#132

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.2.8...v2.2.9

v2.2.8 - 2023-03-11

What's Changed

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.2.7...v2.2.8

v2.2.7 - 2023-03-10

What's Changed

  • Fix: exif orientation and flipping by @awcodes in awcodes#125

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.2.6...v2.2.7

v2.2.6 - 2023-03-07

What's Changed

  • Chore: make assets versionalble for cache busting by @awcodes in awcodes#122

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.2.5...v2.2.6

v2.2.5 - 2023-03-06

What's Changed

  • Chore: update preview icons for non-image formats by @awcodes in awcodes#120
  • Chore: move picker modal to dedicated Alpine component by @awcodes in awcodes#121

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.2.4...v2.2.5

v2.2.4 - 2023-03-06

What's Changed

New Contributors

  • @shayan100 made their first contribution in awcodes#119

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.2.3...v2.2.4

v2.2.3 - 2023-02-22

What's Changed

  • Fix: Facade resource docblock and readme by @awcodes in awcodes#116

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.2.2...v2.2.3

v2.2.2 - 2023-02-22

What's Changed

  • Fix: thumbnail and preview in panel by @awcodes in awcodes#114
  • Feat: driver config by @awcodes in awcodes#115

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.2.1...v2.2.2

v2.2.1 - 2023-02-17

What's Changed

  • Fix: add nextTick to help with image loading race condition by @awcodes in awcodes#112

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.2.0...v2.2.1

v2.2.0 - 2023-02-16

What's Changed

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.1.3...v2.2.0

v2.1.3 - 2023-02-15

What's Changed

New Contributors

  • @martin-ro made their first contribution in awcodes#108

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.1.2...v2.1.3

v2.1.2 - 2023-02-13

What's Changed

  • Fixes resource navigation naming and list title naming by @archilex in awcodes#107

New Contributors

  • @archilex made their first contribution in awcodes#107

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.1.1...v2.1.2

v2.1.1 - 2023-02-08

What's Changed

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.1.0...v2.1.1

v2.1.0 - 2023-02-08

What's Changed

  • Feat: support video preview by @awcodes in awcodes#104
  • Feat: implement signed urls by @awcodes in awcodes#105

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.0.15...v2.1.0

v2.0.15 - 2023-02-07

What's Changed

  • Feat: add support for navigation sort, group and registration by @awcodes in awcodes#103

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.0.14...v2.0.15

v2.0.14 - 2023-02-01

What's Changed

  • Fix: tiptap integrations bugs by @awcodes in awcodes#98
  • Fix: file title errors in panel thumbnails by @awcodes in awcodes#99

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.0.13...v2.0.14

v2.0.13 - 2023-01-31

What's Changed

  • Small update to Media Resource by @margarizaldi in awcodes#96

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.0.12...v2.0.13

v2.0.12 - 2023-01-31

What's Changed

  • Add Indonesian (id) language by @margarizaldi in awcodes#95

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.0.11...v2.0.12

v2.0.11 - 2023-01-30

What's Changed

  • Add more translation keys by @margarizaldi in awcodes#93
  • Fix: checkered class opacity by @awcodes in awcodes#94

New Contributors

  • @margarizaldi made their first contribution in awcodes#93

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.0.10...v2.0.11

v2.0.10 - 2023-01-30

What's Changed

  • Chore(deps): Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in awcodes#86
  • Fix: update links in issue template by @awcodes in awcodes#89
  • Chore: update workflows for 2.x by @awcodes in awcodes#90
  • Feature: Make glide configurable by @awcodes in awcodes#91

New Contributors

  • @dependabot made their first contribution in awcodes#86

Full Changelog: https://github.com/awcodes/filament-curator/compare/v2.0.9...v2.0.10

1.0.0 - 202X-XX-XX

  • initial release