Skip to content

Releases: utomic-media/directus-extension-field-actions

v1.6.2

26 Jul 13:23
Compare
Choose a tag to compare
  • Fix copy-prefixes: The copy actions mistakenly used the linkPrefix instead of the copyPrefix

Full Changelog: v1.6.1...v1.6.2

v1.6.1

29 Jun 19:06
Compare
Choose a tag to compare

What's Changed

  • Fix double prefix in link tooltip by @anantakrishna in #40
  • Added a guide on how to install the extension manually via extensions-folder #2

New Contributors

Full Changelog: v1.6.0...v1.6.1

v1.6.0

22 Jun 09:55
Compare
Choose a tag to compare

Important change

⚠️ This sets a new ID for the interface + display (previous: custom --> now: field-actions)

You need to update your field config. This can either be done via:

  • UI (the settings should be kept if you re-select the field-actions interface / display)
  • In the DB (Table: directus_fields --> check for fields with interface / display custom and replace those with field-actions. Make sure to only update fields that should use the field-acitons)

As always make sure to backup the database before

What's Changed

New Contributors

Full Changelog: v1.5.1...v1.6.0

v1.5.1

24 Mar 16:22
Compare
Choose a tag to compare
  • #29 Unifies link-target to a new tab & prevent opening item with a link-action on a display
  • #31 Fixes display in relational interface

v1.5.0

16 Mar 11:52
Compare
Choose a tag to compare

⚠️ 'contentType' setting got removed in favour of custom prefixes
Previously the link was build based on the content-type. Now we support custom prefixes and have removed the contentType settings in favour of those.

🆕 NEW

  • Added custom prefixes to interface + display link + copy actions
  • Custom prefixes support dynamic project-URL (directus settings)

v1.4.1

15 Mar 13:05
Compare
Choose a tag to compare
v1.4.1

v.1.4.0

14 Mar 13:13
Compare
Choose a tag to compare
v.1.4.0

v1.3.1

13 Mar 17:21
Compare
Choose a tag to compare
v1.3.1

v1.3.0

13 Mar 16:56
Compare
Choose a tag to compare

⚠️ Breaking change in installation: Updates must happen via NPM
With version 1.3 we switched to a directus extension bundle. This way the display and interface are included in one extension.

Unfortunately this is only supported for installations via npm. We're looking for a solution to support an installation via local files again.

1.2.0

09 Sep 14:28
bddbcfb
Compare
Choose a tag to compare

Fix: use span for display wrapper in order to work in m2m lists #9