Skip to content

Releases: oneduo/nova-file-manager

v0.6.2

09 Sep 21:36
03f6b08
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.2

0.6.1

09 Sep 14:24
1ea81a6
Compare
Choose a tag to compare

What's Changed

  • fix: added missing update checker banner by @crezra in #73

Full Changelog: v0.6.0...v0.6.1

0.6.0

09 Sep 14:12
49b0410
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0

0.5.0

08 Sep 10:28
6dbc71b
Compare
Choose a tag to compare

🚨 BREAKING CHANGE

Warning

Existing assets saved with the field will not work anymore once you update the tool, please migrate your existing data when updating the package.

This PR introduces a major breaking changing related to how the data is saved in the database, initially we tried to follow Laravel Nova's built-in fields as much as possible by having a two column set up to save the asset's path and then the asset's disk if needed. However, this approach isn't as reliable as we hoped for it to be. There was indeed a particular use case that wasn't in our scope when building the field, when saving multiple assets from different disks, only the one disk was to be saved in the disk column and that makes the tool behaves in unintended ways.

We have moved forward with a JSON schema to save the field's data.

Starting from the next 0.5 release, the data will change from :

image image_disk
<image-path-value> <disk-name>

TO

image
{"path": "<image-path-value>", "disk": "<disk-name>" }

So in other words, each asset that will saved with its corresponding disk.

We regret to introduce such a change so early, but it is a change that needs to be done unfortunately.

To migrate your existing data, you may defined a command or action to transform your data to the required schema.

What's Changed

Full Changelog: v0.4.0...v0.5.0

0.4.0

05 Sep 14:16
40aac58
Compare
Choose a tag to compare

What's Changed

  • Add field and tool permissions. by @mikaelpopowicz in #49
  • fix(file-card): fixed missing file label spacing and alignment by @crezra in #56
  • fix(file-card): fixed file card submitting the form by @crezra in #57
  • fix(disks): fixed path not resetting when changing disks by @crezra in #58

Full Changelog: v0.3.2...v0.4.0

0.3.2

02 Sep 16:55
965c6b0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

0.3.1

02 Sep 14:31
a138fc7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

0.3.0

02 Sep 13:37
951ed29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.7...v0.3.0

0.2.7

31 Aug 09:57
f9f4e4f
Compare
Choose a tag to compare

What's Changed

  • 💄 fixed some minor UI issues by @crezra in #43

Full Changelog: v0.2.6...v0.2.7

0.2.6

31 Aug 09:09
15d794b
Compare
Choose a tag to compare

What's Changed

  • 🔧 added algolia docsearch by @crezra in #35
  • 📈 added tinyanalytics to docs by @crezra in #36
  • 📈 fixed tinyanalytics setup by @crezra in #37
  • 📈 replace tinyanalytics with splitbee by @crezra in #38

Full Changelog: v0.2.5...v0.2.6